Register for your free account! | Forgot your password?

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

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

Advertisement



Whats more commonly used in programming?

Discussion on Whats more commonly used in programming? within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old 09/10/2009, 05:59   #16
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Honestly the most commonly used language is Java
hunterman01 is offline  
Old 09/14/2009, 11:55   #17
 
elite*gold: 0
Join Date: Feb 2006
Posts: 550
Received Thanks: 81
Quote:
Originally Posted by hunterman01 View Post
Honestly the most commonly used language is Java
this.

As for this thread, whoever mentioned C# is **** and teaches bad habits, they are clearly on drugs. Java & C# are mainstream and the standard for good code practices. C# has a little more power for windows only, Java is managed better for OS compatibility.
ChingChong23 is offline  
Old 09/14/2009, 16:13   #18


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
Brainfuck - Wikipedia, the free encyclopedia

THE best. Lol.
KraHen is offline  
Old 09/18/2009, 02:23   #19
 
jediderek1's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 76
Received Thanks: 26
What would be your recommendations if you wanted to make bots and hacks in conquer like tele hack or proxy(like jproxy). I know its way to early to talk about making a proxy, but just wondering cause I keep getting told C++ or C# and still can't decide which one to go for.
jediderek1 is offline  
Old 09/18/2009, 17:27   #20
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
Quote:
Originally Posted by jediderek1 View Post
What would be your recommendations if you wanted to make bots and hacks in conquer like tele hack or proxy(like jproxy). I know its way to early to talk about making a proxy, but just wondering cause I keep getting told C++ or C# and still can't decide which one to go for.
jProxy was meant to be coded in java(hence the "j") with jni calling a C++ dll which would execute more "protected" functions.

However, the team doesn't like java ( ) so because of the general ease of calling native code from C#, we went with that.


You could do it in any of the languages(if you know what you're doing).

People complain that C++ is more difficult, the only way it is more difficult is because(imo anyway) it lacks a BCL(Base Common Library).
If you could make calls to java.io, System.IO, etc, then C++ would probably seem "easier" to everyone.

Everything you need already exists in C++, it just isn't all as easy to find.

Personally I love java, and I'm actually working with learning more about java web apps, java server pages, etc;
So as a personal decision, I'd recommend java.
andyd123 is offline  
Old 09/19/2009, 00:24   #21
 
jediderek1's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 76
Received Thanks: 26
Quote:
Originally Posted by andyd123 View Post
jProxy was meant to be coded in java(hence the "j") with jni calling a C++ dll which would execute more "protected" functions.

However, the team doesn't like java ( ) so because of the general ease of calling native code from C#, we went with that.


You could do it in any of the languages(if you know what you're doing).

People complain that C++ is more difficult, the only way it is more difficult is because(imo anyway) it lacks a BCL(Base Common Library).
If you could make calls to java.io, System.IO, etc, then C++ would probably seem "easier" to everyone.

Everything you need already exists in C++, it just isn't all as easy to find.

Personally I love java, and I'm actually working with learning more about java web apps, java server pages, etc;
So as a personal decision, I'd recommend java.
Thanks for sharing, is there any advantages using java from c++ and C# in programming ways and conquer ways? Like for example, easier to learn, easier to work with, more features?
jediderek1 is offline  
Old 09/19/2009, 04:56   #22
 
elite*gold: 0
Join Date: Feb 2006
Posts: 550
Received Thanks: 81
Quote:
Originally Posted by jediderek1 View Post
Thanks for sharing, is there any advantages using java from c++ and C# in programming ways and conquer ways? Like for example, easier to learn, easier to work with, more features?
not really, all these memory edit/click bots are much much easier to write in C# than Java, in this sort of programming java doesn't really give any advantages, however people like myself naturally love java, it can still do everything C# can, just with more work. with java the only type of hack/bot you can really do is by writing a proxy, or JNI which requires C++

As for the name jProxy, when i heard that i clearly thought it was java then i heard them say C# and was like wtf
ChingChong23 is offline  
Old 09/19/2009, 06:58   #23
 
gabrola's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 1,039
Received Thanks: 1,335
BASIC FTW LOL
gabrola is offline  
Old 09/19/2009, 19:11   #24
 
jediderek1's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 76
Received Thanks: 26
Quote:
Originally Posted by ChingChong23 View Post
not really, all these memory edit/click bots are much much easier to write in C# than Java, in this sort of programming java doesn't really give any advantages, however people like myself naturally love java, it can still do everything C# can, just with more work. with java the only type of hack/bot you can really do is by writing a proxy, or JNI which requires C++

As for the name jProxy, when i heard that i clearly thought it was java then i heard them say C# and was like wtf
Alright, would you guys suggest that someone who has no training start with vb or would it be ok to start in C#?
jediderek1 is offline  
Old 09/19/2009, 19:31   #25
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by jediderek1 View Post
Alright, would you guys suggest that someone who has no training start with vb or would it be ok to start in C#?
VB.NET and C#.NET are similar in a lot of ways, imo it doesn't matter which one you start out with. I'd choose VB.NET since it's easier and more "noob" friendly (my opinion). A lot of people say that C# is capable of doing a lot more than VB.NET, but a closer look at this article shows that the difference isn't that big:

IAmHawtness is offline  
Old 09/19/2009, 22:57   #26
 
jediderek1's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 76
Received Thanks: 26
Quote:
Originally Posted by IAmHawtness View Post
VB.NET and C#.NET are similar in a lot of ways, imo it doesn't matter which one you start out with. I'd choose VB.NET since it's easier and more "noob" friendly (my opinion). A lot of people say that C# is capable of doing a lot more than VB.NET, but a closer look at this article shows that the difference isn't that big:

Sweet, thanks a bunch.
jediderek1 is offline  
Old 09/19/2009, 23:08   #27
 
elite*gold: 0
Join Date: Dec 2007
Posts: 108
Received Thanks: 42
Is this proxy talk hook-based? I cannot fathom how to make a proxy without an external DLL to hook into the winsock functions and with that being impossible in C# I'm limited to the publicly-released packets.
Belth is offline  
Reply


Similar Threads Similar Threads
whats the best programming language to learn?
05/19/2010 - General Coding - 14 Replies
Im going to learn a programming language but dont know whats better java or c#:confused: ill be using it to create hacks, bots and maby create a game.
[Guide] Commonly Used AoC Slash Commands
03/04/2010 - General Gaming Releases - 2 Replies
To view the full list of slash commands in game, type into your chat box / then hit the Tab key on your keyboard. These are some of the most commonly used commands in game to get you started! Once you've learned the ones you use often, typing them will be second nature. /afk - This gives you the option to set an AFK message. /anon - Toggles to make you anonymous to listings. /camp - This camps you to exit game. Wait out the timer to return to log in and character select or hit "exit...
[POLL]commonly use char. in gcph
08/25/2009 - Grand Chase Philippines - 2 Replies
habang nag hihintay tayu sa patch na isip ko na magkaroon tayu ng poll... most commonly use char in gcph... a. elesis b. arme c. lire



All times are GMT +2. The time now is 03:21.


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.