fwritef and fgets operating on one FILE pointer |
|
[no replies]
|
by Hordeon
String +if problems.
|
|
[2 replies] Last: http://www.dreamincode.net/forums/topic/59437-how-to-make-a-password-s... (by meeram)
|
by pranavrshah
number of days between two dates
|
|
[3 replies] Last: I am not sure whether its good/valid one...may be you can find the tim... (by meeram)
|
by Fovvler
Number Guessing program
|
|
[1 reply] : Is there any specific problem with it? (by Adijunn)
|
by civilVIU
EDIT: TicTacToe with win/lose counter and AI
|
|
[3 replies] Last: I use code blocks, not sure if its the best but its free..anyways, I t... (by civilVIU)
|
by DJLad16
I can't apply what I've learn't!
|
|
[2 replies] Last: Try these: http://www.cplusplus.com/forum/articles/12974/ Might help... (by HellfireXP)
|
by jgush3
Only part of if statement working
|
|
[6 replies] Last: Also, this: if(e=1){ should be this: if(e == 1){ Use of the eq... (by TheIdeasMan)
|
by Lindz
What is the difference between ++i and i++?
|
|
[3 replies] Last: The behaviour of comparing, incrementing and printing are different fo... (by meeram)
|
by ccopping33
help with project!
|
|
[2 replies] Last: You'll have to first initialize the various arrays: first name, last n... (by closed account DEUX92yv)
|
by psylocybin
2 dimensional array issues
|
|
[13 replies] Last: I am sorry. You shall use searchFo instead of timesOccured. This vari... (by vlad from moscow)
|
by Xanadu
Help accessing a struct inside a class
|
|
[5 replies] Last: xanadu. I believe we are in the same class... how is the project going... (by ILikeMath)
|
by sdsu619
bool pointer
|
|
[9 replies] Last: Mark the post as resolved.:) (by vlad from moscow)
|
by Lindz
What is C++ used for in websites?
|
|
[2 replies] Last: ok thank you :) (by Lindz)
|
errno vs perror |
|
[2 replies] Last: errno is part of a traditional error handling system. Certain functi... (by Catfish2)
|
by sammy102093
Many errors found
|
|
[5 replies] Last: Change at first the quotes and do not take away the time of others! (by vlad from moscow)
|
by yardygenius
read and store varible from text file
|
|
[6 replies] Last: Hi dude I tried to look again for you ...I noticed that #include <io... (by jlillie89)
|
by ncuday
Roman Numeral Conversion, needs to iterate by one
|
|
[1 reply] : Just a recommendation here - why don't you create a function to do the... (by HellfireXP)
|
Removing certain values of an array |
|
[2 replies] Last: Thank you for the answer, the solution seems a bit hard for me at this... (by flavius doroftei)
|
Tic-Tac-Toe |
|
[3 replies] Last: On line 16, you print out board instead of board . You should also... (by Branflakes91093)
|
by Simon342
Linked list, really need some basic help!
|
|
[11 replies] Last: seriously if fun2codes link doesnt have the answer to your question i ... (by devonrevenge)
|