by zeewaqar
Jumble word through user input
|
|
[6 replies] Last: thank you very much. i resolve the problem and program work perfectly.... (by zeewaqar)
|
by Marvsdd01
biggest element of the line and column of the array
|
|
[2 replies] Last: @coder777 Note that current C/C++ is case sensitive. you just frigh... (by Jaybob66)
|
by bonho
Singleton compilation error LNK2001
|
|
[2 replies] Last: oh great that's even better thanks. (by bonho)
|
by slypenguin0
[C++] Decryption: Undoing a circular left binary shift
|
|
[2 replies] Last: Thank you so much helios! I tried that earlier, but my mistake was: c... (by slypenguin0)
|
by jeremi02
Calculating the function and checking its domain
|
|
[9 replies] Last: So I should always test if I can represent a specific number as a fra... (by Cubbi)
|
by andert1
rot13 from command line
|
|
[2 replies] Last: Makes sense, thanks. (by andert1)
|
by rapster
If statement
|
|
[7 replies] Last: Thank you so much for all of your help! This forum really is very help... (by rapster)
|
by wharp2
Code will not out put properly!
|
|
[7 replies] Last: @wharp2 I added the setprecision() command into the program. Reduce... (by whitenite1)
|
by dragonforest
Pass object as parameter from another class' member function
|
|
[8 replies] Last: There has to be something about how you're including the headers. Yo... (by dragonforest)
|
Need help with basic subtraction formatting |
|
[5 replies] Last: Um, are you sure? You didn't update the code in your post. (by Lachlan Easton)
|
by wharp2
Using set precision!
|
|
[1 reply] : Oh, I didn't see that you opened a new topic for unanswered question, ... (by Ganado)
|
by wharp2
Have one more question! (simulate the casino game "craps")
|
|
[8 replies] Last: I figured it out thanks for all your help! (by wharp2)
|
by glenjoker
Question regarding local static object
|
|
[4 replies] Last: function-local static are always initialized before the first time the... (by Cubbi)
|
C++ or C# |
|
[4 replies] Last: Okay thanks for you very helpful reply, I will first start with C++, a... (by closed account 4yUpDjzh)
|
by omoe
Is storing strings under managed c++ safer than unmanaged ?
|
|
[1 reply] : With the managed code in C++\Cli all of your variables are divided int... (by Computergeek01)
|
by lays
I'd like to know why assignment operator doesn't return a const reference?
|
|
[3 replies] Last: For the built-in types like int, the assignment operator returns a ref... (by dhayden)
|
by marcoE
Class Composition problems
|
|
[1 reply] : to resolve your include circularity http://www.cplusplus.com/forum/art... (by ne555)
|
by marcoE
Problems implementing Polymorphism
|
|
[8 replies] Last: > So, I shouldn't have a parent class like Store, to "hold" my product... (by ne555)
|
by ci one
Big vector accessed by different classes
|
|
[2 replies] Last: Thanks! Makes sense. :) (by ci one)
|
by lays
A simple question, why "const static" class member can be initialized inside declaration?
|
|
[2 replies] Last: All static data members of a class have external linkage; whether con... (by JLBorges)
|