by snalsnop
Must return a value Error
|
|
[7 replies] Last: I just created a project with your latest code and it does not compile... (by Jaybob66)
|
cin.getline() |
|
[2 replies] Last: <iostream> is necessary to realize " cin / cout " streams. It contains... (by Auroch)
|
by yepMe
Singly linked list problem
|
|
[6 replies] Last: @jaybob66 I got my solution , it was happening due to a silly mistake ... (by yepMe)
|
by locolo
Validating data!!
|
|
[10 replies] Last: You need to post what you have now. (by AbstractionAnon)
|
by Raven1991
enum in an array
|
|
[2 replies] Last: thx alot, works :) (by Raven1991)
|
by megacard
Sound in console?
|
|
[4 replies] Last: You don't need source code for the PlaySound function if you are on Wi... (by TwilightSpectre)
|
by locolo
error: w8004, why oldCorrect++ doesnt work
|
|
[3 replies] Last: Peter87 just explained to you whats wrong. Array sizes need to be ... (by Codermik)
|
elseif difficulty |
|
[6 replies] Last: more importantly, there is no elseif construct in C/C++ you end up w... (by Jaybob66)
|
by yepMe
cin is not taking value
|
|
[7 replies] Last: @ all I found my mistake ... it's working now... thanks everyone for y... (by yepMe)
|
Segmentation Error |
|
[1 reply] : Your code works. Can you post input which crashes your program? (by MiiNiPaa)
|
by laidDogg
Computing Grade for a course
|
|
[1 reply] : You do not reset your sum between iterations. (by MiiNiPaa)
|
by ak16
Time Complexity
|
|
[2 replies] Last: This sort of thing can get sorta complicated. Without going to school ... (by Hambone)
|
by tantrajazzy
link state to floyd warshall
|
|
[no replies]
|
by emkay992
Drawing a line in C++?
|
|
[3 replies] Last: Did you mean that drawing on .net graphics library? Besides line, if y... (by EisenhowerPDF)
|
by kuroro03
Overloading operators in Classes
|
|
[2 replies] Last: OK i now got it... sorry for bumping my thread up... thanks anyways (by kuroro03)
|
by Zenith1900
Dice game problem
|
|
[1 reply] : Shouldn't the die roll be a random number? I can't think of any reason... (by admkrk)
|
main menu |
|
[1 reply] : It'd use a bool array. Start with everything set to false, and set the... (by Yay295)
|
by kwozz48
Arrays/Strings
|
|
[10 replies] Last: Then reason why line 38 appears to be skipped is because cin >> FOO l... (by Daleth)
|
by bozz51
Getting function call error
|
|
[2 replies] Last: Thank you wildblue.... (by bozz51)
|
by bonesaw
How do you use for loops inside vectors?
|
|
[2 replies] Last: You have declared 3 i variables in this code, this will cause errors.... (by admkrk)
|