by shaggy
c++ (SDL) vector issue
|
|
[no replies]
|
by adiallo
statement list (STL)
|
|
[1 reply] : What's a "statement list" when it's at home? Wazzak ... (by closed account zb0S216C)
|
by biamigueis
trouble with class
|
|
[2 replies] Last: todoitem.cpp #include "todoitem.h" TodoItem::TodoItem(string newText... (by biamigueis)
|
by Bubbletea
How to get an integer from a string?
|
|
[1 reply] : http://cplusplus.com/reference/string/string/substr/ http://cplusplus.... (by R0mai)
|
by ravs
File system polling
|
|
[2 replies] Last: Hi, Thanks for the reply. Its on Windows OS. I just need to poll for ... (by ravs)
|
by blueberry
string::find() skips parts of string?.....
|
|
[2 replies] Last: Thanks. yea im suppose to be doing this in python but I'm just doing ... (by blueberry)
|
by jgranga171
Using STL List to create a "sorted bag"
|
|
[1 reply] : The compiler is complaining about those friend functions rightfully. S... (by Cubbi)
|
by cozmy
string function
|
|
[1 reply] : cin.clear() clears all error flags that may be set on cin (that may be... (by hanst99)
|
by rvelez3
Saving VS project
|
|
[1 reply] : Well... File -> Save Solution (or Project, dunno atm) done. (by hanst99)
|
by lql44
Which Library to include?
|
|
[1 reply] : Well, if you're talking about the standard library and mean header t... (by hanst99)
|
by mrmike
cURL Troubles
|
|
[no replies]
|
by ironreaper
connect the dots
|
|
[2 replies] Last: well i thought that it was fairly specific, the mouse movement is bein... (by ironreaper)
|
by won212
I have 102 Errors for this priority queue
|
|
[8 replies] Last: hi bluecoder, and now, i debug your code, I get the same 100++ syntax ... (by won212)
|
How to repeat code using this for loop? |
|
[3 replies] Last: I suggest you take lines 68-120 and put them in a function void drawQ... (by hamsterman)
|
Problems with Collission |
|
[1 reply] : you've put at the line: "xdelta=-xdelta;//de-increment balls coorderat... (by russellc92)
|
by Adryanmh
C++ problem
|
|
[8 replies] Last: Oh nevermind i fixed it. I put : Lista & Lista::operator= (const... (by Adryanmh)
|
by NickName
How to check if two template parameters are the same?
|
|
[3 replies] Last: namespace home_grown { struct true_type {} ; struct false_typ... (by JLBorges)
|
by ayanda83
WHAT IS A BIT MASK?
|
|
[1 reply] : http://en.wikipedia.org/wiki/Mask_(computing) (by Null)
|
by K33p3r
How to simulate an Erlang(k) variable using C++
|
|
[5 replies] Last: Thanks again for clarifying. (by K33p3r)
|
by oreoluwa94
class student
|
|
[2 replies] Last: Student ^ Special Student ^ TS (by IceThatJaw)
|