by tokaido14
Game with Stages
|
|
[3 replies] Last: I'm afraid you need to hard code all those values somewhere, preferabl... (by Enoizat)
|
by thundernyan
Need help understanding set-get and classes...
|
|
[1 reply] : Class basics: http://www.cplusplus.com/doc/tutorial/classes/ http://ww... (by closed account E0p9LyTq)
|
by AParendkar
Weird do-while loop error
|
|
[2 replies] Last: Thank you I got it. Alignment is still pretty new to me. Should try to... (by AParendkar)
|
by EmilianoG
Complex solutions of a cubic equation
|
|
[4 replies] Last: Thanks guys, very helpful! (by EmilianoG)
|
by Menase
Passing Streams Into functions
|
|
[5 replies] Last: How many items are in the students collection before line 6 runs? If ... (by dhayden)
|
by SkyWalker1O1
Need Help with Dynamically Allocated and Pointer
|
|
[3 replies] Last: Thanks For the help but i have since went to see my prof and he was ab... (by SkyWalker1O1)
|
by grumblesnake
reading Roman numerals - logic error
|
|
[4 replies] Last: If nothing else, there is a problem with the error detection. I'd sta... (by grumblesnake)
|
by jimbangfeng
help Where is the mistake
|
|
[1 reply] : The comnpiler will tell you about compiler errors. https://ideone.com... (by Repeater)
|
by Flaze07
multithreading error ?
|
|
[4 replies] Last: The second operand to % is not allowed to be zero (just like with /... (by Peter87)
|
by hadichko
Vector of double pointers
|
|
[1 reply] : If you delete the array the pointer that you just inserted will get in... (by Peter87)
|
Using Default and Second Constructs to Print an Info Log |
|
[1 reply] : Constructors need to be named the same as the class. When defining fu... (by Peter87)
|
by link45jeff
classes
|
|
[7 replies] Last: Ok I think I have it figured out more. The default just sets the param... (by link45jeff)
|
Array Problem |
|
[3 replies] Last: replace those two loops with this: //Loop generating voltages every... (by closed account SECMoG1T)
|
by samtheman
Need some help to total these numbers:
|
|
[1 reply] : int x=1,xx=0; while( x!=0) { cout<<"enter a number to add, zero to e... (by SamuelAdams)
|
by r6racer
classes objects new array or vector for student objects
|
|
[1 reply] : ima switch it to vectors (by r6racer)
|
by Unspoken
[Solved] How to construct and initialize an array in place ?
|
|
[6 replies] Last: Thank you for testing this out. Now it works, maybe Qt was playing tri... (by Unspoken)
|
Struggling with finishing this assignment |
|
[2 replies] Last: May I say it looks pretty obvious? int& EnterLimit(); int PrintMenu... (by Enoizat)
|
by RP366336
Eight Queens
|
|
[3 replies] Last: I think you're trying to use a 1D array to simulate a 2D config of que... (by icy1)
|
by squirrelly
Help with string
|
|
[1 reply] : write a program that reads in a line of text I think at least you co... (by Enoizat)
|
by rjphares
C++Project
|
|
[2 replies] Last: The finished solution(didn't follow the instructions exactly): Player... (by rjphares)
|