by xenoha
trying to clear an "enter" in the cin...
|
|
[2 replies] Last: Thank you so much! (by xenoha)
|
by JosephL
Nested if comparing
|
|
[10 replies] Last: andywestken, Thanks man, I'll keep everything in mind. Nested is not t... (by JosephL)
|
by afleury1
command line arguments......
|
|
[1 reply] : Ok so you have int main(int argc, char*argv ) your command line mi... (by SamuelAdams)
|
by srif
Give me a Number
|
|
[6 replies] Last: you need to cout << triple(text); after cin >> text; ... (by coder777)
|
by CPL
WPA2 20 char. keygenerate in C++
|
|
[1 reply] : http://stackoverflow.com/questions/5969163/integers-greater-than-4294... (by nvrmnd)
|
by Filip Cvetko
->
|
|
[4 replies] Last: Accessing member of object via pointer to that object is one place, bu... (by keskiverto)
|
by sherz29
Infinite loop with letters....
|
|
[2 replies] Last: sorry, i already edit my post ... yes, the problem is when a user in... (by sherz29)
|
by mmep93
Drawing circle <graphics.h>
|
|
[3 replies] Last: Go to http://www.bitavoncpp.com/graphics.html (by MrTrollFace)
|
by willynilly
Vending Machine
|
|
[9 replies] Last: Thanks... but how do you actually get each value entered by the user a... (by willynilly)
|
by Stromming
How to implement a class in another file
|
|
[1 reply] : How would you create an object for your class first? (by nvrmnd)
|
Compiler doesn't recognize push front |
|
[9 replies] Last: #include <iostream> #include <string> #include <list> class OtherCla... (by closed account z05DSL3A)
|
by Hunkofsteel
Optimiazation of codes.
|
|
[2 replies] Last: Honestly, you shouldn't be worrying about speed or memory unless you h... (by firedraco)
|
by Slazer
Static member variable
|
|
[7 replies] Last: Const data member has to be initialized in the constructor. Each inst... (by keskiverto)
|
Help me please with possible mistakes |
|
[2 replies] Last: Your x and y are wrong. You say x: and then that's it's y. Change th... (by MrTrollFace)
|
STL list as a data member in a class |
|
[2 replies] Last: Thanks! (by LaLaLaBaBaBaRaRaRa)
|
Memory Management |
|
[4 replies] Last: Ah, okay! Thanks for the visualization. That helped alot. I wasn't sur... (by MaxterTheTurtle)
|
by MrTrollFace
Set multiple usernames and passwords in a file?
|
|
[6 replies] Last: Thanks manudude03 but a little bit of comment would be useful. (by MrTrollFace)
|
by tony1420
text file into two arrays
|
|
[3 replies] Last: Could you post an example of the text you are trying to use with this ... (by chenshuiluke)
|
by Moonraker101
What is the purpose of locales?
|
|
[6 replies] Last: @Daleth, ok thanks, now it makes sense. Thanks for the help. (by Moonraker101)
|
by cedwards
Random int array HELP please!
|
|
[3 replies] Last: i am fairly new to c++ too, here what I suggest(untested) int main()... (by jkevin)
|