[OpenSource Project] C++ CoCore

11/16/2010 19:12 Syst3m_W1z4rd#16
Quote:
Originally Posted by Basser View Post
Wish I could join conversation.
[Only registered and activated users can see links. Click Here To Register...]
now u can ^^

@
About database, what database are u going?
SQL, Oracle (Oracel?) or what?
11/16/2010 19:40 Basser#17
Quote:
Originally Posted by 1337 H4X0R View Post
[Only registered and activated users can see links. Click Here To Register...]
now u can ^^

@
About database, what database are u going?
SQL, Oracle (Oracel?) or what?
Pssh, Oracle uses SQL.
11/16/2010 19:41 Syst3m_W1z4rd#18
I never used Oracle so xD
Used only MySQL and MSSQL
11/16/2010 20:20 ImmuneOne#19
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.
11/16/2010 20:54 Syst3m_W1z4rd#20
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? :)
11/16/2010 21:19 Kiyono#21
Support TQ's latest patch and you'll have hundreds of people trying to learn C++.
11/16/2010 21:24 Syst3m_W1z4rd#22
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
11/16/2010 22:45 bone-you#23
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.
11/16/2010 23:09 Syst3m_W1z4rd#24
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;
}
11/16/2010 23:12 bone-you#25
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.
11/16/2010 23:14 Syst3m_W1z4rd#26
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#.
11/17/2010 01:57 bone-you#27
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
11/17/2010 02:16 Syst3m_W1z4rd#28
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 :rolleyes: <3
/fixed
11/17/2010 05:01 hunterman01#29
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.
11/17/2010 05:50 BioHazarxPaul#30
I don't mind working in C++ after all i been working with it in school..