by mostafa44
put pointer problem
|
|
[1 reply] : a return value of -1 by tellp() probably means that file stream is not... (by spaggy)
|
by mostafa44
question about read, write I/O streams
|
|
[2 replies] Last: There are a couple weird things here: 1) http://cplusplus.com/refer... (by Zero One)
|
by c0y454
placing void() in a 2nd source file
|
|
[1 reply] : Try to see if this article helps you: http://www.cplusplus.com/forum/a... (by Bazzy)
|
by Mike200
initialising an array within a class using a constructor
|
|
[1 reply] : That syntax won't work with current standards. You'll need to do some... (by Bazzy)
|
by guess85
Writing makefile for a c++ project
|
|
[4 replies] Last: Thanks, I separate include path and libs and now working good! (by guess85)
|
by Soap360
Can someone explain this character array code to me?
|
|
[8 replies] Last: Yeah I understand arrays, just this bit's been buggin me. I'll just pi... (by Soap360)
|
by Jackywong
Calculate average using nested loop
|
|
[1 reply] : Show us what you've done so far and where you are having troubles. (by Zhuge)
|
by jovispater
declared enum "does not name a type"
|
|
[4 replies] Last: You really should rename it "enums.hpp" as firedraco and Athar have sa... (by Zhuge)
|
by aidyszh
About auto_ptr
|
|
[6 replies] Last: Thanks all guys, for your replies. Fortunately, i needn't to change m... (by aidyszh)
|
by kalp1200
finding out an armstrong number
|
|
[5 replies] Last: so..it makes sense..what I did rite...thanks..and also for the tips on... (by kalp1200)
|
by AngelHoof
Invert a character array.
|
|
[4 replies] Last: Ah, that's exactly what I was looking for, it makes sense now! Than... (by AngelHoof)
|
by mostafa44
size while writing a structure
|
|
[4 replies] Last: http://en.wikipedia.org/wiki/Data_structure_alignment#Data_structure_p... (by Zhuge)
|
by vlad61
do {} while question (User==gulible)
|
|
[6 replies] Last: Thank you very much for all the in depth explanations. I completely un... (by vlad61)
|
by whitesnow
can somebody please explain this c++ shirt
|
|
[14 replies] Last: ok nice that's what i was thinking thanks a lot ^ (by whitesnow)
|
by jeppesen
a very simple question about visual c++
|
|
[7 replies] Last: what is the use of multiple source files under same project? Organiza... (by helios)
|
by vkaul1
are these warnings in visual studio to be taken seriously
|
|
[1 reply] : try using #pragma warning(disable:4786) (by guestgulkan)
|
by Wakesta
Code check
|
|
[9 replies] Last: Hi RyanCaywood Thanks, I will have a look at this (by Wakesta)
|
by keithh
Character String (1,2)
|
|
[24 replies] Last: got it. whew. thanks all. (by keithh)
|
Guess the number |
|
[3 replies] Last: Avoid sing namespace std; , http://www.parashift.com/c++-faq-lite/cod... (by Galik)
|
by ehsangha
Text Editor
|
|
[1 reply] : what? http://www.cplusplus.com/articles/how_to_ask/ (by Bazzy)
|