by Garritt518
problem printing argv[] and filename
|
|
[2 replies] Last: Tried it, same weird output :( (by Garritt518)
|
by serima
data structure
|
|
[1 reply] : Because you passed the struct by copy. Any change that you make inside... (by ne555)
|
by redchannel
How do I print the contents of an array ?
|
|
[3 replies] Last: do{ inFile>>d ;// seeding the numbers into the array :D }whil... (by Browni3141)
|
Text output not working? |
|
[1 reply] : Where are you writing to the file? You should probably post that part. (by Browni3141)
|
by Blessman11
header files & multiple declarations
|
|
[5 replies] Last: thanks, extern did the trick. Today is the first time I've learnt and ... (by Blessman11)
|
Create a new NotePad document |
|
[4 replies] Last: Ooh, okay thanks. BUt what does the 'out' do? and isnt the ios_base ... (by DeeJayParadice)
|
by Gage
Compiler for a java programmer?
|
|
[5 replies] Last: Eclipse and Netbeans are IDE. A C++ compiler is like g++ which is part... (by matsom)
|
by rad301
Shuffle Function
|
|
[10 replies] Last: ^Actually, the first compares for equality, the second assigns. They ... (by firedraco)
|
by Mctittles
Best way to create image effects (bevel etc)
|
|
[9 replies] Last: OpenGL supports 2d surfaces, I believe it's something like "glVertex2f... (by Computergeek01)
|
by k210in
Initializing array of objects in an object?
|
|
[3 replies] Last: I was toying with the idea of overloading your 'A' class constructor t... (by Computergeek01)
|
by Davidp809
ifstream question
|
|
[6 replies] Last: I agree, a better method would be to read the data into an array, forg... (by Computergeek01)
|
by adoubek
inputing binary into structure help
|
|
[1 reply] : You don't have a main function anywhere, you need one to compile/run y... (by firedraco)
|
by dupur
calculating execution time
|
|
[9 replies] Last: its also going to take longer depending on how you coded it. if youre... (by ascii)
|
how to select a Digit Of Integer |
|
[3 replies] Last: use %10 to get the last digit. for example if num is an int variable a... (by Maese909)
|
by randy16
Need help with nested for loop
|
|
[11 replies] Last: Yes, If we look at the formula, it's similar to the area of a triangle... (by Mathhead200)
|
by UrbnCampr02
help ASAP!!
|
|
[5 replies] Last: thanks for the help it was that specific else if statement i dont unde... (by UrbnCampr02)
|
Place "Cursor" in file |
|
[1 reply] : Use tellg and seekg. Caveat: file must be open in ios::binary mode. (by Duthomhas)
|
by goofy1969
Input txt file with single quotes
|
|
[no replies]
|
Basic Fraction Problem |
|
[1 reply] : That's because x y z w are integers and for integers 2/3 = 0 (they rou... (by hamsterman)
|
by savan12986
cant output doubles
|
|
[5 replies] Last: does anyone have an idea? I need to have this finished by tonight. (by savan12986)
|