by Meema
Overloading operators
|
|
[1 reply] : Look up information on classes first. Create a fraction class to do t... (by firedraco)
|
by kryz
Shapes/Calculation program
|
|
[6 replies] Last: Nevermind about that. It was compiler issue that I've installed wrong.... (by kryz)
|
by andrewt
converting int to one single char
|
|
[4 replies] Last: True, he did seem to have a loop of sorts. Unless... Say, could you ... (by Albatross)
|
by kking606
Exercise Calculator
|
|
[4 replies] Last: Start using a for loop that counts from 0-6 or 1-7 or whatever and the... (by eker676)
|
by omegazero
error on overloaded string extraction operator
|
|
[1 reply] : 1) This will not work because there is no class called BigInt to acces... (by firedraco)
|
by deerlittle7
modulo and divide looping?
|
|
[2 replies] Last: if you're using the int datatype, you're capped somewhere around 8 or ... (by omegazero)
|
by DrChill
#include <iostream>
|
|
[3 replies] Last: If you want a good tutorial try this: http://www.cplusplus.com/doc/tut... (by Bazzy)
|
by Oromis
Memory vs. Speed
|
|
[2 replies] Last: Thanks for your answer. I know about the multiple decks, but I'm wr... (by Oromis)
|
by cppg2009
C++ Program to Unzip a zip File
|
|
[1 reply] : http://www.zlib.net/ (by Zaita)
|
by cr1901
scanf() pointers vs. variables
|
|
[1 reply] : Why are you using scanf? And not something like getline() etc? (by Zaita)
|
numeric to string conversion... |
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/1295/ We don't provide homewo... (by Zaita)
|
by deerlittle7
i'm almost ther , but still my code works incompletely.
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ You haven't asked a que... (by Zaita)
|
by trobson
Looping issue with BankAccount code
|
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/6046/ That link shows you how... (by Zaita)
|
by StakFallT
Question about recursive class members
|
|
[1 reply] : Ok. Inheritence is really easy to decide, it comes down to 1 simple q... (by Zaita)
|
by omk
Searching and Acting upon tags in a file.
|
|
[4 replies] Last: Yea, read it in and parse it manually as strings. A real PITA but at y... (by Zaita)
|
by deerlittle7
how to convert MS visual c++ codes to dev c++?
|
|
[8 replies] Last: I was suppose to add, don't use Dev-C++ as it's no longer supported. D... (by Zaita)
|
Don't understand teachers instructions |
|
[2 replies] Last: You could just use a map<int,int> that stores the random number as a k... (by seymore15074)
|
by Oromis
How often refresh the screen?
|
|
[3 replies] Last: Thanks for the answers. I do have a littly experience with windows-... (by Oromis)
|
by zenkiboy
How to have classes call each other's method?
|
|
[3 replies] Last: still curious if its possible just using forward declaration?? Sim... (by closed account z05DSL3A)
|
by bangura87
finding out if integer is multiple of 3
|
|
[1 reply] : This can be done very easily using the modulo (%) operator. It gives ... (by jdd)
|