by willia23
Debugging problems
|
|
[3 replies] Last: Note: The amount of unhelpful and irrelevant compiler errors you will... (by helios)
|
by tang0delta
GUIs in C++
|
|
[3 replies] Last: Hi Maybe CLX would be another nice alternative. You can find CLX und... (by Fab)
|
by gthink
Unix/Linux C++ and Visual C++ differences
|
|
[5 replies] Last: In order to have a standard C++ application I allways start from an E... (by Bazzy)
|
by Umz
SDL unresolved external symbols
|
|
[5 replies] Last: Yea, I'm not sure where I went wrong but I added the SDL. files to the... (by Umz)
|
RunTime: String is not NULL terminated |
|
[4 replies] Last: Thanks a lot for the help. I'm gunna mess around with it some in the m... (by spacemanjones)
|
by bluegray
Question reading from an input file
|
|
[3 replies] Last: Thats kind of what i was thinking as far as a second getline() call. I... (by bluegray)
|
by mprusty
fscanf
|
|
[2 replies] Last: Thanx for the advice. However I solved that out after few trial and er... (by mprusty)
|
by amyotm
Exponent Function?
|
|
[4 replies] Last: hah, sorry, I realise now that what I said made no sense. (by amyotm)
|
by Vadimyan
Problem with enum
|
|
[9 replies] Last: I would also tidy it up a little like this: typedef enum { ST... (by seymore15074)
|
by gnykspr
writing to textfile and reading_?
|
|
[2 replies] Last: http://www.cplusplus.com/reference/iostream/fstream/ http://www.cplus... (by Scipio)
|
by dimnjak
advise me pls
|
|
[3 replies] Last: http://www.catb.org/~esr/faqs/smart-questions.html (by Zaita)
|
by lightpwny
C++ Linux Sound
|
|
[1 reply] : OpenAL :) (by Zaita)
|
by warau
Unexpected std::string behavior and pointers
|
|
[6 replies] Last: I ended up going with a pointer to an array of pointers to suite my ne... (by warau)
|
by Timbo1
Tetris clone
|
|
[8 replies] Last: Try using _tmain() instead of main(). That usually fixes that god damn... (by helios)
|
by mrgoogle
Problems !!
|
|
[2 replies] Last: I think mrgoogle wants something like this: for(int f=0,s=0; f<fir... (by Bazzy)
|
quick question (hopefully) about char and an infinite loop |
|
[6 replies] Last: You have to expect some delay for answers. cout << setw( 10 ) ... (by Duthomhas)
|
by Return 0
Using Namespaces
|
|
[5 replies] Last: That makes sense. Thanks. (by Return 0)
|
by Return 0
Value in using: int main(int argc, char* argv[])
|
|
[3 replies] Last: Great info firedraco and Duoas, thanks for your help. Return 0; (by Return 0)
|
by jucasan
Structures
|
|
[1 reply] : It declares account as an instance of CDAccountV1. Instances/objects a... (by helios)
|
by aeson25
searching for text in a program
|
|
[12 replies] Last: It depends on how they are stored in your file. If you didn't compile ... (by Duthomhas)
|