by mlor3
Need help (for loop)
|
|
[3 replies] Last: You are welcome! for(int i=number-1;i>=1;i--) The loop starts at... (by eyenrique)
|
by midiology
[URGENT, PLEASE REPLY] error while compiling
|
|
[2 replies] Last: You have a permissions problem with something in that path. If this ... (by midiology)
|
by ashald33
help keeping score
|
|
[1 reply] : It's pretty much as easy as using std::cout. Look up fstream. It's not... (by Avilius)
|
by ashald33
Do-while and if else problem
|
|
[4 replies] Last: thank you! I put it within the "do" and it worked perfectly! do you kn... (by ashald33)
|
by TheMikey87
help
|
|
[4 replies] Last: yeah its the one on the top i switched somethings and it works fine no... (by TheMikey87)
|
by jackbruns28
I can't seem to input two numbers on the same line
|
|
[3 replies] Last: Glad I could help, jackbruns28.. (by whitenite1)
|
by Dunder
Can't call class method of type string
|
|
[5 replies] Last: You are welcome! (by eyenrique)
|
CREATING A FILE OFSTREAM help |
|
[9 replies] Last: thank you the path name was wrong, it was c:\users\username\desktop, t... (by closed account ivDwAqkS)
|
by BeastlyHex
Printing Text Conflict
|
|
[1 reply] : Firstly, starting every word with a capital letter like that makes you... (by MikeyBoy)
|
by pizzadeliver
Help me resolve a practice problem?
|
|
[3 replies] Last: You're also asking a lot of people who could be helping others to spen... (by cnoeval)
|
by Edward01
Deleting allocated memory
|
|
[1 reply] : Read this: http://msdn.microsoft.com/en-us/library/x98tx3cf.aspx Par... (by coder777)
|
by TheDoCtoR
Dynamic Programming Task
|
|
[7 replies] Last: Thank you so much for help everyone, today I asked my professor about ... (by TheDoCtoR)
|
by sportstool
Do while / Switch Menu Design
|
|
[8 replies] Last: @whitenite1 yes, that's it. thank you. (by sportstool)
|
by jidder
Why would you ever use a do while loop
|
|
[2 replies] Last: i dont use them. I use method the OP stated. That could just be becaus... (by metulburr)
|
by TweedleGun
Error With Inputting to Dynamic Array
|
|
[2 replies] Last: string *words1 = new (nothrow) string ; You are allocating a dyn... (by Catfish666)
|
by amitk3553
copy data in arrays
|
|
[1 reply] : You have defined cpy_data_aes to take std::arrays as argument but you ... (by Peter87)
|
by apina058
can i make keylogger and connect it html?
|
|
[2 replies] Last: Do you mean you want to add a keylogger on your html website and custo... (by hesterl)
|
by orcbum
Confused about dynamic memory allocation + arrays
|
|
[2 replies] Last: i'm able to save the buffer into p with the strcpy() function, but ... (by cire)
|
by omgbethy
Possible loss of data.
|
|
[1 reply] : Warning saying - possible loss of data because may be while rounding u... (by ak16)
|
by omgbethy
Health variable.
|
|
[8 replies] Last: Maybe you want to reset healthpoints too? (by coder777)
|