by spy man
CListCtrl
|
|
[2 replies] Last: thanks, for your help (by spy man)
|
by spy man
c++ compile error
|
|
[2 replies] Last: thanks ı did (by spy man)
|
by RobertEagle
Class functions
|
|
[2 replies] Last: I understand, now. For me it was like I finally made a good library w... (by RobertEagle)
|
by Raman009
String concatenation using pointers
|
|
[7 replies] Last: In the end , I used std::string and used + operator for concatenation ... (by Raman009)
|
by Techy0
Hal 9000
|
|
[2 replies] Last: Natural Language recognition is an advanced section of AI, not recomme... (by Script Coder)
|
spell checker!! |
|
[2 replies] Last: A few errors: cout<<dictionary<<endl; This will print the address t... (by Script Coder)
|
Weird space |
|
[1 reply] : You should use condition while ( getline( users,l ine ) && x < get... (by vlad from moscow)
|
by beakie
OpenGL... Bang Bang Bang Bang Bang
|
|
[2 replies] Last: Thanks :) (by beakie)
|
by FourSight
How do you create .html or .php files with C++
|
|
[1 reply] : Use fstreams: std::ofstream out("website.html"); out<<"<html> <head>... (by BlackSheep)
|
Read from txt |
|
[2 replies] Last: You might want to add std::noskipws . is >> std::noskipws >> ch ; ... (by JLBorges)
|
by MottMan
SDL Not Accepting Relative Paths
|
|
[2 replies] Last: I feel like an idiot. Thanks a lot Disch! (by MottMan)
|
by mzimmers
assigning a C string to a string object
|
|
[5 replies] Last: Thanks for the clarification. Turns out that this was cockpit error; i... (by mzimmers)
|
by xzbit
messageBox always on top and..
|
|
[3 replies] Last: Then maybe is a good idea to use a secure desktop (the same behavior a... (by modoran)
|
by xzbit
write file
|
|
[5 replies] Last: If this is windows 7 and you are not running as admin, operating syste... (by modoran)
|
by Raman009
Weird Enqueue Function
|
|
[6 replies] Last: Error found :) The line in enqueue while(ptr->priority < loc->priori... (by Raman009)
|
Converting 32 bit intiger to printable 8 bit Character |
|
[2 replies] Last: The problem is in you reading the file. You simply cout the entire li... (by S7krs)
|
by jthomas
Data Structures Tutor
|
|
[no replies]
|
by Castalia
Forward reference to class in external namespace
|
|
[2 replies] Last: A translation unit has to know how the names A and B were declared. Th... (by vlad from moscow)
|
by warlock1520
C++ what is it for?
|
|
[16 replies] Last: @ResidentBiscuit and iseeplusplus: General Purpose, defined by Google ... (by Script Coder)
|
by rossig
adding new line to string literal
|
|
[6 replies] Last: Hello, the code all of you suggested works :), but not with SDL the re... (by rossig)
|