String Capitalization Converting |
|
[7 replies] Last: Very much so! People like you who are willing to take a little time to... (by ProgrammingNoob)
|
by Duthomhas
bool beats int
|
|
[3 replies] Last: The penalty for integer to biginteger conversion is so small as it is ... (by Duthomhas)
|
by twsouthwick
Issue with iterators with stl set using a custom comparator
|
|
[2 replies] Last: You can do it with the STL. http://www.cplusplus.com/reference/stl/... (by Duthomhas)
|
by vertextao
what does LEA directive do here?
|
|
[10 replies] Last: Just like guestgulkan, I have not met this order of operands before. ... (by simeonz)
|
by pizet
priority_queue
|
|
[2 replies] Last: class mycomparison { bool reverse; public: mycomparison(const... (by pizet)
|
by m4ster r0shi
compile-time array initialization
|
|
[10 replies] Last: That's very interesting. Thanks. (by m4ster r0shi)
|
How is better way to declare variables? |
|
[9 replies] Last: I recommend delaying the declaration as long as possible and initializ... (by moorecm)
|
by Icenel
Change Output
|
|
[7 replies] Last: I disagree. Don't mix separate concepts. A "card" class should only... (by Duthomhas)
|
Using brackets ({ }) to create scopes? |
|
[4 replies] Last: A so far unmentioned benefit is that C++ destructors are called at the... (by kbw)
|
by deimon09
ascending..
|
|
[4 replies] Last: @albatross... i cant translate it into c++... maybe i'll study it firs... (by deimon09)
|
by Rookie09
Preprocessor Directives Isssue
|
|
[1 reply] : please use the ' **code goes here** ' tags to help posters distinguish... (by kash kow ken)
|
by SK480
Anyone Willing to Mentor Me?
|
|
[12 replies] Last: sadzuby@hotmail.com I appreciate this. (by SK480)
|
by deimon09
reverse
|
|
[10 replies] Last: ProgrammingNoob.. its advance study, so boring here at house. so i w... (by deimon09)
|
by big o
Error using template class instance as member of template class.
|
|
[2 replies] Last: That fixed it. The error message is particularly unhelpful. After ... (by big o)
|
by fafner
undefined reference
|
|
[8 replies] Last: Dunno. If that is really an issue, compile like g++ *.cpp -c #just c... (by ne555)
|
by Darkenor
Stack Overflow with recursion implementation
|
|
[8 replies] Last: It's the sequence that starts with 704511. http://en.wikipedia.org/wi... (by ne555)
|
by Icenel
[Ask]Card combine and shuffle
|
|
[5 replies] Last: blackcode41 you are genius !! WOOO... You do not even use strcat or s... (by Icenel)
|
by akramm
I want to develop the program
|
|
[6 replies] Last: Just note that using the >> operator on an std::istream will not give ... (by Kyon)
|
by Nenad Zivic
fscanf problem
|
|
[5 replies] Last: OMG, i missdeclared pojmovi ... It should have been char pojmovi .... (by Nenad Zivic)
|
by Bazzy
backslash+newline
|
|
[4 replies] Last: Both in C and C++ it's simply ignored (by Bazzy)
|