by tongpu
A Practical Question...
|
|
[4 replies] Last: Take a professional course. That's probably the best advice I can offe... (by tummychow)
|
by TheKidDavid
Cant understand the tutorial [ESL Student]
|
|
[7 replies] Last: You're not going to find a small C++ handbook. What do you define as s... (by tummychow)
|
by CometJack
My time converter - trying to handle uncorrect input!
|
|
[8 replies] Last: You are absolutely right, thanks for pointing that out sammy34 I ha... (by attaboy)
|
by breava83
eternal loop
|
|
[1 reply] : I'm a bit concerned that you've declared: char employee_name ; ... (by sammy34)
|
by deadbolt742
overloading operators problem
|
|
[4 replies] Last: Sorry I didnt know what was causing it until I asked my professor toda... (by deadbolt742)
|
by sammy34
Pointers - More Information?
|
|
[2 replies] Last: Hmmmm...you're right. In fact, whenever I run it in debug mode using V... (by sammy34)
|
by marvolo1300
comparison between pointer and integer
|
|
[7 replies] Last: it worked! ty! i didn't know before that char can only hold one charac... (by marvolo1300)
|
by pika
Classes and dynamic memory
|
|
[11 replies] Last: Yep. Well, never mind, I'll try to get the basics down first. Thanks... (by pika)
|
by kenhapi
about looping
|
|
[2 replies] Last: @kenhapi: Why yes, yes we do. @ARWA: It was a simply phrased questi... (by Computergeek01)
|
Why isn't the copy-constructor being called? |
|
[2 replies] Last: Yeah, I guess that might be what's happening. I tried that and also C... (by closed account jwC5fSEw)
|
by o0mkh0o
RTTI and Pointer problem
|
|
[2 replies] Last: @whjatjx Tank you very much - that solved the problem. i modified the... (by o0mkh0o)
|
by SoulRyder
addition array elements
|
|
[5 replies] Last: Ok thank you :) Later i will try this right now i dont have time. I wi... (by SoulRyder)
|
by winecoding
A class design question for an interview.
|
|
[1 reply] : It is syntactically correct. The only "problem" I see is that you... (by jsmith)
|
by Kieth89
Don't understand this program
|
|
[3 replies] Last: Ok just glad I could help! Just making sure, I've ANSWERED your que... (by billlin)
|
by Isnew543
Need assistance with a retrieval program that outputs into another .txt file
|
|
[1 reply] : the way you wrote the prog is verey confusing try to make your prog mo... (by ARWA)
|
by whitesnow
How can I return a character string? To use it in main.
|
|
[4 replies] Last: you can use strdup() but it needs free after being used for examp... (by looksad)
|
by mrb9337
Ideas on my project.. or a step in the right direction?
|
|
[1 reply] : Personally I would recommend going with an array of some kind for the ... (by genuwine21)
|
Converting text to phonetic alphabet --- if loop problem.. |
|
[2 replies] Last: ahh, of course, I knew i was just missing something simple.. progra... (by AndrewThe70sMan)
|
by whitesnow
I'm extremely lost on this assignment. Using functions.
|
|
[1 reply] : Instead of putting all your variables into the scope of your function ... (by bluezor)
|
by patsies62
How do you skip over sentances in file input
|
|
[3 replies] Last: I think I kinda miss lead you guys, im reading in from a file not from... (by patsies62)
|