by lolo25
Thread Function
|
|
[4 replies] Last: I think threads are better off behind concept of a library such as std... (by closed account S6k9GNh0)
|
by johnhuge
What needs to be added to a do while loop so that it will function exactly like a while loop?
|
|
[2 replies] Last: in while loop : first check the expression and if its true then run th... (by ahura24)
|
by diana
Open file text with Nodepad from Resources
|
|
[2 replies] Last: You're right! This is my problem. I don't know how to read Demo.text f... (by diana)
|
Tips to accelerate your C++ knowledge? |
|
[8 replies] Last: Anything was better than 20 minutes; and in terms of development time,... (by xstux)
|
by guna8985
pointer,macros
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/preprocessor/##ifdef ptr -> ... (by hamsterman)
|
by jarric
Help!! array problem, what is the prob of this i dnt know
|
|
[3 replies] Last: You defined printMsg() and printArray() inside of main(). Take them ou... (by Caligulaminus)
|
by Lukmas
Reading data from a 2-column text file
|
|
[7 replies] Last: Hello Guys, I tried going one step further by using the getline() fun... (by Lukmas)
|
How to typedef a template class? |
|
[2 replies] Last: :D Thanks a lot dude. I didn't expect that!! It seems I should improv... (by soheilghafurian)
|
by chainswap
SDL problem
|
|
[5 replies] Last: well it was pretty obvious and i feel kinda dum i didnt notice it Xb ... (by chainswap)
|
by amma
abstract factory question
|
|
[6 replies] Last: I would like to thank you for your help, after taking a beating from t... (by amma)
|
by whitenite1
Add player
|
|
[6 replies] Last: naderST, actually, when I subtract the 49, it's to end up with a numbe... (by whitenite1)
|
return a pointer from a class method |
|
[5 replies] Last: Note that returning a pointer (or reference) to a built in type, like ... (by andywestken)
|
Clipping a sprite diagonally |
|
[2 replies] Last: Oh wait I remember plotting individual triangles with directx9, not su... (by quirkyusername)
|
Binary file IO error "Unhandled exception at 0x100cad4a...." |
|
[2 replies] Last: Thanks a lot buddy! Passing the string like you pointed out seemed to... (by noxiouswinter)
|
by smelas
sorting elements in the container
|
|
[5 replies] Last: yes ! it's fine. (by smelas)
|
by fsshl
mybit.to_ulong()
|
|
[3 replies] Last: #include <stdexcept> #include <bitset> bool fullAdder(bool b1, boo... (by TheMassiveChipmunk)
|
by LinuxUser
Pig-Latin
|
|
[11 replies] Last: You're welcome. Please mark this as answered. (by kooth)
|
by mae38
Problem with static member array?
|
|
[4 replies] Last: Cheers! Now it apparently works. Thank You very much :). Before I pres... (by mae38)
|
trouble with header and global vars |
|
[19 replies] Last: Thank you guys for your help. (by closed account zwA4jE8b)
|
Switch statement not working? |
|
[5 replies] Last: lol believe me i had them in there before...i just took them out becau... (by paki programmer)
|