Searching employment in beginning may be hard for me because, nowadays employer gives first priority to Working Experience and second importance to the Academic Qualification. But, i am learning...
Greeting Codeguru world!
I posted my thread in this section because i thought it might be related to (Non Visual C++ Issues). I would like to apologize if this is wrong section.
I already exercised my C++ skills in File I/O applying Array Index Container. Afterward, i asked myself, "Is it possible to applying STL Container?". So, my plan slightly changed to change the...
Greeting Codeguru world.
A small question in my mind is ringing me time to time. I did some of the projects using STL container and it is pretty much efficient to retrieve the data's information...
Greeting CodeGuru World.
I am C++ beginner programmer. I just learned most of the fundamentals of C++. This is my neither any college project nor any home assignment. This is what i decided to work...
I used global variable for input where user input int/int in console screen and 'c' is for user choice like 2/5 or 2:5..
Const-correct? Pardon. It mean, my classes are not constant?
Yah, i am...
Couldn't not understand. I was just trying to print the error message until user give right operator from list. I am pretty much confused can switch in main recognize the operator return from this...
I planned to build a four function fraction calculator adding some advance feature like error checking in input so that user are prompted to input correct numbers...
My code compiled well(After long Messing up with my head).
But, i still not satisfied of my output as i expected.
My code ought to sort the object of person...
Sir, I am Using Code::Block v10.05. I actually don't know what debugging actually means. I simply write code and run it pressing 'F9' key. Can you give me some information about "how to debugg"....
Thnx Rechard Sir, With your suggestion, i rebuilded my code and it compiled well with (0 error and 0 warning) where at object i removed '=' sign and i just planned to increase c1 & c2 twice and again...
Gretting Codeguru World!
Recently, i successfully overloaded postfix operator to class counter by using Object and Class. Now, i want to overload same postfix operator to Inheritance. I created my...
I did tried with a single class 'employee' but, it seems creating more complexity in single class. So, i created new class called 'employee2' to get compensation from user and their period type using...
I did tried with a single class 'employee' but, it seems creating more complexity in single class. So, i created new class called 'employee2' to get compensation from user and their period type using...
Greeting Codeguru World.
I have a question related to switch statement, which the switch in class employee2 gives me error at output. Program compiled well. I am using Code::Block Compiler V10.5. I...