by motez23
Reading a file one line at a time using a function, but I can't get past the first line
|
|
[8 replies] Last: No because it will continue from where the stream left off ( if you pa... (by giblit)
|
by fahmankhan75
COUT not working properly
|
|
[6 replies] Last: Thank you Disch! Seem to get a better understanding of flush now! :) (by fahmankhan75)
|
by ironman26
getting numbers from a text file
|
|
[1 reply] : If they are always going to be in this order you could use operator >>... (by giblit)
|
by Sharan123
SDL collision
|
|
[no replies]
|
by jwilt
big number in array
|
|
[4 replies] Last: Getline streams the entire line for you so you must include the input ... (by giblit)
|
by RabMac
Member Function for calculating total
|
|
[3 replies] Last: Hi Stewbond, Just wanted to thank you again for your help, it was rea... (by RabMac)
|
by BuddhaTwo
Confusion on how to write the code
|
|
[5 replies] Last: Thank you all (: (by BuddhaTwo)
|
by x00278329
Writing test program
|
|
[no replies]
|
by sean B
Creating a For loop Menu and understanding it
|
|
[6 replies] Last: FWIW: int i; for (; i!=3;) Note that 'i' is not initiali... (by Disch)
|
by xpg94
Random produces same data for each object
|
|
[4 replies] Last: I suggest an enumerated type for their sex instead of a string. http:... (by heyyouyesyouiloveyou)
|
by Bob Nowe
CCC 2013 Question 3
|
|
[1 reply] : How would you do it on paper? (by kbw)
|
by mathisona
Using a For loop and pointer to reverse output
|
|
[3 replies] Last: Well, somehow, I came up with this and it works, however it goes throu... (by mathisona)
|
by gduong
Dynamically allocating memory inside class
|
|
[8 replies] Last: Thank you. I put a destructor in my code. Here it is. //Program tha... (by gduong)
|
by chry44
output help
|
|
[7 replies] Last: thank you again :) (by chry44)
|
by hunkeelin
Good software to code in C99? + some questions on bit masking
|
|
[6 replies] Last: I suspect I need to create a .c file and everything should be same as... (by Catfish666)
|
by MrFoo
default constructor
|
|
[3 replies] Last: > there are things you won't be able to do with that class, such as us... (by ne555)
|
by jwilt
numbers to long
|
|
[1 reply] : Numeric limits: http://www.cplusplus.com/reference/limits/numeric_limi... (by keskiverto)
|
by adamsheimat
segmentation fault, but no compiler error. simple program
|
|
[2 replies] Last: > The program complies without error After adding the missing brace in... (by ne555)
|
by dizzi69
Need help for this project in C
|
|
[no replies]
|
by omiexstrike
Solved.
|
|
[8 replies] Last: I wanted to test out your code, however, when I try to compile it, it... (by cire)
|