I think you're probably confusing yourself by trying to develop the whole program at once. Take just one part, e.g. just the "if (choice ==...
A compiler creates an object file, and a linker creates an executable. The Visual Studio compilers and SDK can be downloaded for free from the...
The compiler will throw an error because it's illegal to assign a pointer-to-emp1 to a pointer-to-int. So the cast is needed to override the...
The first person is counting in base 8 and the second in base 10. 11_8 = 9_10.
Try "man od". Or Google it.
How far have you got and where are you stuck? We won't write the code for you but we will help you work it out.
You're using the wrong quotes - use the straight ones instead: ". The compiler doesn't understand the angle quotes. Not sure what the other two...
Note that if you explicitly call the destructor, and that frees memory, then you must make sure any pointers are set to zero so that when the...
The destructor is called when you delete the object or let it go out of scope, yes.
Switch local echo off, then when the user inputs a character, output a *.
Focus on the basics first otherwise this will confuse you. Basically structure/class members are stored as a data structure in memory, one after...
amt needs to be defined where you're using it, so if you're using it in main then you have to declare it in main. What I was trying to get at...
You can fix that by (a) posting code in code blocks, and (b) using "disable smileys" in Advanced mode
No, you only have display and convert functions. A member function is a member of the class such as currencies::printEURO(). main is not a member...
Why do you need the user to type Start to start the program? Wasn't running it enough to convince you that they wanted it to run? (I point this...
Well if I can say this without sounding patronising, if you don't understand that then you should stick to the rules until you understand how this...
What input did you give the program, and what output did you get?
If that's the exact error then your linker is broken because it should tell you what symbol is missing so that you can find it. OTOH if you've...
(1) Within the rules: No. Private data is private data and the whole point is that you _can't_ access it unless you're a member function or a...
I have Linky, Flashblock, DownThemAll and Session Manager. Also I route Firefox through Privoxy for advert blocking and protection from other nasties.
Separate names with a comma.