Forum: C++ Jan 31st, 2009 |
| Replies: 3 Views: 306 Maat, thank you sir. That worked great. Didn't know what a Prototype was until this thread. Thanks again! |
Forum: C++ Jan 31st, 2009 |
| Replies: 3 Views: 306 Hi folks!
I'm not a student, so this isn't a homework assignment, I'm just trying to learn C++ for my own benefit and my career. My question is: is it possible to call a function that's below... |
Forum: C++ Jan 26th, 2009 |
| Replies: 8 Views: 882 Hi skatamatic, thanks for your input. The weird thing is that the program does run, but will occasionally crash 1 or 2 times out of 5 when executed. But, the explanations given in this thread do make... |
Forum: C++ Jan 26th, 2009 |
| Replies: 8 Views: 882 Fantastic, Rashakil! Thanks for your explanation. Just so I can say I have some sort of "understanding" of this---pointers could be dangerous because if the 'variable' I told the pointer to attach to... |
Forum: C++ Jan 26th, 2009 |
| Replies: 8 Views: 882 No real answer for that. I'm just toying around and referencing the 'book' I'm reading. Looking back at it, you're right, the book's for loop example doesn't go past the end of the array. Just little... |
Forum: C++ Jan 26th, 2009 |
| Replies: 3 Views: 941 I don't know a lot about differences, but, I have read that C# accrues more overhead on applications because it's not truly compiled into machine code language (Java acts the same way.) So I think... |
Forum: C++ Jan 26th, 2009 |
| Replies: 8 Views: 882 Hi! First, I want to say that this is not any type of school assignment. I'm in the IT field and looking to work on learning C++. I've been following the book from:... |