by DangerD
References and Pointers (when to put them to use?)
|
|
[1 reply] : These may help you: pointers http://www.cplusplus.com/doc/tutoria... (by Bazzy)
|
by tiptip
Number of digits ASAP Please
|
|
[4 replies] Last: Here's a hint: division by 10. (by helios)
|
by DBarzo
A little doubt about Inheritance
|
|
[2 replies] Last: Thanks a lot Bazzy! Daniele. (by DBarzo)
|
by mattzorx
resolving LNK2019 & LNK1120
|
|
[7 replies] Last: You need to change the declaration of calculateCharges inf functions... (by kbw)
|
by Regine
make me a simple c++ program
|
|
[3 replies] Last: you need to start thinking like a programmer. Which is a problem solve... (by gcampton)
|
by r3n311
newbie winapi compiling error
|
|
[3 replies] Last: settle down george, Read the post title! (by gcampton)
|
by zmarcoz
C++ & directX to draw a square
|
|
[1 reply] : Yes, but using a triangle fan you just need to give the vertices of th... (by Bazzy)
|
by DangerD
Separating a number into its individual digits
|
|
[3 replies] Last: [Hint: Use the division and modulus operators to separate the number ... (by Bazzy)
|
by ant
query about pointers used with inheritance
|
|
[3 replies] Last: It depends. Lines 5 and 6 are illegal unless: 1) 'b' is implicitly... (by Abramus)
|
by Trollhorn
Make File Tutorial
|
|
[4 replies] Last: For anyone interested, the following is part of O'reilly's open book p... (by closed account z05DSL3A)
|
by ant
memory leak
|
|
[1 reply] : http://www.parashift.com/c++-faq-lite/freestore-mgmt.html#faq-16.12 (by Abramus)
|
by rossjohn07
Suggestive Comments
|
|
[6 replies] Last: Okay, so then all you need to do is split the string (std::string::sub... (by helios)
|
by thebeast
Quiz scores program
|
|
[8 replies] Last: You are welcome. (by screw)
|
by zooted
Comparing a series of integers, returns largest and smallest
|
|
[4 replies] Last: Thanks, I was looking for something like that. (by zooted)
|
Question about header conventions |
|
[4 replies] Last: Thank you for the example--yes it does help. (by closed account iw0XoG1T)
|
by Uriziel
Can one optimize/make it shorter?
|
|
[3 replies] Last: You can only deal with one digit at a time. result = 0 "425" --> r... (by Duthomhas)
|
by baross
Rercusive Program problem -Returning 0 only and not seeing the steps
|
|
[1 reply] : You have to read in num and num1 before you call the functions with nu... (by jsmith)
|
by shivani
OPERATOR OVERLOADING
|
|
[1 reply] : (see http://www.cplusplus.com/doc/tutorial/classes2/ for details ) ... (by Bazzy)
|
by meesa
Distinguish between an int and a char?
|
|
[5 replies] Last: Worked like a charm! (by meesa)
|
by Archaea
Parameter list, pseudo-database, approach not scalable!
|
|
[10 replies] Last: Thanks for the explanation. I did in fact forget the '&'. (by Archaea)
|