Easy c++ program that i can't figure out. |
|
[no replies]
|
by Victor89
classes projects c++
|
|
[1 reply] : The game Snake is a bit of a classic, where you have to eat the target... (by squished18)
|
static function template? |
|
[4 replies] Last: Your compiler is allowing non-standard main definitions. It will not w... (by MiiNiPaa)
|
by SCRIPTS
FUNCTIONS WITH DIFFERENT RETURN TYPES AND PARAMETERS
|
|
[1 reply] : Let's start with what error message you are receiving. Just copy and p... (by squished18)
|
by xenovia12
pointers
|
|
[4 replies] Last: Understanding them is both important and useful. The latest language ... (by keskiverto)
|
by Townsheriff
function with argument lists as string. Is it possible?
|
|
[1 reply] : // http://ideone.com/7Zf7Bv #include <string> #include <vector> #incl... (by cire)
|
by hp16
Linked List using classes
|
|
[1 reply] : never mind, I found it. I was missing a semicolon after SLL class (by hp16)
|
by PKJatt
0xC0000005: Access violation reading location 0x00000014.
|
|
[5 replies] Last: Yes, I get it now. Thank you for all your help "cire". Really apprecia... (by PKJatt)
|
by omegaguy69
OpenGL.exe has stopped working
|
|
[no replies]
|
by xenovia12
class constructor
|
|
[2 replies] Last: Construction can be done even for classes without getters n setters (by closed account SECMoG1T)
|
by vxk
palindrome using pointers;
|
|
[8 replies] Last: 1) I suggest to read string in std::string and then call checkPalindr... (by MiiNiPaa)
|
by Jhub
please help with probability
|
|
[no replies]
|
expected unqualified-id before '{' token |
|
[1 reply] : void CalcIntResults( int para1, int para2, int& refsum, int& refdiffe... (by closed account 48T7M4Gy)
|
by kemotoe
Confused about boolean class constructor
|
|
[2 replies] Last: Thank you. I was seriously over thinking the problem. I also realized ... (by kemotoe)
|
by jdwright
Infinite loop while attempting to read char by char until end of line
|
|
[11 replies] Last: Perfect. Thank you and thanks for the reference. Definitely need to do... (by jdwright)
|
by davez
need help here
|
|
[3 replies] Last: @Sherre02 Yeah, looks to be doing the same as my pseudocode. A very ... (by closed account 48T7M4Gy)
|
by iamnoob15
[Help] Nested for loop
|
|
[7 replies] Last: oops (by closed account 48T7M4Gy)
|
by Tristan101
Key Presses
|
|
[1 reply] : yes its possible , this is what you see in video games. The enemies k... (by vxk)
|
by a1tn
Virtual static function that differs with each derived class?
|
|
[2 replies] Last: Thank you very much JLBorges (by a1tn)
|
by Jhub
nested loops
|
|
[2 replies] Last: the results still do not seem correct? #include <iostream> #include... (by Jhub)
|