|
You last visited: Today at 05:06
Advertisement
[Release]The best books for computer language (c,c++,c#,Java....)[Click Here]
Discussion on [Release]The best books for computer language (c,c++,c#,Java....)[Click Here] within the CO2 Programming forum part of the Conquer Online 2 category.
01/31/2012, 03:02
|
#1
|
elite*gold: 0
Join Date: Jan 2012
Posts: 85
Received Thanks: 23
|
[Release]The best books for computer language (c,c++,c#,Java....)[Click Here]
Hello epvpers Students
I Found Amazing Books in That Site :
its containing :
-C,C+ (tutorial)
-C# (tutorial)
-Java (tutorial)
-Debugging (tutorial)
-and other computer language u can learn ....
make ur bot`s guys
.................................................. ............................................
If u liked it don`t forget to Click Thanks
See Ya All
|
|
|
02/02/2012, 20:34
|
#2
|
elite*gold: 10
Join Date: Dec 2010
Posts: 561
Received Thanks: 98
|
Soweit ich weiß ist Debugging keine Programmiersprache, sondern eher eine Funktion die es ermöglicht beim Schreiben eines Programmes zu prüfen ob sich Fehler im Code befinden, falls keine vorhanden sind wird im meisten Falle(wie z.B. in Visual Studio) das Programm ausgeführt. Debuggen heißt zu deutsch: "entwanzen" also anders übersetzt: "Fehler beheben". 
PS: Tut mir leid, aber bei den ganzen Klugscheißern in diesem Forum musste ich das loswerden =).
|
|
|
02/03/2012, 10:42
|
#3
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by lujaluja
Soweit ich weiß ist Debugging keine Programmiersprache, sondern eher eine Funktion die es ermöglicht beim Schreiben eines Programmes zu prüfen ob sich Fehler im Code befinden, falls keine vorhanden sind wird im meisten Falle(wie z.B. in Visual Studio) das Programm ausgeführt. Debuggen heißt zu deutsch: "entwanzen" also anders übersetzt: "Fehler beheben". 
PS: Tut mir leid, aber bei den ganzen Klugscheißern in diesem Forum musste ich das loswerden =).
|
Most people in these sections are not speaking German, but English, so don't expect anyone to understand what you said or reply
|
|
|
02/10/2012, 19:42
|
#4
|
elite*gold: 0
Join Date: Sep 2007
Posts: 71
Received Thanks: 13
|
thank *** you baned him.
|
|
|
02/14/2012, 15:13
|
#5
|
elite*gold: 0
Join Date: Feb 2009
Posts: 920
Received Thanks: 3,514
|
Quote:
Originally Posted by I don't have a username
Most people in these sections are not speaking German, but English, so don't expect anyone to understand what you said or reply
|
he was pointing the fact that " Debugging " is not a programming language but rather a function used to check whether the code contains errors or not
google translate ftw!
|
|
|
 |
Similar Threads
|
[Release]CoEmu Magic Skill books
03/22/2010 - CO2 PServer Guides & Releases - 7 Replies
I will be adding the Weapon Skillbooks soon.
Before starting add this somewhere in your UseItem.cs if you don't already have it:
public static void LearnSkill(int skillid, int level, ClientSocket CSocket) // By scottdavey
{
if (CSocket.Client.Skills.ContainsKey(skillid))
{
Struct.CharSkill Skill = CSocket.Client.Skills;
Skill.Level = level;
|
[Release] Night Devil and Dance Skill books
07/15/2009 - CO2 PServer Guides & Releases - 10 Replies
I think its nothing all the important right now. but i wanted to contribute in some way.
Side Notes:Not sure if the Night Devil skill even work, Since the XP skill isnt coded. Dance 4 gives you dance 7 =/ Not to sure why either. Since. The Skill ID and Item ID is for dance 4. but if anyone knows why and can fix it. please do. :p
Credits: scottdavey for the skill book structural idea
Go into Handler/Useitem.cs
case 725016: //Night Devil
{
...
|
[Release]CoEmu Skill Books
07/10/2009 - CO2 PServer Guides & Releases - 11 Replies
Just add this into UseItem.cs and viola.
EDIT:
Added the level 5 prof req. for SS and FB. Delete = false; if you arent high enough level, or dont have enough spirit.
Question:
Could any1 tell me how to make it so that Any class warrior(intern, master) can be the only class to learn Flying moon.
#region SkillBooks
#region ScentSword
case 725010://ScentSword
{
|
All times are GMT +2. The time now is 05:06.
|
|