Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 03-06-2006, 06:13 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
a guy of my server told me graal is using torque
__________________
Reply With Quote
  #32  
Old 03-06-2006, 06:27 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by FearXxConduct
Why Not just Get torque ? Cheap for a license(Indie License that is) and no hassle of writing an Engine =) Thats what I did =P
You still need programming knowledge to use the Torque Engine O_o

Quote:
Originally Posted by projectigi
a guy of my server told me graal is using torque
I believe Graal4 is, which is why the Torque GUI editor works for generating GUI Scripts for Graal.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #33  
Old 03-06-2006, 06:58 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Hiseran
It is true once you learn at least 1 or 2 programming languages the rest ill be easily because theyre all basically the same concept but I wouldn't recommend starting with C++ I tried back when I wante dto learn prorgammign to learn C++ first before any other but that ende din failure the first programming language I learned was python wich is pretty easy so maybe you should try that first :]
This is only true if you live by the "I can write Fortran in any language!" mantra. If you write C++ like you write Java, or Python like PHP, you are not writing very good code

Also oh god use paragraphs or even punctuation
Reply With Quote
  #34  
Old 03-06-2006, 08:31 PM
Prozac Prozac is offline
one of the good guys
Prozac's Avatar
Join Date: Jan 2006
Posts: 245
Prozac is on a distinguished road
Send a message via AIM to Prozac
I learned programming languages (some are very loosely qualified as languages) in this order:

line number Basic
DOS commands/batch files
gwBasic
Pascal
HTML/Javascript
DCL on a VAX/VMS system
Visual Basic
Perl
C++
gscript
asp
winbatch
php
gscript2

and probably some more that i haven't used in a while.

I would say, learn a procedural language first, then go for the object oriented ones. Gscript2 is a good way to learn procedural and oop and would even be a good first programming language, as it does lay down many fundamentals that are used in more advanced apps.
There is a learning curve of a significant difference between gs1 and gs2, just go gs2 all the way (even though you cannot yet use it offline ....)
Reply With Quote
  #35  
Old 03-07-2006, 05:32 PM
FearXxConduct FearXxConduct is offline
Banned
Join Date: Jan 2004
Location: GooseCreek,SC
Posts: 34
FearXxConduct is on a distinguished road
Send a message via AIM to FearXxConduct
Quote:
Originally Posted by projectigi
a guy of my server told me graal is using torque
To my knowledge Graal 3D is Derived from Torque Please dont flame me if im wrong?

Quote:
Originally Posted by ApothiX
You still need programming knowledge to use the Torque Engine O_o

I believe Graal4 is, which is why the Torque GUI editor works for generating GUI Scripts for Graal.
I know that but, its sure is a hell of alot easier then programming your own interface and such which is far more complicated then coding in torque script
Reply With Quote
  #36  
Old 03-08-2006, 04:36 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
hmm so if this is already a thread to discuss about programming languages

what do you think is best for starting programming(and later making games)
1.) C++ or C#
2.) Visual Basic or Delphi
3.) Answer of 1.) or Answer of 2.)

?
__________________
Reply With Quote
  #37  
Old 03-08-2006, 04:49 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
fir the first one, C++ C is a bit outdated, and is more limited. (Well, technically it's not, however, C++ IS better than C, and in some ways, easier)
As for the second one, no clue
Gscript was a great way to get started for learning C++ Learning it is easy, and can help when you learn another form of programming.
Reply With Quote
  #38  
Old 03-08-2006, 05:31 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by ApothiX
I believe Graal4 is, which is why the Torque GUI editor works for generating GUI Scripts for Graal.
Graal is not using the torque script, but it using a compatible new-operator so that the GUI scripts are easily converted.
Reply With Quote
  #39  
Old 03-08-2006, 08:59 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
fir the first one, C++ C is a bit outdated, and is more limited. (Well, technically it's not, however, C++ IS better than C, and in some ways, easier)
It depends. C, as I'm led to believe, has no problems in cross-platform compilation, but if you were to use C++, then MIGHT have to do some porting. I find I like C alot. You can't really call C/C++ outdated, since it's still going strong today and is the staple standard for all other programming languages I've seen, apart from Visual Basic and that line of parser.

Quote:
Gscript was a great way to get started for learning C++ Learning it is easy, and can help when you learn another form of programming.
Aye, same, however, there are some issues that really throw you off course. GS2, in my opinion, is better a star at programming languages with the C-type style.
Reply With Quote
  #40  
Old 03-09-2006, 02:42 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by excaliber7388
fir the first one, C++ C is a bit outdated, and is more limited. (Well, technically it's not, however, C++ IS better than C, and in some ways, easier)
As for the second one, no clue
Gscript was a great way to get started for learning C++ Learning it is easy, and can help when you learn another form of programming.
C is not outdated. C++ is too bloated to use for small things that you need to run at a decent speed. I hardly ever have need for the STL and other C++ foundations when writing programs.

Also, he said C# (Microsoft's .Net language), not C.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #41  
Old 03-09-2006, 05:23 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by ApothiX
C++ is too bloated to use for small things that you need to run at a decent speed.
C++ is not inherently slower than C.

Quote:
I hardly ever have need for the STL and other C++ foundations when writing programs.
You technically do not ever need to use the STL. Perhaps you should use it anyway.
Reply With Quote
  #42  
Old 03-09-2006, 05:26 PM
Malinko Malinko is offline
Unholy Nation
Join Date: Mar 2004
Location: Massachusetts, U.S.A.
Posts: 1,782
Malinko is on a distinguished road
Send a message via AIM to Malinko
Ben for member of the Global Scripting Team.
Reply With Quote
  #43  
Old 03-09-2006, 10:11 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
I personally think C++ can do a bit more than C, although technically you could do anything with either. It's a matter of personal prefference. However, C++ is becoming the norm.
Reply With Quote
  #44  
Old 03-09-2006, 10:28 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
who the hell started to talk about c <.<
__________________
Reply With Quote
  #45  
Old 03-09-2006, 10:39 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Quote:
Originally Posted by projectigi
who the hell started to talk about c <.<
Quickly looked at your post didn't realize it was C# (not that i would have known anyway XD )
Reply With Quote
Reply


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


All times are GMT +2. The time now is 09:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.