by Valon129
C++ exercices
|
|
[1 reply] : there are many sites when you search in google. If you would like to ... (by tath)
|
by duvster614
max integer of 3 numbers using an outside funcition
|
|
[4 replies] Last: How have you determined that there is "wrong with the program"? * Comp... (by keskiverto)
|
Constant expression required problem |
|
[1 reply] : i want to know what changes do i need to make to make my program run... (by MiiNiPaa)
|
by T4l0n
learning heap sort
|
|
[2 replies] Last: yes, sorry, brainfart i guess :) (by T4l0n)
|
by Stremik
Help with arrays
|
|
[2 replies] Last: Above you've implied that your list has 9 nodes, so why do you expect ... (by tipaye)
|
by cfehr003
Difficultly Handling Vectors
|
|
[6 replies] Last: Nice one. If you are writing fresh code i would use smart pointers, e.... (by mutexe)
|
by abdalimran
What is the difference between the following two sorting algorithms?
|
|
[2 replies] Last: first one is bubble sort (by anup30)
|
by anup30
color fun
|
|
[no replies]
|
Help Needed: Nested "for" loops reading data from input file |
|
[2 replies] Last: You have a spurious loop in line 81 "for (int c = 1; c <=5; c++)", com... (by tipaye)
|
by MrGoat
Tic Tac Toe Player switch problem
|
|
[9 replies] Last: Very true. Learning how to use a debugger to step through your code a... (by Esslercuffi)
|
by vxk
Help with tic tac toe program
|
|
[4 replies] Last: replaced || by && (by vxk)
|
by abdalimran
What kind of sorting algorithm is this?
|
|
[1 reply] : http://en.wikipedia.org/wiki/Selection_sort (by Esslercuffi)
|
by japperx
Tic Tac Toe: Please Help
|
|
[2 replies] Last: -copter (by Esslercuffi)
|
by Johnny8
Is something wrong on the line 8?
|
|
[3 replies] Last: the spacebar can be your friend. (by Esslercuffi)
|
by Chipchip
Sentinel Loop Trouble
|
|
[4 replies] Last: Thank you so much for your advice! I used your break; statement and th... (by Chipchip)
|
by hosoi
Why does my output prints inf?
|
|
[2 replies] Last: Got it! thanks @Ganado for pointing out my silly mistake it works perf... (by hosoi)
|
by dunnDolphin
trying to compair two strings
|
|
[3 replies] Last: @ lonelylense : Consider input "Patrik". Your program will tell that ... (by keskiverto)
|
by rivon3003
Cannot get directory with "..\"
|
|
[1 reply] : You can add the library directory to your project directly. in VS, pr... (by Esslercuffi)
|
by mexi
please help me with operator << and >>
|
|
[4 replies] Last: I think the point he was getting at was the following: If you're doing... (by Ganado)
|
by ImCalmBro
I need help...bad...
|
|
[4 replies] Last: else if(cin.get() == '\n') { ans = 'F' } else { //display ... (by art1986)
|