by Valz
when the number user key in is more than 999999 it dosent seems to work
|
|
[5 replies] Last: @Valz I noticed that if the user inputs a number higher than 999999 t... (by whitenite1)
|
Reducing fractions program |
|
[no replies]
|
by BarringtonT
what us the difference between the Debug/release
|
|
[1 reply] : It depends on your IDE, but generally debug build do not have many, if... (by ModShop)
|
by Croolsby
Custom Destructor
|
|
[4 replies] Last: +1 for std::unique_ptr<> or Boost's smart pointer. It is the way to g... (by webJose)
|
by Croolsby
Undefined reference but it is defined.
|
|
[5 replies] Last: Yes the vector will store a copy of the pointer. The pointer will "die... (by Peter87)
|
by EzioKurosaki
Password Confirmation Code
|
|
[10 replies] Last: Passwords are often case-sensitive because it adds security. For a rea... (by Peter87)
|
by ClayPigeon
Scanning 2 different vars at once then checking them individualy
|
|
[3 replies] Last: I meant something like scanning two different types of variables at on... (by ClayPigeon)
|
by Sabre
BEGINNER TRAP! Console input - Accepting string including spaces (eg. address)
|
|
[no replies]
|
by zeustacos
Strings and modifyng them
|
|
[9 replies] Last: strcpy is usually used when copying to an empty string. While strca... (by Wisely Done)
|
by Pip3mAn
How will i do this? (A hint would be nice)
|
|
[4 replies] Last: If you know that arrival and departure have EXACTLY 2 ours difference ... (by eypros)
|
by Ch1156
Ofstream not working??
|
|
[2 replies] Last: Ah, crap i forgot i wasnt working with the std namespace :P thanks! (by Ch1156)
|
by Kaon Flux
Simple Prime Factorization
|
|
[2 replies] Last: I could not get fun2code's explanation to run so I have been racking m... (by Kaon Flux)
|
by Hans Jorg
subtitle time delay (school assigment)
|
|
[3 replies] Last: There is no sleep() function in windows. Windows uses Sleep() func... (by Wisely Done)
|
by student111
Hi some questions about for loop
|
|
[2 replies] Last: You should use a syntax either: cin >> i; or cin.get(i); or i = ... (by eypros)
|
by Croolsby
newing up the return of a function.
|
|
[2 replies] Last: Oh ok, I'll have to remember that, thanks. (by Croolsby)
|
by Ch1156
Need this code explained (1,2)
|
|
[35 replies] Last: Please Help!!!! (by Ch1156)
|
by erhuu a
For loops help
|
|
[3 replies] Last: Please don't make duplicate issues http://cplusplus.com/forum/beginner... (by Stewbond)
|
by eric Mills
Concering return and declaring varibles
|
|
[1 reply] : Your value x is only declared in int function1() . At the end of t... (by Stewbond)
|
by BarringtonT
What is a good study method to use for C++
|
|
[2 replies] Last: The most effective way to increase your knowledge is to try new probl... (by JLBorges)
|
by dotjan
proper use of ifstream and ofstream
|
|
[2 replies] Last: ¿Why don't just store the integer that you want, instead of the numbe... (by ne555)
|