by SeBeQ
Problem with EOF
|
|
[3 replies] Last: You want to be careful with the fread () and feof () response. Just ... (by Duthomhas)
|
by givemefree
Restart program?
|
|
[3 replies] Last: No. You must always initialize your variables properly. Good luck! (by Duthomhas)
|
by fryeguy
Error reading file, maybe EOF problem
|
|
[no replies]
|
by Erdrigard
Recursion problem
|
|
[9 replies] Last: Wow! That is epic, lol! :D I didn't notice it no, but it's pretty coo... (by Anders4000)
|
by nanochan1
change to interaction
|
|
[2 replies] Last: okays, nevermind. i've found the solution. thanks :) by creating an... (by nanochan1)
|
by jamesmk
Adding elements to a pointer array
|
|
[3 replies] Last: Nevermind, I got it! Thanks! (by jamesmk)
|
by lazza
problem on string to integer
|
|
[1 reply] : for (int i=1;i<82;i++){ int k=0; if (arrnum3[i-1]>9){ ... (by hamsterman)
|
by KDeuce
use of classes
|
|
[8 replies] Last: If you want to learn C++.see all... http://www.cplusplus.com/doc/tu... (by firix)
|
by chathura666
compilation problem
|
|
[2 replies] Last: oooh... stupid me... thanks Null... thank you very much... hehe.... i ... (by chathura666)
|
by waqqassheikh
Hangman - Game doesn't end even when all blanks are full
|
|
[4 replies] Last: Don't use goto. You got a logic problem. http://en.wikipedia.org/wiki... (by ne555)
|
by porl123
c++ equivalent of in_array
|
|
[1 reply] : Using std::string instead of C-style strings would drastically simplif... (by jsmith)
|
by joseplusplus
Bubble Sorting algorithm
|
|
[2 replies] Last: Hello Brown3141, Thank you for your reply. It seems it was easy fo... (by joseplusplus)
|
by nathan10
Instantiation with Derived Classes
|
|
[11 replies] Last: I had read that tutorial a 3 months ago but re-read it this morning. ... (by nathan10)
|
by SeBeQ
I can't copy the contents of an array to another array in struct
|
|
[no replies]
|
by jellyfish
Bool function loop
|
|
[1 reply] : First, awful use of exceptions. If you are going to handle the error j... (by ne555)
|
by Eyecon
Hangman program
|
|
[4 replies] Last: Running… hello Untitled(6281) malloc: *** error for object 0x10... (by Eyecon)
|
by Adidas
How do I know how many files passed to cmd?
|
|
[3 replies] Last: http://www.israup.net/images/2b61b8c037498389c5a9eb8e0f015188.png h... (by Adidas)
|
by Bman900
Recursion! Don't understand :(
|
|
[15 replies] Last: Well I understand the basic concepts of it so am going to leave the co... (by Bman900)
|
by Pennywise321
What's wrong with what I'm typing please?
|
|
[4 replies] Last: Thank you. That worked perfectly. I wonder why it did not say that in ... (by Pennywise321)
|
by Browni3141
Initializing Arrays
|
|
[7 replies] Last: That 192 got there by magic. You are lucky your program didn't just c... (by Browni3141)
|