Legion Servers - Welcome to the Legion Servers Forums

Legion Servers Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Important Notice: We regret to inform you that our free phpBB forum hosting service will be discontinued by the end of June 30, 2024. If you wish to migrate to our paid hosting service, please contact billing@hostonnet.com.
Programming Thread
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Legion Servers Forum Index :: Off Topic
View previous topic :: View next topic  
Author Message
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Thu Apr 16, 2009 12:32 pm    Post subject: Programming Thread Reply with quote

I just started teaching myself C++, just for fun (to make a total of 4 computer languages Shocked )

Can anyone recommend a good compiler? It looks like theres a million out there, anyone know a good one?
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
Twiztid
Owner/Stoner


Joined: 08 Dec 2006
Posts: 1120
Location: Rhode Island

PostPosted: Thu Apr 16, 2009 2:31 pm    Post subject: Reply with quote

What languages do you know, you could be useful with Eventscripts if you know anything about C or Python.
_________________


"I actually prefer Fury to you, because usually he's in a nicer mood."
Back to top
View user's profile Send private message Send e-mail AIM Address
phantomphreak
Malevolent


Joined: 02 Feb 2009
Posts: 136

PostPosted: Thu Apr 16, 2009 2:35 pm    Post subject: Reply with quote

Uhh i dont know much about C++... i myself am trying to teach myself VB code atm. Working on a web browser Smile
_________________

Back to top
View user's profile Send private message
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Thu Apr 16, 2009 2:50 pm    Post subject: Reply with quote

Twiztid wrote:
What languages do you know, you could be useful with Eventscripts if you know anything about C or Python.


I know:

Python
LabVIEW / G
HTML
Matlab
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Thu Apr 16, 2009 3:05 pm    Post subject: Reply with quote

phantomphreak wrote:
Uhh i dont know much about C++... i myself am trying to teach myself VB code atm. Working on a web browser Smile


Hehe, yeh I made a web browser in LabVIEW.
Its simple, but it actually works pretty well
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
Twiztid
Owner/Stoner


Joined: 08 Dec 2006
Posts: 1120
Location: Rhode Island

PostPosted: Thu Apr 16, 2009 7:07 pm    Post subject: Reply with quote

I understand enough of C to get by pretty well with Eventscripts. However, since the last Eventscripts update you can now code in Python as well. If you would be willing to try to help out with some scripts it would be a great help to me and the servers.
_________________


"I actually prefer Fury to you, because usually he's in a nicer mood."
Back to top
View user's profile Send private message Send e-mail AIM Address
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Thu Apr 16, 2009 9:32 pm    Post subject: Reply with quote

Twiztid wrote:
I understand enough of C to get by pretty well with Eventscripts. However, since the last Eventscripts update you can now code in Python as well. If you would be willing to try to help out with some scripts it would be a great help to me and the servers.



Yeh sure, I could give it a shot.
Does that come with any coupon's for free van rides?
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Thu Apr 16, 2009 10:29 pm    Post subject: Reply with quote

{
cin >> my dick;
wait(9 months);
cout << a baby;
}
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
Twiztid
Owner/Stoner


Joined: 08 Dec 2006
Posts: 1120
Location: Rhode Island

PostPosted: Fri Apr 17, 2009 7:49 am    Post subject: Reply with quote

You have a coding error if you think Pest's ass is going to produce a baby.
_________________


"I actually prefer Fury to you, because usually he's in a nicer mood."
Back to top
View user's profile Send private message Send e-mail AIM Address
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Fri Apr 17, 2009 8:19 am    Post subject: Reply with quote

Twiztid wrote:
You have a coding error if you think Pest's ass is going to produce a baby.


Unless there is already a baby up Pest's ass Shocked
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
LooseCannon
Invidious


Joined: 30 Aug 2007
Posts: 164
Location: Philadelphia, PA USA

PostPosted: Fri Apr 17, 2009 12:55 pm    Post subject: Reply with quote

Twiztid wrote:
What languages do you know, you could be useful with Eventscripts if you know anything about C or Python.


I know English and Russian fluently. Also know alot of Spanish, and can understand a few various other languages. I used to speak Polish fluently, when I was a baby i had a polish nanny.
Back to top
View user's profile Send private message AIM Address
Pest
Command


Joined: 08 Mar 2008
Posts: 651
Location: Maryland

PostPosted: Sun Apr 19, 2009 12:04 am    Post subject: Reply with quote

http://www.microsoft.com/express/vc/ I think the express version is free.

If you know C, or any other OOP language then don't bother with C++ skip directly to visual C++, Go to this web page and read the whole thing. If you want some other free C or C++ resources just ask, there is some good material out there. I still use Visual Studio 2005 Professional, but will be updating to VS 2008 soon.

Or you can use any GNU stuff...

well I just downloaded it and will try it out tomorrow. It's going to make me reboot...
_________________
Back to top
View user's profile Send private message Send e-mail
CorKy
Command


Joined: 18 Jul 2008
Posts: 482
Location: White Plains, NY

PostPosted: Sun Apr 19, 2009 12:06 am    Post subject: Reply with quote

Pest wrote:
http://www.microsoft.com/express/vc/
If you know C, or any other OOP language then don't bother with C++ skip directly to visual C++


Yeh, Python and LabVIEW are both OOP languages.
What is the difference between C++ and visual C++?
_________________
Love kills. Romance is dead.
And I don’t even trust myself, but I love you

Back to top
View user's profile Send private message Send e-mail AIM Address
Pest
Command


Joined: 08 Mar 2008
Posts: 651
Location: Maryland

PostPosted: Sun Apr 19, 2009 12:24 am    Post subject: Reply with quote

C++ is the language. MicroSoft VC++ is an programming environment and compiler used for for developing Windows Apps, which is why it uses a database to track your programming. In VC++ you also keep all your programming items together in a topdown file structure. all your picts, sounds, references, scripts, calls, programming, is in one place.

Example

Main Directory
--Top Level
-----Program
---------your libraries
-----Pictures
---------3D
---------2D
-----Windows GUI
etc...


Get it? well if not just down load it, you still need to know C++, but it is just another OOP.
_________________
Back to top
View user's profile Send private message Send e-mail
phantomphreak
Malevolent


Joined: 02 Feb 2009
Posts: 136

PostPosted: Sun Apr 19, 2009 5:27 pm    Post subject: Reply with quote

Mhm microsoft visual is for creating applications if i'm correct.
_________________

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Legion Servers Forum Index :: Off Topic All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB - Template by DoubleJ - Supported by BizHat


Start Your Own Video Sharing Site

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com