|
by zhangxu92
Getting the value and the string from 1 line
|
|
|
|
[1 reply] : #include <iostream> #include <sstream> int main () { std::string... (by Smac89)
|
|
by mandrewb
Help with BST implementation
|
|
|
|
[no replies]
|
|
by nonolt
find index from 2 vectors combined
|
|
|
|
[6 replies] Last: Thanks cire. It took me a bit of time to understand every lines of you... (by nonolt)
|
|
by detroit
notepad++ ...
|
|
|
|
[2 replies] Last: I did try that and I cant make it work. Any ideas how I can assign the... (by detroit)
|
|
by eibarra
Use array to store Class objects.
|
|
|
|
[3 replies] Last: Update to my code: .h File #ifndef CONTAINER_H #define CONTAINER_... (by eibarra)
|
|
by bob39rocks
how to recognize two words entered by the user for a string
|
|
|
|
[2 replies] Last: #include <iostream> #include <vector> #include <string> int main() {... (by cire)
|
|
by Ikaros
Problem with functor and error handling
|
|
|
|
[5 replies] Last: Ok. Thanks. Now I understand. (by Ikaros)
|
|
by whatever111
VERY IMPORTANT Help needed with C++ project
|
|
|
|
[3 replies] Last: OK. Let's start from the post #1: - Can we see actual implementation o... (by eraggo)
|
|
by Anthony973
C Programming : The “|=” Operator
|
|
|
|
[2 replies] Last: TY! That was clear and helpful. (by Anthony973)
|
|
by pizzlefank
Vowel Counter
|
|
|
|
[2 replies] Last: This char c; // Set variable c as a character cout << "Input: "; //... (by vlad from moscow)
|
|
by xXxFarriexXx
Looping Help
|
|
|
|
[3 replies] Last: well, i guess everyone stepped at least once in this trap (by coder777)
|
|
by bob39rocks
delete specified names from a list of store names
|
|
|
|
[4 replies] Last: never mind i figured it out. thank you. (by bob39rocks)
|
|
by chazztastic
find function in program
|
|
|
|
[1 reply] : what does the input file look like ? (by SamuelAdams)
|
|
by xzbit
regarding NM_RCLICK create popup menu
|
|
|
|
[2 replies] Last: thank you AHCFan20 int ret = TrackPopupMenu(hMenu, TPM_RETURNCMD | ... (by xzbit)
|
|
by angel06
Problem with looping
|
|
|
|
[3 replies] Last: You should put int main(){ double x = 0; if ( x < 1 ){ ... (by Ikaros)
|
|
by usama8800
multidemensional argument
|
|
|
|
[1 reply] : You may not declare a multidimensional array as a function parameter w... (by vlad from moscow)
|
|
by Stewie k
Compiles successfully but calculations give wrong answer
|
|
|
|
[2 replies] Last: You are writing to menuitem.<> in getdata() but reading from 0 to c i... (by MiiNiPaa)
|
|
by Filiprei
ColorKeying in sdl
|
|
|
|
[13 replies] Last: It will look for the file in the current working directory . If the c... (by Peter87)
|
|
by whatever111
Please urgent help
|
|
|
|
[1 reply] : class Rectangle { public: Rectangle(int height, int width); ~R... (by computerquip)
|
|
by raaj5671
bank account system
|
|
|
|
[4 replies] Last: yeah it works..thanks (by raaj5671)
|