by madhu9124
programming skill
|
|
[3 replies] Last: You can get better by just reading the forums... I'm a pretty big ... (by brokenbot)
|
by Alan
@@@ is this valid syntax @@@
|
|
[6 replies] Last: @brokenbot. Why are you talking about functions. The OP was asking a... (by Return 0)
|
by bcollignon
HDF5-LITE
|
|
[no replies]
|
by madhu9124
c,c++
|
|
[4 replies] Last: Read lots of code. Write lots of code. (by helios)
|
by kazein
Convert int to str bug.
|
|
[2 replies] Last: You're right, that is much easier. I'm not familiar with "<<" yet. ... (by kazein)
|
by Ken J
Can't get 'Hello World' to compile
|
|
[5 replies] Last: If you want to continue using GCC you need to add -lstdc++ when you co... (by chrisname)
|
by oamsath
Colouring the Console ?
|
|
[5 replies] Last: You can use the curses library or, if on Windows, SetConsoleTextAttrib... (by Bazzy)
|
by oamsath
String Printing as float number :D
|
|
[3 replies] Last: Just to add: cout << someting; and stringstream ss; ss << so... (by Bazzy)
|
error: cannot convert 'double' to 'double*' |
|
[4 replies] Last: I figured that out but thanks. New problems now! :) (by IamScaredOfTrees)
|
by MrBr
Initialize struct as a pointer
|
|
[15 replies] Last: Yes. It's syntactic sugar. Just like v ==*(v+i) (by helios)
|
by prodiga
errors get thrown when i close the cmd
|
|
[8 replies] Last: well i went ahead and re-applied what i had learnt here to create some... (by prodiga)
|
by Nelo87
Executable File in Visual Studio
|
|
[2 replies] Last: You can right-click the solution or project name in Project Explorer a... (by webJose)
|
by prodiga
walk me through this please?
|
|
[8 replies] Last: I think you wanted to do this: CRectangle *a,*b; a = new RCecta... (by Gregor)
|
by dpedroia15
Simple Code - Stumped on an Error
|
|
[4 replies] Last: your code should be like this. note : you should not redeclare the var... (by blitzmon)
|
by rollingdice
storing a 2d array with one string & sorting it
|
|
[2 replies] Last: Don't use cin for string objects. Use getline(cin, str) (by mcleano)
|
by Alan
Inline array declaration URGENT@@@
|
|
[2 replies] Last: that was what I first thought but it gives an error /* * In fu... (by Alan)
|
by trasgu
Opening File Failure
|
|
[5 replies] Last: Update: Writing the file's full path allows the program to open the fi... (by trasgu)
|
by wtf
Why doesn't remove() function work with files that I have had open in fstreams?
|
|
[1 reply] : Never mind again! I had had a second fstream to test if it had been o... (by wtf)
|
by paoloricardo
Stream I/O query
|
|
[6 replies] Last: Sorry, typo - my code has theFile.getline(inList , 20); (by paoloricardo)
|
by goldham
Fahrenheit to Centigrade Formula Returning Zero
|
|
[2 replies] Last: Awesome! Thanks!! (by goldham)
|