Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 00:32

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

Advertisement



[OpenSource Project] C++ CoCore

Discussion on [OpenSource Project] C++ CoCore within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 11/16/2010, 19:12   #16
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by Basser View Post
Wish I could join conversation.

now u can ^^

@
About database, what database are u going?
SQL, Oracle (Oracel?) or what?
Syst3m_W1z4rd is offline  
Old 11/16/2010, 19:40   #17
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
Quote:
Originally Posted by 1337 H4X0R View Post

now u can ^^

@
About database, what database are u going?
SQL, Oracle (Oracel?) or what?
Pssh, Oracle uses SQL.
Basser is offline  
Old 11/16/2010, 19:41   #18
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
I never used Oracle so xD
Used only MySQL and MSSQL
Syst3m_W1z4rd is offline  
Old 11/16/2010, 20:20   #19
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Quote:
Originally Posted by bone-you View Post
I'm curious as to why you're not just making a whole server. For C# I could understand a library system as every server is in C# and many have similar problems... but there are none in C++ which means someone would still have to create a C++ server to make use of a core library. I think a full either modular or highly configurable C++ server (whether open source or not) would be far more useful to this community. Sure, your current idea could prove more useful to a dev, but that explains itself.
Actually a good idea I'll create a basic source using this core, ofcourse it would have options depending on which patch you're gonna use.
ImmuneOne is offline  
Old 11/16/2010, 20:54   #20
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by ImmuneOne View Post
Actually a good idea I'll create a basic source using this core, ofcourse it would have options depending on which patch you're gonna use.
so it will not be a specific patch version?
Syst3m_W1z4rd is offline  
Old 11/16/2010, 21:19   #21

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
Support TQ's latest patch and you'll have hundreds of people trying to learn C++.
Kiyono is offline  
Thanks
3 Users
Old 11/16/2010, 21:24   #22
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by Kiyono View Post
Support TQ's latest patch and you'll have hundreds of people trying to learn C++.
I thought same xD
Syst3m_W1z4rd is offline  
Thanks
1 User
Old 11/16/2010, 22:45   #23
 
bone-you's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 1,491
Received Thanks: 536
Quote:
Originally Posted by Kiyono View Post
Support TQ's latest patch and you'll have hundreds of people trying to learn C++.
I'd laugh.
bone-you is offline  
Thanks
1 User
Old 11/16/2010, 23:09   #24
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by Kiyono View Post
Support TQ's latest patch and you'll have hundreds of people trying to learn C++.
then it will all go from.
Code:
static void Main(string[] args)
{
    Console.WriteLine("Best server 2010 Copyright Server!");
}
To
Code:
int main()
{
   cout << "Best server 2010 Copyright Server!";
   return 0;
}
Syst3m_W1z4rd is offline  
Old 11/16/2010, 23:12   #25
 
bone-you's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 1,491
Received Thanks: 536
Quote:
Originally Posted by 1337 H4X0R View Post
then it will all go from.
Code:
static void Main(string[] args)
{
    Console.WriteLine("Best server 2010 Copyright Server!");
}
To
Code:
int Main()
{
   cout << "Best server 2010 Copyright Server!";
   return 0;
}
You'd be surprised how much that can confuse people.
bone-you is offline  
Thanks
1 User
Old 11/16/2010, 23:14   #26
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by bone-you View Post
You'd be surprised how much that can confuse people.
Haha, we will see, when this actually opens.
I will enjoy it, when peoples start asking question and goes from c# to c++ (:

I must say I enjoy learning c++ more, then I did at learning c#.
Syst3m_W1z4rd is offline  
Old 11/17/2010, 01:57   #27
 
bone-you's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 1,491
Received Thanks: 536
Quote:
Originally Posted by 1337 H4X0R View Post
Haha, we will see, when this actually opens.
I will enjoy it, when peoples start asking question and goes from c# to c++ (:

I must say I enjoy learning c++ more, then I did at learning c#.
As long as you remember "main" is lowercase :P <3
bone-you is offline  
Thanks
1 User
Old 11/17/2010, 02:16   #28
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by bone-you View Post
As long as you remember "main" is lowercase :P <3
Was just writing it fast by hand, so didn't really think of it.
Thanks for remind <3
/fixed
Syst3m_W1z4rd is offline  
Old 11/17/2010, 05:01   #29
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Quote:
Originally Posted by 1337 H4X0R View Post
Haha, we will see, when this actually opens.
I will enjoy it, when peoples start asking question and goes from c# to c++ (:

I must say I enjoy learning c++ more, then I did at learning c#.
that is if this project lives.
hunterman01 is offline  
Old 11/17/2010, 05:50   #30
 
BioHazarxPaul's Avatar
 
elite*gold: 0
Join Date: Nov 2005
Posts: 548
Received Thanks: 93
I don't mind working in C++ after all i been working with it in school..
BioHazarxPaul is offline  
Reply


Similar Threads Similar Threads
OpenSource -- Newbie Spammer
09/23/2010 - 4Story Hacks, Bots, Cheats & Exploits - 13 Replies
Hello People, Today im realase an "Newbie Spammer", the Script is OpenSource. This is an Script for Nobbys. Thanks. #RequireAdmin Global $Timer = TimerInit()
OpenSource-Server
05/12/2010 - Metin2 Private Server - 27 Replies
Hi, morgen beginnt das verlängerte Wochenende für viele. Deshalb starte ich morgen ein neues kleines Projekt. Einen OpenSource-Metin2-Server. Ich zahle einen kleinen Server (max. 100 Spieler). Die Files dieses Server sind öffentlich, einzige Ausnahme: Account-DB. Itemshop wird es natürlich nicht geben! Vielleicht gibt es ja ein paar nette Leute, die Lust hätten zu helfen. :) Der Servername wird "Syrka" (Syrka.net) lauten. MfG,
WowSharp wird Opensource!
06/29/2007 - World of Warcraft - 34 Replies
Today is a big day in the history of WoWSharp, most of it bad, some of it good. In the past 9 months since development started, WoWSharp has been a milestone in WoW-bot development. First starting out with WoWRadar and WoWFisher, then other utilities like WoWBot, SharpSeer, WoWPartyBot, where created. Everyone knows that since about a bit over a month, Blizzard has been using the WardenClient to detect 3rd party utilities. This WardenClient has put the World of Warcraft hacking on its...



All times are GMT +2. The time now is 00:32.


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.