Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 04:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[POLL] Which Language You Prefere The Most & Why ?

Discussion on [POLL] Which Language You Prefere The Most & Why ? within the CO2 Programming forum part of the Conquer Online 2 category.

View Poll Results: Which programming language do you prefere the most ?
Visual Basic 2 7.41%
Visual C# 11 40.74%
Visual C++ 8 29.63%
Visual F# 0 0%
Java 0 0%
Flash 0 0%
Delphi 1 3.70%
Autoit 5 18.52%
Python 0 0%
Voters: 27. You may not vote on this poll

Reply
 
Old 07/03/2012, 06:47   #16
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Silent-Death View Post
yep, that`s why i never bothered with js.. But JQuery is really worth it and from my sneak peak, it looks quite easy.
For sure. I'll check the college library this weekend, they should have some books on it. Thanks
Zeroxelli is offline  
Old 07/03/2012, 06:57   #17
 
Silent-Death's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 1,055
Received Thanks: 296
Quote:
Originally Posted by Zeroxelli View Post
For sure. I'll check the college library this weekend, they should have some books on it. Thanks
you should try the online tutorials
Silent-Death is offline  
Old 07/03/2012, 07:00   #18
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Silent-Death View Post
you should try the online tutorials
Oh wow, a website by JS, for JS. That's shocking. I'll check it out.
Zeroxelli is offline  
Old 07/03/2012, 09:00   #19
 
Silent-Death's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 1,055
Received Thanks: 296
oh yea.. btw :
I like how they made learning js interactive.
Silent-Death is offline  
Old 07/03/2012, 09:41   #20

 
MeGaMaX's Avatar
 
elite*gold: 1537
Join Date: Sep 2006
Posts: 1,085
Received Thanks: 2,346
I Will Not Poll But

What I Knew C/C++ , Asm , Python , Perl

Where I Do Use Them

1: C, Python, Perl Use Them In Making Exploit Or Something On Linux , Much More Things , I Coded My Own Cross Fire Emu By Python , Each One Can Be Installed On Win , Or Linux

2: C++ , Asm , In Coding What I Like To Do , Cracknig Tools , More PowerFul
MeGaMaX is offline  
Old 07/03/2012, 13:50   #21


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,434
Received Thanks: 1,147
Quote:
Originally Posted by XMasterrrr View Post
First of all there is no thing called "Visual C++" unless you're talking about CLI...

I prefer C++ as it's the most powerful language ever...

right now i'm working on my own bot in C++ and Assembly
Visual C++ is C++ with Visual Studio. When coding with Visual Studio, you a few features not implemented, and few features that aren't standard. This C++ is called Visual C++. The C# implementation in Visual Studio is also called Visual C#. C++/C#/etc are standard languages and each compiler implement its own. For C++/CLI, you must say Visual C++/CLI or Microsoft C++ if you're thinking of the old language (before VS 2003, I think).
CptSky is offline  
Old 07/04/2012, 10:00   #22
 
xBlackPlagu3x's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 286
Received Thanks: 71
Quote:
Originally Posted by Zeroxelli View Post
I love the XNA framework! I keep procrastinating getting back into it, but I'm considering using it for a 2d game project with a friend of mine whenever he's on break from college. It's such a wonderful and useful framework
Oh my ***, XNA is amazing. <3


That's a video of me showing off a little pong game I made in like 4 hours lol. =P It's actually slightly fun. =P
xBlackPlagu3x is offline  
Old 07/04/2012, 10:13   #23
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by xBlackPlagu3x View Post
Oh my ***, XNA is amazing. <3



That's a video of me showing off a little pong game I made in like 4 hours lol. =P It's actually slightly fun. =P
Hahaha! That's ****** awesome man. Makes me wanna get to making games already, but it's 1am and I'm not the most sober atm I'm gonna install the framework on this laptop (swapped with the wifey, she needed mine for college.) and hopefully if all goes well it should support it and I can mess with it a little bit tomorrow. Good luck with the Pong game, you should make it so that someone can connect and play you via multiplayer I'll take you on hahaha

Alright, bed time now. Night man
Zeroxelli is offline  
Old 07/04/2012, 12:24   #24
 
elite*gold: 0
Join Date: Jul 2011
Posts: 82
Received Thanks: 12
For me it is AutoIt.

I'm not very old and I started to learn C like two years ago, but I didn't go far because I didn't have enough understand how programming and computer work. then one of my friend gave me AutoIt and it was incredibly fun. You can have the bases very early and then starting cool programms. I made a multi-clients bot to drop every ores at mine cave with features like timer, life checkin' and screenshoting before exiting game if getting killed. Well, unfortunately, it's a pixel based bots so it is not as good as memory hooked/proxy bot...

I'm trying to learn C# which will become my very first real language. In the future, I would like to make a memory hook / proxy bot... Maybe not as advanced as publics proxies but one workin' proxy bot yeah...
itachi26 is offline  
Old 07/04/2012, 12:41   #25
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by Zeroxelli View Post
Hahaha! That's ****** awesome man. Makes me wanna get to making games already, but it's 1am and I'm not the most sober atm I'm gonna install the framework on this laptop (swapped with the wifey, she needed mine for college.) and hopefully if all goes well it should support it and I can mess with it a little bit tomorrow. Good luck with the Pong game, you should make it so that someone can connect and play you via multiplayer I'll take you on hahaha

Alright, bed time now. Night man
Since some laptops are limited, I'd suggest when you make projects, goto the properties and choose the "Reach" profile, this will limit what you can do but you won't get any errors resulting from the your laptop's inability to execute the code.
funhacker is offline  
Thanks
1 User
Old 07/04/2012, 19:25   #26
 
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
Games: Python (Using PyGame).
Web: ASP.NET & C#.
Otherwise: C++ and C#.

I prefer C++ more, but C# is my main language, so I use that far more.
I don't have a username is offline  
Old 07/04/2012, 20:18   #27
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by funhacker View Post
Since some laptops are limited, I'd suggest when you make projects, goto the properties and choose the "Reach" profile, this will limit what you can do but you won't get any errors resulting from the your laptop's inability to execute the code.
Hey, thanks. Wasn't aware of that option, and it does help for some graphical limitations the laptop has because of the integrated graphics card.
Zeroxelli is offline  
Old 07/05/2012, 02:27   #28


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
Umm yeah, about Reach... Just switch back to XNA 3.1 if you can`t support HiDef, Reach really really limits you. I had to rewrite a 3d deferred rendering engine to shader model 2 just because I used reach, then I realized the SM3 code would work with XNA 3.1. I`m an idiot btw.
KraHen is offline  
Old 07/05/2012, 03:48   #29
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
I'd rather use XNA 3.X for many reasons, actually. I don't like most of the changes they made.
Zeroxelli is offline  
Old 07/05/2012, 04:07   #30
 
Sion~'s Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 181
Received Thanks: 68
It is irrational for a programmer/developer to have a language. The developer may be more flush in the sythax and logic of a specific language as oposed to another.

Languages are are chosen according to the task at hand. Not preference.

Quote:
Originally Posted by InfamousNoone View Post
The question is invalid. You choose a language according to the task at hand.
Sion~ is offline  
Reply


Similar Threads Similar Threads
Alright, time to finally settle down onto a programming language (Poll)
08/31/2011 - CO2 Programming - 14 Replies
I've tested out a lot of languages. A lot. But I hate them all. Why? I can never get any better than the basics on each one. Java Story: I basically made an attempt to understand Java at like age 13 to code a runescape server. Looked at the code once and never returned. Python Story: I first started out on python and learned the basics. I eventually coded a credit card generator (that gave a working credit card number based on which card carrier you chose, just no CSV). Realizing...
[Poll]Which programing language you chose/use?
03/13/2011 - SRO Coding Corner - 19 Replies
Hi.I created this thread to look what programing language you use or which you chose . Vote and discous about it. if in poll isnt your prog. langua. ,post about it :)
[POLL]Character All Use Poll
01/18/2011 - Grand Chase Philippines - 18 Replies
what character are good in use Either in Dungeon or in PvP (Not Prefer in Handling)
Want to Trade lvl 95 Bower Elodrado FOR non isro (prefere swsro2)
04/26/2010 - Silkroad Online Trading - 0 Replies
NAME: SpecX Sp : 700:rolleyes: Gold : 85kk Masteries : Pacheon lvl 89 , Fire 86 : ice 76 , :facepalm: heuchsal 55 Got 10day premium left , 7 days devil spirit
WTB NS,SB or INFI UTHGARD (I PREFERE NS)
03/19/2010 - Trading - 2 Replies
Hi i'm new of this forum... I need a stealther liv 50 rr >>> 4L+... PM me if u have this kind of char. Thank you bye mates



All times are GMT +2. The time now is 04:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.