[Vote] About SBot!

11/28/2012 10:19 TheMiszczu#31
Quote:
Originally Posted by Dr.Toni View Post
There is a difference...

C# is like VB and the other .net languages... They are leant to the English language....
C++ uses mostly symbols for that...

As example:

C++:
Code:
#include <iostream>
#include <ostream> // You don't need it since C++11
 
int main()
{
   std::cout << "Hello World!" << std::endl;
}
VB:
Code:
Sub Main()
    MsgBox "Hello World!"
End Sub
C#:
Code:
using System;
// A "Hello World!" program in C#
namespace HelloWorld
{
    class Hello 
    {
        static void Main() 
        {
            System.Console.WriteLine("Hello World!");
        }
    }
}
You see the difference now?!
bullshit.

He is using CLI/C++ so
Code:
#include "stdafx.h"

using namespace System;

int main(array<System::String ^> ^args)
{
    Console::WriteLine("cpp");
    return 0;
}
C#
Code:
using System;
namespace myapp
{
    class Program
    {
        static void Main(string[] args)
        {
           Console.WriteLine("cs");
        }
    }
}
VB
Code:
Module myapp

    Sub Main()
        Console.WriteLine("vb")
    End Sub

End Module
It's so hard :-)
11/28/2012 16:02 BaD.MiZo#32
Quote:
Originally Posted by TheMiszczu View Post
bullshit.

He is using CLI/C++ so
Code:
#include "stdafx.h"

using namespace System;

int main(array<System::String ^> ^args)
{
    Console::WriteLine("cpp");
    return 0;
}
C#
Code:
using System;
namespace myapp
{
    class Program
    {
        static void Main(string[] args)
        {
           Console.WriteLine("cs");
        }
    }
}
VB
Code:
Module myapp

    Sub Main()
        Console.WriteLine("vb")
    End Sub

End Module
It's so hard :-)
Anyway, I only use C++... Have no idea about C# or VB
11/29/2012 16:54 BaD.MiZo#33
Ok, Vote is ended.

60.82% => Yes!
39.18% => No!

Ok, I will continue the project, Thanks for supporting. :)
Mod can close this topic now. ;)
11/29/2012 21:15 jhu1998#34
NO ! BOT IS FOR NOOBS
11/29/2012 21:42 First75#35
Quote:
Originally Posted by jhu1998 View Post
NO ! BOT IS FOR NOOBS
:facepalm:
stop spam, if you hate this bot - dont use it.