by Seripa
Compilation issue
|
|
[4 replies] Last: Since the fstream is what's being affected, i'll post code from the fs... (by Seripa)
|
by R N
Reading Data from a File
|
|
[no replies]
|
by molecularman
File I/O and While Statement
|
|
[16 replies] Last: Well the deadline has passed so now I actually have time to go over th... (by molecularman)
|
by atropos
map<string,int> question
|
|
[4 replies] Last: For the contractions, a very simple solution would be to have a hash o... (by ModShop)
|
by Dee Hood
Calculator
|
|
[2 replies] Last: Ah that makes much more sense! Thanks a lot for your help! =) (by Dee Hood)
|
by TruYadoo
26x26 Grid (1,2)
|
|
[35 replies] Last: @TruYadoo Sorry about the Visual C++ 2010 Express problems. I only c... (by whitenite1)
|
by PL285
Help with Friend/Overloaded operator
|
|
[1 reply] : add CylinderClass tempCylinder; to line 111 (by gelatine)
|
by prestige
A question I solved [hopefully]
|
|
[3 replies] Last: Actually my couse includes turbo 3.0 so I have to use it. Thank you th... (by prestige)
|
by Kaos
Overtime Pay Program
|
|
[7 replies] Last: Now I need help with this o Provide six test plans to verify the logi... (by Kaos)
|
by skyline01
Private Variable Question
|
|
[7 replies] Last: That's it! Thanks! I forgot to initialize sum to 0 before the loop s... (by skyline01)
|
by ARAD
HELP NEED EXPLANATION
|
|
[6 replies] Last: Yes. @eyepros. In the loop it is not c = a but c *= a (i.e. c = c *a)... (by vin)
|
by PackRat
Returning value to main
|
|
[2 replies] Last: Ahh, it compiles now. Thanks! Edit - Egh, the program doesn't work ri... (by PackRat)
|
by Pirogun
Controlling speed of a program
|
|
[4 replies] Last: is there a better way (by Pirogun)
|
by dkdude
Advancing my calculator
|
|
[7 replies] Last: Wow, thanks for the reply! I really appreciate this new method, I was ... (by dkdude)
|
file I/0 math and while loops |
|
[3 replies] Last: Thanks a lot, that cleared things up a bit. (by closed account 2EURX9L8)
|
by Awareness
fgets don't work as I expected with this code
|
|
[5 replies] Last: Using word=strtok(NULL," \n"); instead of word=strtok(NULL," "); ... (by Awareness)
|
Monty Hall Conundrum |
|
[7 replies] Last: scratch that... it seems to be working fine now.. thanks for your help... (by jonnyprogrammer)
|
What's The Difference Between These Two Statements? |
|
[4 replies] Last: In the future? Before C++11 Variant A wasn't possible and it is now th... (by Athar)
|
Checking for a palindrome in a file. |
|
[4 replies] Last: I know using loops would be easier, but unfortunately I HAVE to write ... (by taythewhiteguy)
|
int *argcp and char **argv |
|
[2 replies] Last: Works! I did everything you said and now it works great. Thanks (by closed account 2NywAqkS)
|