by Noori
MakeFile
|
|
[6 replies] Last: Yes. Fixed above. (by Duthomhas)
|
by abdcode
What is wrong with my c++ code
|
|
[2 replies] Last: Thanks for the reply. I have change while(sum ==1) to while(sum !=1) ... (by abdcode)
|
Virtual function in c++ |
|
[6 replies] Last: "Now, add horse (70 km/h) into that box, how the program changes?" Th... (by nightmaregiba)
|
by red123456789
Can't seem to get right array info
|
|
[no replies]
|
by juaok
Using rand() function and resetting the seed?
|
|
[2 replies] Last: Oh, I didn't even notice that. Yeah, I wanted to pick a number between... (by juaok)
|
by alexege2
Importing 2D array
|
|
[1 reply] : Since the size of matrix isn't fixed you can't use static arrays. Use ... (by rich1)
|
by raul21mj
i need help to add some code for matching
|
|
[1 reply] : Look at the for loop in match() function: for(int i=1;i<=10;i++) ... (by rich1)
|
by NumberFour
How can you generate and then store a random number?
|
|
[7 replies] Last: @MatiasMunk - Line 43: NEVER call main() recursively. It's not allowe... (by AbstractionAnon)
|
by UsamaFarooq
Difference Between circular queue and simple queue
|
|
[1 reply] : The difference is in the implementation. A queue is a queue, a FIFO s... (by kbw)
|
by PacR
Vector of pointers , am i using delete correctly here ?
|
|
[6 replies] Last: Thank you armonsafai & MiiNiPaa for your answers , also the link you ... (by PacR)
|
by adbharad
how to use data from a data file
|
|
[4 replies] Last: it worked, thanks for the help. and i'll keep the advice in mind for n... (by adbharad)
|
by XorioZ
Optimizing my code
|
|
[4 replies] Last: #include <iostream> #include <string> #include <sstream> bool is_dec... (by JLBorges)
|
No matching function for call to? |
|
[6 replies] Last: @ProgrammerSoul I believe you're not reading the file. It may be the ... (by whitenite1)
|
by jrick1229
From While's to For's...
|
|
[3 replies] Last: Oh sorry I didn't not read completely . (by moufou)
|
by soldier10
linker command failed with exit code 1 problem
|
|
[4 replies] Last: To WildBlue and Peter 87. Yes, it was the spelling of the function. Th... (by soldier10)
|
by cory244
Help making a shell
|
|
[no replies]
|
by jrick1229
Confusing Problem
|
|
[3 replies] Last: First question. Do you know what the collatz conjecture is? And the ba... (by d1ff1cul1010)
|
by Dark Goomba
Inheriting Constant Members
|
|
[1 reply] : Initialize n in A's constructor. (by Peter87)
|
by nhoffmanfr
do while loops
|
|
[4 replies] Last: Thanks rich that worked! I had never heard of that, I was thinking tha... (by nhoffmanfr)
|
by OPzCatchMee9
checking file fail
|
|
[4 replies] Last: I had to check for a file at some point and found this lying on the ne... (by XorioZ)
|