Forum: C++
Apr 23rd, 2007, 2:11 AM
|
|
Replies: 1
Views: 126
|
Forum: C++
Apr 20th, 2007, 9:33 PM
|
|
Replies: 23
Views: 501
Well, I've read through the thread, and many...
Well, I've read through the thread, and many others. I think I'm just missing something simple. When I tried the common version I found around the internet, it looks basically like this:
...
|
Forum: C++
Apr 20th, 2007, 4:53 PM
|
|
Replies: 23
Views: 501
|
Forum: C++
Apr 20th, 2007, 3:04 AM
|
|
Replies: 23
Views: 501
|
Forum: C++
Apr 14th, 2007, 4:47 PM
|
|
Replies: 14
Views: 307
|
Forum: C++
Apr 12th, 2007, 10:18 AM
|
|
Replies: 5
Views: 166
We have a generic Matrix class provided by our...
We have a generic Matrix class provided by our department that works pretty well. The only thing it was really missing we added ourselves.
Heres the prototypes if you wanna see what kind of stuff...
|
Forum: C++
Aug 7th, 2006, 10:32 PM
|
|
Replies: 5
Views: 181
|
Forum: C++
Jul 20th, 2006, 2:00 AM
|
|
Replies: 15
Views: 298
|
Forum: C++
Jul 1st, 2006, 3:04 PM
|
|
Replies: 16
Views: 422
No, like when your new car explodes during a...
No, like when your new car explodes during a crash test. It's obvious, and because you bothered to test the thing, you're probably better off for it. Most of the time it's just a stupid mistake you...
|
Forum: C++
Jun 30th, 2006, 11:54 PM
|
|
Replies: 16
Views: 422
|
Forum: C++
Jun 23rd, 2006, 3:41 PM
|
|
Replies: 21
Views: 458
|
Forum: C++
Jun 21st, 2006, 10:21 PM
|
|
Replies: 21
Views: 458
Well, if the book didn't have the line "using...
Well, if the book didn't have the line "using namespace std;", it should declared all its strings as follows
std::string someString = "some nonsense";
I don't know anything about namespaces, but...
|
Forum: C++
Jun 20th, 2006, 10:01 PM
|
|
Replies: 21
Views: 458
|
Forum: C++
Jun 12th, 2006, 1:35 AM
|
|
Replies: 2
Views: 165
|
Forum: C++
Jun 6th, 2006, 9:14 PM
|
|
Replies: 5
Views: 209
Thanks for the code example, right now I don't...
Thanks for the code example, right now I don't really understand whats happening, but I do have "C++ From the Beginning" by Jan Skansholm from my first year programming course, which has 3 chapters...
|
Forum: C++
Jun 5th, 2006, 12:12 AM
|
|
Replies: 5
Views: 209
Learning New OOP Concepts
I've done a fair share of programming over the last couple of years, but I was wondering if anyone had any exercises dealing with Inheritance or Polymorphism to help me learn the concepts. Old Uni...
|
Forum: C++
Jun 2nd, 2006, 1:25 PM
|
|
Replies: 3
Views: 168
|
Forum: C++
May 29th, 2006, 4:00 PM
|
|
Replies: 32
Views: 1,052
|
Forum: C++
May 26th, 2006, 8:02 PM
|
|
Replies: 28
Views: 837
|
Forum: C++
May 23rd, 2006, 3:05 PM
|
|
Replies: 28
Views: 837
|
Forum: C++
May 23rd, 2006, 2:57 AM
|
|
Replies: 28
Views: 837
|
Forum: C++
May 23rd, 2006, 1:14 AM
|
|
Replies: 28
Views: 837
|
Forum: C++
May 22nd, 2006, 9:22 PM
|
|
Replies: 28
Views: 837
|
Forum: C++
May 22nd, 2006, 8:20 PM
|
|
Replies: 28
Views: 837
|
Forum: C++
May 19th, 2006, 1:30 AM
|
|
Replies: 3
Views: 143
|
Forum: C++
May 18th, 2006, 1:12 PM
|
|
Replies: 4
Views: 191
Basic File Search Program
I was wondering it, given a windows directory, there is a function to read all the names of files in that directory. Essentially what I want to do is have a program search for strings within file...
|
Forum: C++
May 18th, 2006, 4:43 AM
|
|
Replies: 19
Views: 382
You might want to take a look at your menu...
You might want to take a look at your menu function though. From what I gather, it appears to be recursive, which makes no sense, and could really hurt you.
Try making menu() return an int, and in...
|
Forum: C++
May 16th, 2006, 4:44 AM
|
|
Replies: 2
Views: 127
|
Forum: C++
May 15th, 2006, 12:20 AM
|
|
Replies: 6
Views: 250
|
Forum: C++
May 12th, 2006, 2:12 PM
|
|
Replies: 12
Views: 362
|
Forum: C++
May 12th, 2006, 1:42 AM
|
|
Replies: 13
Views: 355
Yeah, I once tried to debug someones code for...
Yeah, I once tried to debug someones code for like half an hour, with errors all over the place. I was rather new to C++ at the time, and it took me a while to notice she had forgotten an opening...
|
Forum: C++
May 8th, 2006, 3:51 AM
|
|
Replies: 13
Views: 401
|
Forum: C++
May 8th, 2006, 3:47 AM
|
|
Replies: 41
Views: 841
|
Forum: C++
May 7th, 2006, 9:23 PM
|
|
Replies: 13
Views: 401
|
Forum: C++
May 4th, 2006, 4:53 PM
|
|
Replies: 32
Views: 733
|
Forum: C++
May 2nd, 2006, 7:37 PM
|
|
Replies: 9
Views: 320
|
Forum: C++
Apr 30th, 2006, 9:34 PM
|
|
Replies: 20
Views: 611
Yeah, I had a feeling I was gonna get called on...
Yeah, I had a feeling I was gonna get called on the array thing, since it doesn't end up as a pointer when you convert it to assembly. But it's almost a pointer :p
However, I had no idea you could...
|
Forum: C++
Apr 30th, 2006, 1:54 AM
|
|
Replies: 18
Views: 573
The VS Express Editions also autocomplete like...
The VS Express Editions also autocomplete like crazy. You type one letter, and it guesses (fairly well actually) at what word you were going to type, assuming you had defined it earlier. It also...
|
Forum: C++
Apr 30th, 2006, 1:52 AM
|
|
Replies: 20
Views: 611
|
Forum: C++
Apr 28th, 2006, 7:34 PM
|
|
Replies: 18
Views: 573
|