by gers1978
Delete repeats from array
|
|
[no replies]
|
by zugvogel
returning multiple variables from function
|
|
[3 replies] Last: Another way (less suited to this application) is to return a pointer t... (by K R)
|
by jaykob hxc
cout looping return functions
|
|
[3 replies] Last: ahaha, what an idiot! thanks dude! ok i switch the loop around as it... (by jaykob hxc)
|
Use of TWO cin.get() |
|
[3 replies] Last: Also: http://www.cplusplus.com/articles/iw6AC542/ (by Duthomhas)
|
by zider
calculate overtime
|
|
[3 replies] Last: You've simply got your algorithm wrong. Get number of hours. Subtr... (by Moschops)
|
by waso
Headers for namespace
|
|
[2 replies] Last: Hi webJose, Thank you very much for your reply. Regards, waso (by waso)
|
by ilnara
check if the pointer is pointing to valid address
|
|
[10 replies] Last: ok thanks for all the support. i know i may give foolish questions but... (by ilnara)
|
by tonnot
How to copy-clone an object ?
|
|
[5 replies] Last: You're still getting the object by value and not by reference. You ar... (by webJose)
|
by cpluplusrat
pthread busy wait
|
|
[2 replies] Last: Makes sense. I had mostly concluded something similar from what I had ... (by cpluplusrat)
|
by Tresky
Can't Figure Out How This Works
|
|
[9 replies] Last: After re-reading my previous post, I see how it might be misconstrued.... (by closed account 3hM2Nwbp)
|
by alhypo
Define non-const private static data member
|
|
[2 replies] Last: I just figured it out. I forgot to put the class scope operator on one... (by alhypo)
|
by ziodice
SFML error?
|
|
[19 replies] Last: Cmake basically makes something that makes the libs for you. Like a ma... (by firedraco)
|
by enlightenMe
A question about if/else statements
|
|
[5 replies] Last: Oh ok, now i get it, thanks alot! (by enlightenMe)
|
Gui based unit test framework in cpp |
|
[12 replies] Last: I suppose that you want something for free? If you or your company is... (by kempofighter)
|
by Chathu
About DEV C++
|
|
[7 replies] Last: Creation of any type of file is usually found under the IDE file menu,... (by anonymous23323124)
|
by Scottas
Unresolved external symbol
|
|
[2 replies] Last: Thanks. (by Scottas)
|
constructors and dynamic arrays |
|
[5 replies] Last: You can create a vector filled with copies of a particular element: v... (by Athar)
|
by ziodice
Should I learn the rest?
|
|
[17 replies] Last: heh... im just like you. i dont have money for educations aswell. but ... (by ilnara)
|
by hackinghorn
The greatest element of a set
|
|
[2 replies] Last: Or equivalently ... cout << *s.rbegin(); (by andywestken)
|
by iBLooDiESiN
How does this code look to you?
|
|
[17 replies] Last: Note that using return EXIT_SUCCESS; and return EXIT_FAILURE; ... (by andywestken)
|