Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 16-03-2005, 09:45 PM   #11
Jim6
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 77
Send a message via AIM to Jim6 Send a message via Yahoo to Jim6
Default

Just to contradict absolutely everyone else - go C++! It's piles better than Java - it's lower level, which means loads of fun with memory management, but if you're looking for a challenge..!

It's also cross-platform (in case you didn't know already!)
Jim6 is offline                         Send a private message to Jim6
Reply With Quote
Old 17-03-2005, 12:15 AM   #12
punch999
The true Shadow President
 
punch999's Avatar

 
Join Date: Sep 2004
Location: Celebration, United States
Posts: 1,195
Default

can anyone tell me what Przilicaturbak said

and i think i will try java i might get vb.net but that costs alot more money then i have

jim look at my age c++ is way to complex for me
punch999 is offline                         Send a private message to punch999
Reply With Quote
Old 17-03-2005, 12:53 AM   #13
Jim6
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 77
Send a message via AIM to Jim6 Send a message via Yahoo to Jim6
Default

OMG! You only take up like, half of the picture! ... I feel so old(!)


C++ wouldn't actually be more complex than java to start with; but it has the capabilities of doing more when you get more advanced.

I'd advise against .net - if only because that ties you to an OS.



edit: Hmm... It seems as though part of my post turned into a smiley. How odd...
Jim6 is offline                         Send a private message to Jim6
Reply With Quote
Old 17-03-2005, 05:11 AM   #14
Marek
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 72
Default

For me C#is the first language to offer REAL OO Support,

I've almost finished nocking together a space strategy conquest game in about 3 weeks (MOO2 type game), and thats only after hours.

In total about 10 hours worth...

Its not quite finished yet, but the basic logic behind it is done...

The only problem I am having is the Graphical side, I don't know Direct X for squat!

At the moment I am just using Ani Gifs for zooming into planets and seeing them rotate and stuff...

But moving to C# was the best move I ever made...

Bear in mind that whilst there is a growing demand in the corporate world for Java and other "Cross platform" products there will always be a spot for someone with Microsoft based skills... :bye:
Marek is offline                         Send a private message to Marek
Reply With Quote
Old 17-03-2005, 08:25 PM   #15
NrmMyth
Hero Gamer

 
Join Date: Jan 2005
Location: ,
Posts: 454
Default

I have to agree to what Jim6 has said.
The C++ is the most powerful language when it comes to detailed programming.
I'm the one of them that suports hard, but powerful programming languages like C++, and not some easy to learn "stuff :not_ok: ".

And about Przilicaturbaks post, it's croatian my mother language. So if I find time I will translate it to you.
__________________
Never mess with me when I have a cougar, Never!
NrmMyth is offline                         Send a private message to NrmMyth
Reply With Quote
Old 18-03-2005, 12:13 AM   #16
Jim6
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 77
Send a message via AIM to Jim6 Send a message via Yahoo to Jim6
Default

Whoah - I'm here only a week and I've already got a Kosta!



Actually, I'd like to know about C# -> how is it different from ++? Is it another offshoot from C? My (mis)conceptions tell me it's based around the internet, but all I really know about it is from Computer Scientists, and all I can get from them is "it's muck". Presumably it's good for something..?
Jim6 is offline                         Send a private message to Jim6
Reply With Quote
Old 18-03-2005, 12:20 AM   #17
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

It's basically for ease of the programmer, but it shows in the quality and ease for the end-user.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 18-03-2005, 05:07 AM   #18
Marek
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 72
Default

Quote:
Actually, I'd like to know about C# -> how is it different from ++?
To understand what C# is you must first understand what the .NET Framework is...

"The .NET Framework is a foundation for software development. The .NET Framework consists of the common language run time, which provides many of the core services required for program execution, and the .NET base class library, which exposes a set of predeveloped classes to facilitate program development. The Common Language Specification defines a minimum set of standards that all languages using the .NET Framework must support, and the Common Type System ensures type compatibility between components developed in different languages."

Now whichever .Net language you use is complied into a common Intermediate language.

This means that VB.Net, C#.Net, C++.Net, J#.Net and any other .Net language produced by any other third party will compile into the same Intermediate language...

Essentially they are the same at the end of the day...
And completely interoperable...

The real major difference between the languages is the syntax.
For people with VB experience VB.Net is a way to expose the .Net Framework in a familiar way...
and the same with C++ people.

You can actually compare the code for VB.Net and C#.Net Line for Line and whilst the syntax is different you can see how each line is basically the same...

C# however is where all Microsoft's efforts are going.
It's very similar to C++ or Java syntax.

There are a few nice features that are only available in C# and I think that Microsoft is simply trying to encourage more people to go that route...

Now that I have bored you... LOL
Marek is offline                         Send a private message to Marek
Reply With Quote
Old 18-03-2005, 07:55 AM   #19
Jim6
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 77
Send a message via AIM to Jim6 Send a message via Yahoo to Jim6
Default

Actually I found it quite informative! :blink:

It seems like a good idea; but it's still selling yourself to th man
Jim6 is offline                         Send a private message to Jim6
Reply With Quote
Old 18-03-2005, 08:17 AM   #20
NrmMyth
Hero Gamer

 
Join Date: Jan 2005
Location: ,
Posts: 454
Default

Quote:
Originally posted by Jim6@Mar 18 2005, 08:55 AM
...

It seems like a good idea; but it's still selling yourself to th man
If you bought it... :twisted:
__________________
Never mess with me when I have a cougar, Never!
NrmMyth is offline                         Send a private message to NrmMyth
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
D&d Question Nick Blah, blah, blah... 54 05-10-2007 09:12 AM
Question rsdworker Old Suggestions 9 28-06-2007 07:35 AM
Just A Question giganto Blah, blah, blah... 22 02-09-2006 05:10 PM
Question To Someone FreeFreddy Blah, blah, blah... 27 23-11-2004 01:25 PM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 09:00 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.