Forum: Project Ideas
May 24th, 2006, 7:20 PM
|
|
Replies: 20
Views: 392
|
Forum: Coder's Corner Lounge
Mar 8th, 2006, 2:18 PM
|
|
Replies: 64
Views: 1,226
|
Forum: C++
Feb 3rd, 2006, 1:11 AM
|
|
Replies: 6
Views: 257
|
Forum: Coder's Corner Lounge
Jan 31st, 2006, 5:11 PM
|
|
Replies: 21
Views: 414
I agree with DaWei. From what I've gathered the...
I agree with DaWei. From what I've gathered the way it's organized is alot better than linux. I read an article once about how unorganized the linux kernel project was compared to some of the BSDs...
|
Forum: Coder's Corner Lounge
Jan 31st, 2006, 8:55 AM
|
|
Replies: 20
Views: 575
I'd say one good book. And ignore the older...
I'd say one good book. And ignore the older books. Remember that the c++ standard was drafted in 1998 and confirmed in 1999 IIRC. So books older than maybe 2000 are out-of-date with the standard. One...
|
Forum: C++
Jan 31st, 2006, 8:42 AM
|
|
Replies: 18
Views: 426
If you're using doing this in c++ why are you...
If you're using doing this in c++ why are you even using a char array to manage strings of characters?
I recommend you use std::string to manage strings of characters.
To convert integer values that...
|
Forum: C++
Jan 29th, 2006, 12:20 PM
|
|
Replies: 0
Views: 153
Cache class feedback
Hello,
I created a class that is intended to be used to cache data. I'm just trying to get some feedback from other programmers on what you think needs to be improved or if you think it is...
|
Forum: C++
Jan 26th, 2006, 1:06 PM
|
|
Replies: 6
Views: 240
|
Forum: Coder's Corner Lounge
Jan 22nd, 2006, 1:17 PM
|
|
Replies: 22
Views: 439
fedora core 4 has serious shared libraries...
fedora core 4 has serious shared libraries issues.
Linux just doesn't seem to be ready for desktop environments IMO.
I've tried several times to do a complete switch but I always find lots of broken...
|
Forum: Other Programming Languages
Jan 21st, 2006, 11:52 AM
|
|
Replies: 13
Views: 367
Why do people keep trying to dig C++? I just...
Why do people keep trying to dig C++? I just don't understand. How much "deep" (as you said) is c++ from c# or java, or delphi for that matter.
You're not forced to use pointers. You're not forced to...
|
Forum: Other Programming Languages
Jan 21st, 2006, 11:03 AM
|
|
Replies: 18
Views: 666
|
Forum: Assembly
Jan 20th, 2006, 6:31 PM
|
|
Replies: 12
Views: 638
|
Forum: Coder's Corner Lounge
Jan 17th, 2006, 12:07 PM
|
|
Replies: 104
Views: 6,371
|
Forum: Paid Job Offers
Jan 14th, 2006, 1:46 PM
|
|
Replies: 27
Views: 588
An IRC channel would probably be best IMO....
An IRC channel would probably be best IMO. Probably at freenode.
Also a mailing-list would probably help for other stuff. but real-time chat is the best way to discuss projects IMO.
|
Forum: Paid Job Offers
Jan 14th, 2006, 12:58 PM
|
|
Replies: 27
Views: 588
I'd be interested in it. I've been looking to...
I'd be interested in it. I've been looking to partner up with people for a while just to develop random applications and get more experience. I've been doing c++ for about 2 years now. Maybe more....
|
Forum: Coder's Corner Lounge
Jan 14th, 2006, 12:36 PM
|
|
Replies: 23
Views: 471
I'm talking about the implementation of the...
I'm talking about the implementation of the language.
What you are talking about is the implementation of a specific application.
Either way, yes, I'm talking about what you reffered to as the...
|
Forum: Coder's Corner Lounge
Jan 14th, 2006, 8:36 AM
|
|
Replies: 23
Views: 471
|
Forum: Coder's Corner Lounge
Jan 13th, 2006, 5:45 PM
|
|
Replies: 23
Views: 471
|
Forum: Coder's Corner Lounge
Jan 13th, 2006, 5:21 PM
|
|
Replies: 23
Views: 471
|
Forum: Project Ideas
Jan 13th, 2006, 3:56 PM
|
|
Replies: 26
Views: 465
The way gcc does it is. The main engine of the...
The way gcc does it is. The main engine of the program translates to assamble code which is later passed to gas (gnu assambler). Support for other compilers for other languages (c, c++, fortran and...
|
Forum: Coder's Corner Lounge
Jan 13th, 2006, 3:49 PM
|
|
Replies: 23
Views: 471
|
Forum: Community Introductions
Jan 13th, 2006, 1:29 PM
|
|
Replies: 29
Views: 646
I couldn't agree more. Music is a good factor...
I couldn't agree more. Music is a good factor while programming or some background noise will help you concentrate.
Good compilers IMO g++ (or mingw in windows). I'm not very used to IDEs but I'd...
|
Forum: Coder's Corner Lounge
Jan 13th, 2006, 12:56 PM
|
|
Replies: 23
Views: 471
No need for c# anymore.
I felt the same way before .NET 2.0 came out with visual studio 2005.
The new C++/CLI (that's what they call it now instead of managed c++) is way better than its predecesor. Check MSDN for more...
|