Forum: C++ 6 Days Ago |
| Replies: 6 Views: 177 I'm somewhat new to C++, and this question has been nagging at me. Is it more efficient to use a Pointer, or an actual object?
Here's an example:
class SomeObject{
public:
SomeObject();... |
Forum: C++ 19 Days Ago |
| Replies: 1 Views: 180 The company that I work for just bought a Qt License, so we've been messing around with it. So far, it's really nice. I'm more of a Java guy, and it's made the transition from Java to C++ much... |
Forum: C++ Jun 16th, 2009 |
| Replies: 3 Views: 278 Thanks for the help =] I'm still new to C++, so the header files and such still kind of confuse me, but I think im starting to get the hang of it! |
Forum: C++ Jun 16th, 2009 |
| Replies: 3 Views: 278 Hi, I have another question. This one is about header files. I have a header for a player and the opponent of my battleship game. They way I have it set up, the opponent needs a player object to... |
Forum: C++ Jun 16th, 2009 |
| Replies: 5 Views: 460 thanks a lot for the tip about vectors! I got it working now. Thanks! |
Forum: C++ Jun 16th, 2009 |
| Replies: 5 Views: 460 Hi, I'm new to C++, I learned to program in Java first. I'm having trouble getting this to work. I'm writing a text based version of battleship. It was going well until i tried to set the size of... |