MSFN Forum: C++/C++.NET/C# which should i pick up... - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

C++/C++.NET/C# which should i pick up... Rate Topic: -----

Poll: C++/C++.NET/C# which should i pick up... (21 member(s) have cast votes)

C++/C++.NET/C# which should i pick up...

  1. C++ (8 votes [53.33%])

    Percentage of vote: 53.33%

  2. C++.NET (3 votes [20.00%])

    Percentage of vote: 20.00%

  3. C# (4 votes [26.67%])

    Percentage of vote: 26.67%

Vote Guests cannot vote

#1 User is offline   Synapse 

  • *Previously Bi0haZarD*
  • PipPipPipPipPip
  • Group: Members
  • Posts: 980
  • Joined: 29-July 04

Posted 31 August 2004 - 02:05 PM

been programming in VB for about 3 years and would like too make more complex programs... so out of C++, C++.NET, and C# what should i pick up. I've tried C++, and i'm not even sure how too make the gui yet lol, seen C++.NET and seen theres a GUI/Windows Form Designer so i like that.


#2 User is offline   HeartsOfWar 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 25-February 04

Posted 31 August 2004 - 02:52 PM

If you've used Visual Basic, then you may want to learn C#...

C#, like visual Basic, is very managed and easy to develop programs with GUI interfaces; however, C# is much more robust than Visual Basic and almost as powerful as C++...

#3 User is offline   Synapse 

  • *Previously Bi0haZarD*
  • PipPipPipPipPip
  • Group: Members
  • Posts: 980
  • Joined: 29-July 04

Posted 01 September 2004 - 07:40 PM

would figure i put up a post and get a tie... lol :P

#4 User is offline   HeartsOfWar 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 25-February 04

Posted 02 September 2004 - 01:23 AM

I won't participate in the poll... simply because it's irrelevant what someone else thinks.

You are the best judge on which language suits your needs at this point in your education.

If you want to continue using a RAD (Rapid Application Development) IDE but increased power, C# is the way to go.

If you want to branch out, leaving the GUI by the wayside (Concentrate on algorithm development and XP programming) for the time being, then C++ is the way to go.

It all depends on what you feel you can handle...

#5 User is offline   plastik 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 30-August 04

Posted 02 September 2004 - 06:21 PM

This isnt a question of "do i go left or right". its more of "what do i want to do"

"Im getting tired of VB (cause it sucks ;)) so i want something different but not a lot harder" ... maybe you should go toward C#.

"I want the possibility of doing a lot more with the simplisity of the .net framework" ... C++.NET is where you wanna be, you get the power of C++ with the simplisity of the .NET Framework.

"I wanna be hardcore and design an OpenGL First-Person-Shooter" or "I wanna learn more of the system and go a little deeper into controlling everything myself ie: memory, structures, etc." ... then you probably want to go straight C++

ive played with C# and C++ quite a bit. Im not sure i want to touch C++.NET :unsure:

so there you have it... i cant vote 3 times so i wont vote at all :blushing:

#6 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 September 2004 - 06:55 PM

.

This post has been edited by crahak: 07 November 2006 - 07:01 AM


#7 User is offline   zprog 

  • Cogito, ergo sum
  • PipPip
  • Group: Members
  • Posts: 160
  • Joined: 11-July 04

Posted 02 September 2004 - 09:22 PM

Make a compiler in PHP. That's all you need.

#8 User is offline   plastik 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 30-August 04

Posted 03 September 2004 - 08:40 AM

zprog, on Sep 2 2004, 10:22 PM, said:

Make a compiler in PHP. That's all you need.

this is a project i think everyone should do. First we need access to write assembler in php. just so i can say "i compiled my program at the exact same time as my compiler" (JIT compilation get it... ha ha funny joke :rolleyes: )

something about compiling 100,000 lines of code with an interpreted language compiler, just sounds amazingly cool and yet very funny at the same time.

Now when this compiler can compile itself then were good (lets see how long it takes someone to catch this)

#9 User is offline   Synapse 

  • *Previously Bi0haZarD*
  • PipPipPipPipPip
  • Group: Members
  • Posts: 980
  • Joined: 29-July 04

Posted 03 September 2004 - 06:03 PM

hmm... never really looked at it that way... since i'm not really liking C++ i'm gonna head down the C# path :P

#10 User is offline   HeartsOfWar 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 25-February 04

Posted 05 September 2004 - 12:00 AM

If you don't find C++ very satisfying, then your calling as a programmer should be seriously considered...

I know not everything is done in C++, and quite frankly, if you limited yourself to just C++ you'd be screwing yourself, but C++ is the pinnacle and has been for some time...

What don't you like about it???

#11 User is offline   needforspeed 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 11-August 04

Posted 05 September 2004 - 01:59 PM

If you want to write programs that could be cross platform, you'll want C++. I like how easy/fast it is to make forms in visual studio though. I wish there was something like that for regular C++ that could be used for multiple OS's.

#12 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 September 2004 - 03:11 PM

.

This post has been edited by crahak: 07 November 2006 - 07:01 AM


#13 User is offline   HeartsOfWar 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 25-February 04

Posted 05 September 2004 - 11:42 PM

Rightly so, C++ is not the best language suited for all jobs, but you can't argue that is is the pinnacle and one of the hardest to master and one of the widest used for almost everything computers.

I wasn't trying to offend anyone, and that was certainly evident by my last question... I point-blank asked him what he didn't like. I was Giving him a chance to defend his position...

However, those individuals that say they have no respect for C++ or don't find it powerful, usually don't know how to use it... this is very common within in beginners...

I don't know about you, but there have been very few programs where my employers requested a different language than C++, knowing this, an individual that can't get along with it... is like a girl in the boys bathroom...

#14 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 September 2004 - 11:47 AM

.

This post has been edited by crahak: 07 November 2006 - 07:02 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy