by Kieth89
Which should I use? Is there a difference?
|
|
[4 replies] Last: C++ gives you so maaaany choices. I'm not sure if that is good or bad... (by Kieth89)
|
by twentfiveu
the if statment is still being printed
|
|
[2 replies] Last: Thanks. I did not see that at all. (by twentfiveu)
|
by winecoding
rtoi implementation in STL
|
|
[5 replies] Last: Because there's an old way and a new way. Technically in this case bot... (by wolfgang)
|
by Elnaz
Problem running open cv
|
|
[1 reply] : Previously, I had installed the prebuilt version of opencv. This time ... (by Elnaz)
|
by spinno
fighting game
|
|
[1 reply] : The code compiled good, but you left out the closing bracket at the en... (by helpmeagainANDagain)
|
by vencent
initialization of static data member
|
|
[5 replies] Last: guestgulkan, I just got it. I have to declare the static member data b... (by vencent)
|
by dsmo223
Segmentation Fault
|
|
[4 replies] Last: Thank you, that worked, and I know what I was doing wrong now. (by dsmo223)
|
by SomeoneElse
Cannot compile using newly installed wxDevC++
|
|
[2 replies] Last: Perhaps you downloaded the IDE without the compiler? Or maybe you didn... (by Browni3141)
|
by personak
Strings and characters
|
|
[no replies]
|
by Viper786
How do I convert this basic phyton code to basic C++
|
|
[2 replies] Last: #include "stdio.h" int main(){ printf("True\n"); } (by rocketboy9000)
|
by Davud
Multiple variable issue
|
|
[8 replies] Last: Solved it! Here is the result: #include <time.h> #include <iostr... (by Davud)
|
by Foglestein
Unhandled exception at 0x77bf158e in Rawr.exe: 0xC0000005: Access violation.
|
|
[no replies]
|
by SouShadow
7 card Poker game trouble
|
|
[1 reply] : Anyone care to help? (by SouShadow)
|
Sieve of Eratosthenes |
|
[3 replies] Last: I never knew programming could be so violent!...I love it! erase() ... (by declanmcerlane)
|
by AcciDante
Pointer to a vector?
|
|
[3 replies] Last: you can also call test->push_back(1) ( "arrow" instead of the dot )... (by Bazzy)
|
by Harold4964
expected unqualified-id
|
|
[4 replies] Last: hey wolfgang thanks heaps for that as i said that code was directl... (by Harold4964)
|
by acorn
does this implement a copy constructor correctly
|
|
[3 replies] Last: Interesting thanks guestgulkan and pangalactic. thats kind of neat. I... (by acorn)
|
by rafailos
ifstream
|
|
[7 replies] Last: And how can i do that??? (by rafailos)
|
by LoRDMeO
Need some opinions and answers about C++
|
|
[6 replies] Last: Thanks for your help. Actually, One of the reasons that why I have ... (by LoRDMeO)
|
by propohetjohn
unexpected output when assigning c-string to c-string
|
|
[4 replies] Last: we haven't "learned" it yet. i know what the string class is, but not ... (by propohetjohn)
|