by Rakanoth
Good C++ Compiler [Ubuntu]
|
|
[4 replies] Last: I just wanted to point out to the OP just in case there is some confus... (by closed account 3qX21hU5)
|
by bacondude95
Using objects in different classes
|
|
[2 replies] Last: Are you trying to basically make a base Game class that handles the wi... (by closed account 3qX21hU5)
|
by xelan1990
Trouble with loops
|
|
[3 replies] Last: thank you so much that fixed it i was almost staring myself blind at s... (by xelan1990)
|
I need better code examples |
|
[2 replies] Last: Hi LowestOne, thanks for the reply. Late last night I was converting ... (by closed account G30oGNh0)
|
by irkzuptang
BankAccount pointer, virtual and abstract
|
|
[1 reply] : hahaha obviously you're enrolled on CS128 >:)) (by jveekulit)
|
by elfeck
Safe cast to derived class
|
|
[1 reply] : When used with a pointer, dynamic_cast<> returns a null pointer if the... (by andywestken)
|
by hellcoder
operator overloading
|
|
[7 replies] Last: At this case ,It's not the + operator overloading you're looking for,I... (by closed account 28poGNh0)
|
by D11223344
Help with solution to Taylor series
|
|
[2 replies] Last: Usually it is a requirement for using Taylor series to approximate the... (by Chervil)
|
by CharChen
can i use a[-1] to refer to the last member?
|
|
[4 replies] Last: int& operator (int index){ return v[ (index%size+size)%size ]; } ... (by ne555)
|
by taurine14
Unable to start Program?
|
|
[2 replies] Last: I too had same problem when i started like you ... do these two thing... (by closed account 4jzvC542)
|
by jkevin
Operations with 2D arrays
|
|
[5 replies] Last: If you defined the array as int A , then the following function dec... (by vlad from moscow)
|
how protect against char array input out of bounds |
|
[7 replies] Last: The c style getline has a length argument: http://www.cplusplus.com/re... (by Lowest0ne)
|
by titi3000
Classs in C++
|
|
[2 replies] Last: Your other thread is here: http://www.cplusplus.com/forum/general/1084... (by LB)
|
by aggsyb
Question about ctime for date as a string?
|
|
[4 replies] Last: Thanks worked great :) , quick question though with strftime (buffe... (by aggsyb)
|
by jkevin
Clean the screen
|
|
[1 reply] : I think article would be a good read for you: http://www.cplusplus.com... (by Zhuge)
|
by wawawa
command prompt doesn't hold
|
|
[1 reply] : Read the sticky: http://www.cplusplus.com/forum/beginner/1988/ (by xismn)
|
by stp777
Dynamically allocated names?
|
|
[3 replies] Last: Andy - 'AND' combinations of size, shape, and color. Possible sizes ar... (by stp777)
|
What is the difference between if and else if |
|
[4 replies] Last: Thanks i got it now. Thanks Dich and congrats on the 10000 thats like ... (by closed account EwCjE3v7)
|
by Saminem
How to play a sound through specified playback device?
|
|
[3 replies] Last: Is there some kind of guide how to do this? Here's an outline for ... (by Disch)
|
by Codeez
Best way for looping a menu?
|
|
[9 replies] Last: I have it setup so the switch calls a void function, when that finishe... (by Codeez)
|