ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

miro is bikk


  • This topic is locked This topic is locked
miro is bikk

#1

Chief
Chief
    Offline
    283
    Rep
    555
    Likes

    Veteran

Posts: 1885
Threads: 300
Joined: Mar 20, 2018
Credits: 0

Six years registered
#1

aaaaaaaaaaa


  • -1

#2

shandy666
shandy666
    Offline
    0
    Rep
    1
    Likes

    New Member

  • PipPip
Posts: 15
Threads: 0
Joined: Apr 08, 2018
Credits: 0
Six years registered
#2

Just start coding c++, cuz c# has way too much limitations.


  • 0

#3

Chief
Chief
    Offline
    283
    Rep
    555
    Likes

    Veteran

Posts: 1885
Threads: 300
Joined: Mar 20, 2018
Credits: 0

Six years registered
#3

Just start coding c++, cuz c# has way too much limitations.

what do you mean by limitations?


  • 0

#4

uxx18725
uxx18725
    Offline
    -1
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 48
Threads: 1
Joined: Mar 10, 2018
Credits: 0
Six years registered
#4

shit post...

 

you know google is your frind... and you can go and look for the coding tutorials that the forum allready has...


  • 0

#5

B1ackjack
B1ackjack
    Offline
    0
    Rep
    4
    Likes

    New Member

Posts: 13
Threads: 0
Joined: Apr 23, 2018
Credits: 0
Six years registered
#5

I started off coding in python and I do like C#. Just so you know this is all of this is based on my opinion and experience learning C#

If you want to learn C# then I would start off downloading Visual Studio, this will allow you to create programs in C# and also let you run them. I suggest using Visual Studio over anything else as it is what I learned with and also allowed me to go from console based programs to windows forms programs quite easily.

Like all languages, you need to learn the rules and for that, I would suggest looking at the following: https://www.sololear.../Course/CSharp/

I haven't used at the sololearn course on C# I have used it for some other stuff and it is quite helpful.

If you prefer videos or want something else to help you learn then I would suggest having a look at Brackey's tutorial on C# (https://www.youtube....h?v=pSiIHe2uZ2w). He uses a program called MonoDevelop instead of Visual Studio but the code is the same whatever you choose to use.

If you want to see a simple program in C# then I have put a hello world program below. It simple write hello world to the console.

If you want to take a look at something a little more difficult and different then see this: https://www.nulled.t...-me/?p=11253030

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Hello_World
{
    class Program
    {
        static void Main(string[] args)
        {
            //This is a comment, it allows you to write notes and details about your code so you and others can understand it
            Console.Writeline("Hello World"); //This will write Hello World to a console
            Console.Readkey(); //This will stop the console closing until a key is pressed
        }
    }
}


If you do decide to go on an learn C++ you will likely find it a bit easier as some stuff is the same or similar from what I have heard (I haven't personally look into C++ so this is based on what I have heard). This you will also find is the same for all programming languages, once you learn one it should be a bit easier to learn another one as you will know what to look for.


Edited by B1ackjack, 23 April 2018 - 10:04 PM.

  • 3

#6

Aze987
Aze987
    Offline
    0
    Rep
    0
    Likes

    Lurker

  • Pip
Posts: 9
Threads: 0
Joined: Apr 26, 2018
Credits: 0
Five years registered
#6
Yes I agree C# have some limitations such Orientation Object I will recommend C++. Here is a website where I learn C++ but I think you first learn a simple programming language such as Python. http://www.learncpp.com

  • 0

#7

godarm
godarm
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

Posts: 90
Threads: 1
Joined: Apr 22, 2018
Credits: 0
Six years registered
#7

If this is your first language learn C# instead of C/C++. And for tutorials follow the highest rated C# book on Amazon. Don't use YouTube videos.


  • 0

#8

SelfMadeVagina
SelfMadeVagina
    Offline
    46
    Rep
    449
    Likes

    Veteran

  • PipPipPipPipPipPipPip
Posts: 718
Threads: 233
Joined: Jan 12, 2018
Credits: 0

Deal with caution
User has an open scam report.
Six years registered
#8

I really want to start coding shit with C#

where should i begin?

where can i find good tutorials?
And is it worth the time?
can you make dope shit off that?

Visual Basic is also very good. Less tutorials and guide online (still millions of guides), but easier to understand because the terms used is more understandable and shit. It's just an easier version of C#. Can do the same, but easier to learn. Would recommend.


  • 0

Need a Thread Design?
GET IT HERE TODAY!

 


#9

CrimsK
CrimsK
    Offline
    15
    Rep
    80
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 129
Threads: 34
Joined: Nov 18, 2018
Credits: 0

Five years registered
#9

Visual Basic, make a project of your own and play around with it.


  • 0

Discord: Charlie#2273

 

https://shoppy.gg/@Crimsk


#10

adamtheguy
adamtheguy
    Offline
    0
    Rep
    0
    Likes

    New Member

  • PipPip
Posts: 19
Threads: 0
Joined: Oct 27, 2018
Credits: 0
Five years registered
#10

I prefer Visual Studio or Unity


  • 0


 Users browsing this thread: