Quote from: lemmy101 on Mon 22/06/2009 22:54:16
Congrats on the release Danbrush and Bengo LeWard!
I can confirm it's awesomeness btw
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: lemmy101 on Mon 22/06/2009 22:54:16
Congrats on the release Danbrush and Bengo LeWard!
I can confirm it's awesomeness btw
Quote from: Paper Carnival on Sun 26/04/2009 04:30:15
I don't see how pure object orientation is better than a multi-paradigm language like C++. I like object orientation, but sometimes a linear solution is better or less expensive. Correct me if I'm wrong, but I believe that it's much easier to fall into the trap of writing unnecessarily resource-hogging software in OOP. I'd think that learning C++ you understand more how things are done in the background and you're able to tell which method will run faster.
Quote from: Stee on Sun 26/04/2009 08:05:07QuoteI don't really understand what you are saying. Does C# not allow global variables and other nasty habits? I wouldn't know, because I didn't get into it. But when I was learning the basics, my professor(s) would insist on this matter: "This is how you do it, but DON'T do it", to sum it up. Even so, something always exists for a reason, and sometimes things like macros or global variables can be a powerful tool when you know how to use them wisely.
C# allows global variables, and we we're taught "this is how you do it but don't do it" too. We are just taught better ways of calling variables outside a class.
Quote from: Paper Carnival on Fri 24/04/2009 16:19:43
cout << "...But I'd rather learn C++ first." << endl;
It's less painful learning C++ first and then C# / Java, than the other way around.
Quote from: monkey_05_06 on Fri 24/04/2009 11:03:11
Just for the record, I've also thus far stuck with C++ because "see-sharp" is a very silly name for a programming language.
Quote from: monkey_05_06 on Fri 24/04/2009 11:03:11
As far as the foreach, does it support a way of getting the key (like PHP's foreach does)?
Quote from: monkey_05_06 on Fri 24/04/2009 08:37:15You can do this in C#:
While we're on the subject...I was just wondering, does C# have the limitation for ... parameters that you may only pass POD types? As part of one of the exercises, I was writing a custom string type. The exercise was simply looking for basic constructors and operators, but I of course wanted to provide a full class. The only snag I ever really hit was in that I couldn't pass my type through ... without having to retrieve the internal char*.
Quote from: Pumaman on Thu 23/04/2009 19:48:09
What would take a day to code in C++ can often be done in a couple of hours with C#.
Quote"A great drawback of C# is that you limit yourself to one OS. That doesn't sound very important, as you can safely say that programming for Windows will enable your programs to run on a LOT of computers, but for an indie developer it counts a lot to have good cross-platform support. C# is also quite a resource hog, and it isn't that much easier to learn. You get better WYSIWYG tools, but that's about it. Depending on how serious you are about learning a programming lingo, it is generally agreed that C/C++ are standards you can't ignore."
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.051 seconds with 14 queries.