by azuk040891
Input
|
|
[1 reply] : bump... anyone? (by azuk040891)
|
destructor doesnt return control to calling function |
|
[2 replies] Last: Well, the actually code is in MPI. Using gdb with MPI is a pain. Hence... (by maheshravishankar)
|
Executing C++ Code |
|
[1 reply] : It's possible, but not very easy to pull off. You'd have to have a lot... (by Kyon)
|
by forceface
Else statement failing to execute in a four loop
|
|
[7 replies] Last: I fixed most of what people commented on... #include <stdio.h> #incl... (by forceface)
|
by NetHacker
Isolating words in a string
|
|
[2 replies] Last: Ah, thank you, this should do the trick. (by NetHacker)
|
by Srija
Password hiding
|
|
[3 replies] Last: No, still incorrect. That shouldn't even compile due to type mismatch... (by webJose)
|
by Bill90
Returning a template typedef
|
|
[3 replies] Last: That's not a problem with C++ though :O (by hanst99)
|
by zile
Default Push Button for tab(child window)
|
|
[no replies]
|
by azuk040891
Vectors of vectors (2D vector)
|
|
[12 replies] Last: 1) Certainly. vector<string> func(); Not very efficient. A copy ... (by hanst99)
|
by Shaaw
Opening an exe-file.
|
|
[3 replies] Last: Here are some good resources on the topic: http://de.reddit.com/r/Reve... (by Computergeek01)
|
Beginner Programmer |
|
[7 replies] Last: So as you can see, i didn't give you the exact code to protect my cod... (by hanst99)
|
by Srija
simple doubt on Getline function
|
|
[2 replies] Last: thank you it's right.........and is helpful. (by Srija)
|
by ahura24
unicode
|
|
[6 replies] Last: tnx for help but i want capture unicode not multi byte character set (by ahura24)
|
by coolbran
Little Problem with Logic using Strcmp()
|
|
[5 replies] Last: thanks for the help (by coolbran)
|
by beau
Converting String to Binary
|
|
[1 reply] : to be honest I didn't read all of your code but the following function... (by closed account zwA4jE8b)
|
by tomjwchung
how to i copy to clipboard so i can use it as ctrl v
|
|
[2 replies] Last: OK. I understood. You want to write to the clipboard. #include<w... (by tolga gerekci)
|
by Donanza
String problem with c++ game
|
|
[9 replies] Last: after reading a bit more on exceptions myself your exception block it ... (by Azagaros)
|
Dynamic Allocation for Instance Variable |
|
[1 reply] : Yes that is perfectly acceptable. Although if you want proper encapsu... (by Disch)
|
by broot
recursive traversals
|
|
[1 reply] : void BSTree::recursive_inorder(BSNode *subroot) { if (sub_root ... (by Azagaros)
|
by MCJamaica
pointer as parameter
|
|
[3 replies] Last: Thanks a lot! This was definitely something I had not yet a lot of exp... (by MCJamaica)
|