by Ameobea
API calls
|
|
[3 replies] Last: Thanks a bunch! I got the tutorial for c++ off this site, and it's ... (by Ameobea)
|
by Ritter688
Header Boilerplates
|
|
[8 replies] Last: With C++ templates, which are similar to C macros, you need to have th... (by Bazzy)
|
by toks
cout warning
|
|
[1 reply] : in a character string the '\' character represents the fact that an es... (by quirkyusername)
|
Whats wrong with my "simple" Bank App? |
|
[5 replies] Last: No mortgage header as i got completely peeved with the rest of it lol.... (by closed account zb5L1hU5)
|
windows forms |
|
[2 replies] Last: or you use .net/wxWidget/Qt or some other Lib for that purpose (by coder777)
|
by Jesse20ghet
Arrays
|
|
[10 replies] Last: You will have to initialize rand() normally you would initialize it us... (by Darokthar)
|
by TpOreilly
Question about functions :)
|
|
[15 replies] Last: Here is a really simple function. Though it would be just as easy to w... (by lare26)
|
by areid
Error with my overloaded operator function?
|
|
[2 replies] Last: Thank you there were actually two errors but I figured it out thanks! (by areid)
|
by swalton
Btree
|
|
[3 replies] Last: Alright then i will be patient. I want someone to finish off this c... (by swalton)
|
by ankushnandan
"using" kyeword in C++
|
|
[5 replies] Last: thanks Disch....:) (by ankushnandan)
|
by xderkaderkax
StreamWriter in Visual C++
|
|
[no replies]
|
Making a Program |
|
[19 replies] Last: i want to show 5 possible answers for a line like to limit it to 5 (by MichaelIbekwe)
|
by thebirdman26
processing information from a file
|
|
[1 reply] : The loop on line 34 gets the circumference and area OK, but it doesn't... (by Disch)
|
by Patoto
Sprites?
|
|
[3 replies] Last: I recommend sfml. Very beginner friendly. Very fast, very easy. h... (by Disch)
|
by thebirdman26
processing an array from a file
|
|
[2 replies] Last: Thats perfect! Thank you so much for your help. Everything is working ... (by thebirdman26)
|
by makavelix02
Char to Boolean.
|
|
[1 reply] : // need to have variables: char c; bool b; c = get_char_from_f... (by Disch)
|
by firix
smart Pointer error?
|
|
[1 reply] : template<class T> class smartPTR{ T *mp; T *Array; int size; ... (by firix)
|
by dbarto
Blank space code?
|
|
[2 replies] Last: Edit: Write the code that will read character inputs from the user ... (by dbarto)
|
by crxxtc
Password verification problem
|
|
[14 replies] Last: nevermind i was able to get the numbers part of it thank you for all o... (by crxxtc)
|
by nobunaga
sorting from text file using insertion sort
|
|
[no replies]
|