You are here:
I can answer questions about the C++ language, object oriented design and architecture. I am knowledgable in a lot of the math that goes into programming, and am certified by ExpertRating.com. I also know a good deal about graphics via OpenGL, and GUIs.
I have completed numerous games and demos created with the C++ programming language. Currently employed as a software engineer in the modeling and simulation field. I have about 7 years experience.
I like being able to see my visions come to life through the use of C++ and 3D vector/matrix math.
I believe C++ is the bridge between C and Java. If you learn C++ as your first language, then it's typically easier to learn C and Java than it would be to start with Java and try and learn C and vice versa.
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Smita | 10/11/09 | 10 | 10 | 10 | 10 | Thanks Eddie.. My doubt is solved now |
| raymond | 10/04/09 | 10 | 10 | 10 | 10 | ty |
| Eugene Lin | 09/01/09 | 7 | 9 | 8 | 10 | Thanks!! |
| Andres | 07/31/09 | 10 | 10 | 10 | 10 | Thank you very much! |
| Avinash | 07/31/09 | 8 | 9 | 10 | 10 | Thanx for answer .. |
Hello lisa, thank you for the question. You're actually very close. You want to modify the class on the left side of the operator though. Try this: void myVector::operator +(const myVector &mv)
Hello Nischay, thank you for the question. In C++, the largest number you can add is UINT_MAX, which has a value of 4 billion and some. If you conform your numbers to that, you would do something like
Hello again Smita, thank you for the question. The reason you get a crash is because in the second code snippet, you are trying to access a pointer (with the -> operator) that has no value. A pointer
Hello Smita, thank you for the question. When you create a variable such as A a, this allocates memory from the stack. What this means is that the compiler is in charge of allocating and deleting the
Hello Steven, thank you for the question. I'm sorry for the delay, I haven't had access to the internet. Graphics can be done using the Windows Graphics Device Interface. You need a handle to a
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.