User profile: dznguy

User info
User name:dznguy
History
Joined:
Number of posts:30
Latest posts:

Phone Directory Program Problem
[code]Void phonedir(string firstName, string lastName) { Int flag = 0; inFile1.open("TelephoneDirect...

fstream and getline
so im reading from a .txt and am having trouble figuring out how do i make it so that fin >> x or ge...

order in which operator+ return
is there a way such that i could set the order is which operator+ can return? for example, [code]i...

class with private array
i want to check the numdigit so that i could set the loop for adding the num1 and num2 of the array ...

class with private array
ok another question that i have is that in struct, i could call num1.numdigit and num2.numdigit and ...