by ShadowTek
How to force a mouse click on certain screen coordinates?
|
|
[3 replies] Last: No worries :) (by Zaita)
|
by chopficaro
'read': identifier not found
|
|
[5 replies] Last: thanx, it works, i can read or write any number of structures to a fil... (by chopficaro)
|
by QWERTYman
Operator overloading problem
|
|
[5 replies] Last: Mahlerfive's solution worked, sorry for not saying so earlier. Than... (by QWERTYman)
|
by HeatMan
About StringStream
|
|
[4 replies] Last: it makes them useful for turning numbers into strings. (by guestgulkan)
|
by Mertovun
stringstream
|
|
[1 reply] : Another thread on exactly the same topic here at almost exactly the sa... (by guestgulkan)
|
by asvati
2 errors inn rpg battle test
|
|
[17 replies] Last: Yes, just make sure to remove the semicolons on the end of the other l... (by Zhuge)
|
by Mertovun
Using operators for a beginner...
|
|
[3 replies] Last: Or assuming "in" is of type "int": #include <algorithm> int o... (by jsmith)
|
by Beef
Starting C++
|
|
[5 replies] Last: I was talking to Beef (sorry if this seems rude...)... (by HeatMan)
|
by HeatMan
SStream Problem
|
|
[4 replies] Last: I updated MinGW, but it still not work :/ So, I downloaded Codes Block... (by HeatMan)
|
by Hasser
using a "f" as a switch input
|
|
[2 replies] Last: Thank you for your fast response, it works :D (by Hasser)
|
by georg
Make connection with C and MySQL
|
|
[1 reply] : You can use the mysql.lib library functions to connect either to a mys... (by guestgulkan)
|
by CheesyBeefy
Fstream?
|
|
[2 replies] Last: Yea, the links kinda complicated though, doesn't tell you how to use i... (by Umz)
|
by rrgriola
Advice for Functions
|
|
[2 replies] Last: Either that or arrays/vectors/etc. As a rule of thumb, if you're pass... (by helios)
|
by MBattiston
linked list troubles
|
|
[3 replies] Last: Yeah. That's not how it's done: g++ node.cpp linkedList.cpp Usa... (by helios)
|
by Cymae
VS2005 - Undeclared Identifier (though header is included)
|
|
[2 replies] Last: error C2065: 'ODBCConnect' : undeclared identifier (by Cymae)
|
by sfx81
why not to use virtual destructors
|
|
[1 reply] : http://www.parashift.com/c++-faq-lite/virtual-functions.html#faq-20.7 ... (by Duthomhas)
|
by michealj
string compare?
|
|
[5 replies] Last: Yes, just like that^. (by helios)
|
If-else-then problem |
|
[5 replies] Last: Oh I see. Sorry, I wasn't aware of that. Next time I post, I'll do tha... (by ponki d monkey)
|
by hamsterman
Can I save RAM?
|
|
[13 replies] Last: I don't know why I keep egging this on... The Win32 Kernel does a... (by Duthomhas)
|
by bigmike9449
Opening Files after Pressing Buttons
|
|
[2 replies] Last: thany-you very much. (by bigmike9449)
|