by Ace94
Can anyone help me with a phonebook code
|
|
[1 reply] : cout << searchName << "'s number is: " << number << endl; // Outputs ... (by nvrmnd)
|
by wolfv
undefined reference to function
|
|
[2 replies] Last: Thanks Zhuge, that did the trick. (by wolfv)
|
by Polyp
New to programming
|
|
[5 replies] Last: Once again thanks illusionist. I have a lot of reading to do but it's ... (by Polyp)
|
by gabloo
Creating a tree with double pointer and structure
|
|
[no replies]
|
by nvrmnd
clang linker error
|
|
[3 replies] Last: What exactly are you trying to do? Print a string that says "blah"? ... (by nvrmnd)
|
by Mido14
Dymanic Array Function
|
|
[1 reply] : I don't know everything thats wrong here but looking over the code the... (by Void life)
|
by wolfv
inheritance question
|
|
[10 replies] Last: You are right. I will move the variables to protected in base class. ... (by wolfv)
|
Why I have a segmentation fautl? |
|
[7 replies] Last: ok thanks , that was my error . It has been solved (by alejandrojimenez)
|
by Mido14
Dymanic Array Question
|
|
[10 replies] Last: OK , I'll do that Thank You and good night :) (by Mido14)
|
by DeathLeap
Decomposition Powers Three
|
|
[9 replies] Last: You may want to create your own thread. Anyways, It would pretty much ... (by giblit)
|
by campos10
Disallowing an option from repeating itself?
|
|
[5 replies] Last: Look at the following modified code and compare. The code I suggeste... (by Codermik)
|
by Titanius
Iterators
|
|
[3 replies] Last: You never reset your iterators to the beginning of the container. Aft... (by MrHutch)
|
Accessing the previous and next elements through a std::list iterator |
|
[4 replies] Last: [quote=cire]In both cases, one should know the iterator will be valid ... (by closed account D80DSL3A)
|
by Deciminderxx
Writing name out horizontally using an asterisk?
|
|
[3 replies] Last: Hey if you post your name that you need done, I can give this a whirl.... (by Irhcsa)
|
by Havel
no operator "<<" matches these operands
|
|
[2 replies] Last: Oh I see, so I need to use the print_bar function outside of my cout s... (by Havel)
|
by magyar
Please help with classes!
|
|
[2 replies] Last: Line 139: get_item_name is a function name (pointer). Since item_nam... (by AbstractionAnon)
|
by Pg0715
trying to get the pin number and asking for password
|
|
[3 replies] Last: http://www.asciitable.com/ Visit this page. It is what Zhuge was tell... (by closed account 2UD8vCM9)
|
by omgjosh
Arrays
|
|
[1 reply] : Line 39: Remove the ; Line 41: You will only reach this statemen... (by AbstractionAnon)
|
by TheAnarchist
Expected '}' before 'else'
|
|
[2 replies] Last: Thanks Wildblue didn't see that (by TheAnarchist)
|
Simple array question |
|
[4 replies] Last: That's great guys =) I'll have a bit of a play around with all that. ... (by brokenmachine85)
|