by w0lf215
Simple c++ program (new to c++ need help with cin/cout multiple variables in DOS program
|
|
[4 replies] Last: #include <cstdlib> #include <iostream> #include <string> // to use ... (by Oria)
|
by rcast
myfile.open (variable)
|
|
[7 replies] Last: I, myself, would use the latest. Which I do. Learn now, what you don'... (by Lynx876)
|
by northmoose
Function to change content in 2 dimensional array
|
|
[2 replies] Last: oh, I had been struggling with this for hours but totally missed that ... (by northmoose)
|
by brownie13x
Please help with c++ homework
|
|
[3 replies] Last: The first part of the things in the parentheses () of the for loop sho... (by dragonblader44)
|
by superman123
Setting a number to the hundredths place
|
|
[4 replies] Last: percent is a char but you are doing a comparison with an int. Plus, y... (by randisking)
|
by thephantom
problem with cmath/static cast
|
|
[5 replies] Last: Thanks, it's working now. (by thephantom)
|
by Lukas
Editing class object values
|
|
[3 replies] Last: Your idea of classes as tables is ...odd. I'm not sure where you got t... (by LB)
|
by maksims
boolean return problem
|
|
[1 reply] : if (running = false) { cout << "car is not running" << endl; } el... (by Hippogriff)
|
by hasan296
C++
|
|
[1 reply] : You need to return zero, looks like you are returning O. (by Hippogriff)
|
by jesha16
c++ program for credit card transaction.
|
|
[5 replies] Last: well; i'm sorry. (by jesha16)
|
by herold
Stuck in this need help
|
|
[4 replies] Last: Thank you to "vlad" . This program is in my text book.I was worried... (by herold)
|
by Comatosed1
Lost on where to begin
|
|
[2 replies] Last: The graphics, believe it or not, would be the simple part. You just h... (by randisking)
|
by Lynx876
Storage advice.
|
|
[8 replies] Last: Just for future use, if someone stumbles across this post. Here's the ... (by Lynx876)
|
by Lowest0ne
Making sure I read 4 bytes
|
|
[2 replies] Last: I does, thanks. Also: http://www.cplusplus.com/reference/cuchar/ Thi... (by Lowest0ne)
|
by Nahjil567
CIN and Floating point numbers
|
|
[12 replies] Last: > void printBinary(float num1) { int *floatMem = (int*) &num1 ; Us... (by JLBorges)
|
by Marius11
Printing an array
|
|
[3 replies] Last: [quote=Marius]I subtract one from a and b because if someone puts in t... (by LB)
|
by fiji885
Letting users input a file name and saving the file to a directory?
|
|
[4 replies] Last: Thanks! Seems like deleting line 12 fixed it (by fiji885)
|
by nasser
OpenGL for vc++ 2010 express
|
|
[3 replies] Last: http://lmgtfy.com/?q=openGL+download (by closed account 3qX21hU5)
|
by DANNY123
problem with the number
|
|
[3 replies] Last: Apart from the previous comment I think that you was going to enter di... (by vlad from moscow)
|
by jokester4u
Assignment Question!!!!!!
|
|
[12 replies] Last: Well your answer for question one is wrong to. main need to be int ma... (by closed account 3qX21hU5)
|