Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aLittleBoy

    Returning a class from a function

    How do I return a class from a function within a class? This is my signature
  2. aLittleBoy

    A function that won't return an object

    You could just run this code and try out a fraction like 1&2 + 1&4 and you'll see my problem. Whenever my protected function (add) returns, it always returns the numerator and not the whole fraction. Here is the code: //-------Cut Here------// //THIS WILL ONLY RETURN THE NUMERATOR...
  3. aLittleBoy

    a dumb question

    what is windows made of? (programming languages?)
  4. aLittleBoy

    "HELP!!!!" is not descriptive :-)

    (vb) is there a way to call api's in vbs? (i'm sorry if this is a dunb question, I only programmed for a year)
  5. aLittleBoy

    Big error in this "fraction" class!!!

    Is there any way I can fix this?
  6. aLittleBoy

    Big error in this "fraction" class!!!

    You could just run this code and try out a fraction... Whenever a protected function returns, it always returns the numerator and not the whole fraction. Here is the code: //-------Cut Here------// //THIS WILL ONLY RETURN THE NUMERATOR #include <iostream> using namespace std; //COUT IS...

Part and Inventory Search

Back
Top