by daileya
help understanding instructions
|
|
[1 reply] : Do you have a code of what you have done so far? Only so can anyone he... (by condor)
|
by NSWhitmore
CRC program
|
|
[3 replies] Last: I have 2 text files that the professor wants us to use as the test fil... (by NSWhitmore)
|
by DamienBlu
Trouble with inFile and do while loops and functions
|
|
[2 replies] Last: Fix the first error and usually lots of the others will disappear. Z... (by vin)
|
by jcrose
Please help me!
|
|
[1 reply] : #include <stdio.h> #include <string.h> /* the code starts here */ int... (by Yanson)
|
by billbarr
Optimizing a sort using std::set
|
|
[2 replies] Last: Indeed, I would follow norm b' s advice and use std::sort in combinat... (by cire)
|
by srowe2
Need help with homework assignment!
|
|
[3 replies] Last: Thanks for catching that sig, I rewrote what he was trying to do and c... (by offshoreworker)
|
by railsetc
Cannot get program to compile
|
|
[3 replies] Last: Yup, took seventeen Google searches to find my missing iostream. I cha... (by railsetc)
|
by toast9
starting over if statements
|
|
[17 replies] Last: ok that make sense, thanks. (by toast9)
|
by sig226
Operating with Files
|
|
[6 replies] Last: Awesome, I really appreciate all the help that you've given me when yo... (by sig226)
|
Renaming a file to .xlsx then exporting to .csv |
|
[no replies]
|
User input of file name to open |
|
[2 replies] Last: Thanks Chervil. Now I'll work on marking it as solved. (by offshoreworker)
|
by HotshotGG
How exactly do I go about doing this?
|
|
[4 replies] Last: You can safely ignore my previous reply. Reading your original post mo... (by Catfish4)
|
by ccwtree11
Help with arrays
|
|
[2 replies] Last: Oh wow. Thanks (by ccwtree11)
|
by Hordeon
Crash. Problem possibly with wrong usage of Arrays or String code.
|
|
[3 replies] Last: Or simply std::vector< std::string > words(size); (by ne555)
|
by ghnelson
Calling Functions
|
|
[3 replies] Last: List the ones you don't understand and explain why you don't understan... (by closed account S6k9GNh0)
|
by Keppit
Need help with Phone Number Program
|
|
[9 replies] Last: @cppbegin. Hi. I wrote an entire program in C++ according to his assi... (by closed account E0M1hbRD)
|
by reese959599
convert random string data to int value then into ascII
|
|
[1 reply] : something like this: ifstream fin("input.txt"); int a; f... (by Chervil)
|
by Deathgnarr
Functions
|
|
[1 reply] : Line 10,31: You can't declare a function inside another function (cho... (by AbstractionAnon)
|
by AchillesCali
Arrays
|
|
[3 replies] Last: Any luck? (by igoyee)
|
by cppbegin
Different header files for different OS
|
|
[4 replies] Last: Yes. On Windows, you need to use LoadLibrary and GetProcAddress ht... (by Duthomhas)
|