by yepMe
Difference between template and vector
|
|
[5 replies] Last: A vector is implemented using templates, because a vector must be able... (by xismn)
|
by Sharan123
Double Hashing
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/134132/#msg717608 This is call... (by Smac89)
|
by zaumreit
Is the temporary object be a rvalue?
|
|
[2 replies] Last: thank you for your kindly reply. :) (by zaumreit)
|
by BLANKE
Need Help Understanding How To Input A FullName
|
|
[3 replies] Last: Thanks for all the help! (by BLANKE)
|
by CocaCola9898
Need Help writting code for telling time!!
|
|
[2 replies] Last: Maybe also this time there might be bugs, I am tired, it's 3.42 here (... (by closed account jvqpDjzh)
|
by zagzag
Strings decimal to binary
|
|
[4 replies] Last: The second block of code I gave converts a string to an integer (unsig... (by Chervil)
|
by CDavis
Damn Array's
|
|
[3 replies] Last: diceRoll = rand() % (6 + 1); Do you want a number between 1 and 6? If... (by closed account jvqpDjzh)
|
by liatleder
error: endif was not declared in this scope
|
|
[4 replies] Last: ure the BESTTT!!! I could kiss u right now:) Have a great evening! (by liatleder)
|
by CDavis
More Arrays
|
|
[2 replies] Last: I made the changes that you recommended but the only thing bothering m... (by CDavis)
|
by etcfantus
reading file and counting word appearances in it
|
|
[5 replies] Last: Best of Luck etcfantus. Keep the hard work going (by fahadmunir34)
|
by wtfsamcrap
Goto a other function
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/functions/ void printHi() { ... (by long double main)
|
by wtfsamcrap
If statment crashing.
|
|
[4 replies] Last: Change line 27 to std::getline(std::cin, mystr); (and don't worry a... (by long double main)
|
Binomial Queue |
|
[no replies]
|
by HavingPhun
Having trouble storing a class pointer in std::map
|
|
[4 replies] Last: Thank you Helios. I forgot to correct line 12 (I code on a different c... (by HavingPhun)
|
by juvelover
binary tree of the word "whiteboard"
|
|
[no replies]
|
by BLANKE
Fixed Pathagorean Theorm Thanks!
|
|
[3 replies] Last: Thanks for all the help! I knew i just needed something simple to add,... (by BLANKE)
|
by sierranm
Variable Conversions (1,2)
|
|
[32 replies] Last: I notice you are bringing in information into a lot of functions but y... (by CodeGoggles)
|
by ThomasSp
Need help with CIN
|
|
[1 reply] : That's because dolar is a function prototype and not a variable. Li... (by AbstractionAnon)
|
by wtfsamcrap
See if the user inputed cls.
|
|
[3 replies] Last: @Abs yes I changed it to while (true) { } guest i thougth of batch (by wtfsamcrap)
|
"Is this correct" ? "What do you prefer?" : It doesn't matter. |
|
[19 replies] Last: but including trailing 0 is not the behavior people expects from leng... (by closed account jvqpDjzh)
|