Search:

Type: Posts; User: Bird Killer

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,275

    I started C++ when I was 15 years old and it's...

    I started C++ when I was 15 years old and it's been a whole year since. To me, there are two sites you need to know:

    www.cplusplus.com for the fundamentals of C++ and references....
  2. http://www.rafb.net/paste/results/KJa8Yx24.html ...

    http://www.rafb.net/paste/results/KJa8Yx24.html

    Alright thanks for the help, I learned a few points:

    I have to declare methods in the derived classes if its base class declares it as a virtual...
  3. C++: Class Inheritance sytanx error (Easy)

    http://www.rafb.net/paste/results/BNBZBb36.html

    I'm simply testing and using the sytnax for class inheritance and didn't expect any errors. However, the two derived functions (UnderAge and Adult)...
  4. Well I solved it, however, I'm afraid there might...

    Well I solved it, however, I'm afraid there might be a memory leak specifically in the second allocated area that this function temporarly created.

    http://www.rafb.net/paste/results/2yBO9M96.html...
  5. It's been a day and now I understand how it feels...

    It's been a day and now I understand how it feels for a person to understand what they were told and have no clue how to practically use it : p
  6. Thanks, that warning casted doubt on my attempts...

    Thanks, that warning casted doubt on my attempts of creating those member functions. Still, anyone can still provide some helpful tips :)
  7. Custom Vector template: Want to create erase/clear function

    Alright, so it's been about a hour since I have been dwelling on this problem and I still do not have a solid plan how to implement this.

    Here's the entire Vec class, it's a light version of the...
  8. The Hello World program did not work. However, a...

    The Hello World program did not work. However, a user from another forum suggested changing some of my settings in the Project Configuration:

    C/C++ -> General -> Debug Information Format: Program...
  9. Well I would've comprehended the error message...

    Well I would've comprehended the error message had the error not occur every line I tested with breakpoints...
  10. Until a savvy C++ person comes along, here's my...

    Until a savvy C++ person comes along, here's my theory:

    Why doesn't the main() have a return statement?

    How come getInput() and getGrade() does not return any value?


    for (int loop = 0;...
  11. Debug

    Debug
  12. Visual C++ 2005 Express Edition: Breakpoints not working

    I realize that breakpoint is a useful feature in VC++ 2005 EE and have tried it in a test program. However, in a project I am writing, the breakpoint feature does not work.

    After I set a...
  13. Replies
    19
    Views
    4,910

    Microsoft used to add or currently is adding in...

    Microsoft used to add or currently is adding in the Gmax software in some of their games such as their Flight/Combat Simulator series. Gmax is derived from 3Ds Max but is severely limited to modding...
  14. Thanks, I now actually know it exists ^_^ I'm...

    Thanks, I now actually know it exists ^_^

    I'm thinking it has to do with determining how many triangles are able to fit inside the shape...

    My math teacher also told me the same concept, except...
  15. Universal area forumula for equilateral + equiangular shapes?

    I am making a program based on geometry (learning purposes) and now am wondering if there is such formula/equation to find the total area of shapes with equal sides and angles. I don't want to...
Results 1 to 15 of 17