C # part 1

Posts 14 of 4 · Page 1 of 1
C # part 1
Hello users , i decided to Help people out with C #!

Credits: Decoder back.

this is my first tutorial for help people in C #(.net)


before we start , you must to know
- Logic of programming
- algorithms
- pseudo
- what is a variable and what she do into memory.
- C is diferent at c , that means Case sensitive.
- we use // to comments programs with one line
- we use /* here your coment*/ for coment more then one line .
Operators
1. = receive a value , that means the string or something receive and get a value

example : myvalue =10;

then my value get 10.

2. == equals example , 2 is == 2 ?

3. + (plus) , like math 1 +1 = 2

4. * ( times other value) example : 2 * 2 = 4.

5. / division

like 10/5 = 2


5. finally

these are some basics for begginers of C # language, if i forgot something, then let me know !


ok here we go and let's get start .

first one Hello world in C #.


the first step for u make it a write console .

1º install visual 2008
2º open
3º select C #
4º Add a console.

EDIT : PLEASE , DONT CLOSE THIS THREAD !!!!

I'LL ADD MORE THINGS WHEN I COME TO HOME !!

BECAUSE IM AT WORK !

coming soon !
looks good so far! keep up the good work (:
nice add more!
Posts 14 of 4 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?