I've also been a linux admin (Cent and RHEL), and in college designed and implemented disease research clusters for BIoinformatics... for dementia research to assess protein misfolding... and I am retarded when it comes to some things... for sure. If you want an intro to programming concepts maybe google intro to programming concepts... I think Abstraction, Scope, and the like are outsite of this videos scope heh... punny.
@Xylogeist don't worry about it, I think it's cool that you were coding even in high school we need more CS people. So I mean you may not have known a whole lot of C# or you may have doesn't matter. You made a basic tutorial and you're on your way to being a programmer so you're on a good path I think
@hdi08 it's just a basic program intro it had a hello world, so I think it follows suite with most basic intros chillax promote young programmers
Non-resizable window "more professional"?? Laughed hard dude, cause a non-resizable (or size-capped) window just means you didn't have the time or skills to code a dynamic layout. There's no reason not to let the user size the window exactly how he sees fit. Besides, no advanced programmer ever uses GUI builder tools. Sorry, but this video is a fail. You're not teaching the language, this is just clicking around in an IDE. Do you even know how to actually CODE your little frame there?
@hdi08 Obvious troll is obvious. Look at the date this was posted, then realize how pointless your comment is. Furthermore, what is the point of teaching C# at the base level when the video would turn out completely dull? If you are going to code from the ground up at a non-visual level, you should learn C++ or Objective C. C# is for watered down development. XNA games and the sort. Don't question my abilities, I do vids like this for youtube purposes, not because I don't know otherwise.
@Xylogeist What's anything of what I said got to do with the date this video was posted? C# exists since early 2000's.You see I don't want to hate on you randomly, but make viewers aware of the fact that you are one of these ppl who post "tutorials" without knowing their stuff themselves. And that you proofed with the crap you told the ppl. So i dropped a warning, that's just my opinion. But, we both have better things to do than arguing, i'm sure. So, whatever.. Merry Christmas ;)
@hdi08 So you don't want to hate on me, then you claim I don't know the "crap" I talk about. Seems legit. FYI, computer science student developing web applications on a LAMP cloudbox back-end supported by HTML5 markup. You can "merry christmas" your attack away all you want, but I find it offensive when you attack my knowledge in a video I made 3 years ago in HIGHSCHOOL for people who were curious about the new C# IDEs being released. The language isn't new, but the visual component is.
@Xylogeist That's just what I say: You were in Highscool and not really into it when you made that video. You lacked skill back then and that's why it's not a good. No shame for a highschooler, and if you think that's a personal attack on your person, you don't get it. It's just that as is, it's not a very good tutorial. Plus, it's not a C# tutorial at all, like you say yourself, it's about an IDE. So, call it Visual C# IDE Tutorial and I wouldn't have landed here nor complained.
@hdi08 At the time of creating this I could have created a web browser from C# scratch without a visual application. Its not that I lacked any knowledge, its that this tutorial wasn't for the audience you think it should be for. And why should I name it differently from all the other MSV C# tutorials on the internet if it covers the same content? Exactly.
Double refers to the number of bits(actual wires) available to store the number. It doubles the number of bytes it puts aside to store the value. I just had to google it and find out- sounds about right :)
@Troo44 In terms of strings, in C# a plus denotes the action of adding the characters in one string on to the end of another string of characters. Just like in terms of an integer or decimal, the the plus denotes simple mathematical addition. It is kind of weird for some programmers, as in most languages (like PHP) a period denotes string addition, not a plus. (Ex: msgbox ( "My name is " . Name );
@kiasta6984 That song is one of the greatest gifts modern gaming has given us... oh, and you'll be delighted to hear that I am re-recording my older tutorials (1-8) in HD without background music.
Why the hell am I finding loads of Portal in every vid I watch?!? Oh and btw, nice tut! Just as simple as VB from this vid, so hopefully I'll be at home with C#
@ImSoSaxy85 I explain it in a later tutorial, that's why I said that. Math is a system class that various mathematical methods are pulled from, such as PI, sine, cosine, etc.
@memoivoila It is indeed, although that is because we begin with a precompiled windows form and add code onto that. We could also code our own windows form that looks differently, but that is on a more advanced topic.
Does visual c# have the capability of doing that or do you need a different IDE? or do you need to code in notepad and run it through a program that understand the language?
By engine you mean IDE right? Not trying to be snarky, or anyhting, but i didn't think c# ran on a any kind of special engine but I could be wrong, so correct me if I am....
@gbtimmon You're the second person to have commented about that. As I replied to the other person, yes, its an IDE, not an engine. The two terms are used synonymously by the majority of C# beginners, unfortunately. In this vid I used a lot of metonymy for the naive side of my viewership, but I do get quite a few well-learned viewers who point out these few technicalities :P
The only annoying thing about this video is that you have no mouse control during video capturing for a video tutorial. You move back and forth constantly and express your speech by moving the mouse. My tip to you is to let go of the mouse when talking, and when you need to perform an action, then you can move the mouse gracefully. You will easily lose the viewers attention by doing this constantly in the video.
@Xylogeist: >:O HACKER. I quit CA about half a year ago... Now all I do really is work on a game I'm making (Rafika), play BFBC2 and wait for Battlefield 3 :D. Thanks for your C# tutorial, it helped.
@ItohKuni Idk what microphone I used in this tutorial. I wish I still had it because I didn't even use noise removal back then and it still came out like this XD My current mic is noisy as hell and needs noise removal..
@ixcaliber C is an older and more difficult language to learn. C++ is older and more difficult (IMO) to learn as well, and C# is newer and is pretty simple and more geared for visual applications on later versions of Windows.
@xKeray Not really. Microsoft has made a few mistakes in the past (most notably internet explorer), but the C line of languages are strong and powerful. I also maintain my position that Windows is still the best platform, regardless of my new-found abilities in linux. Windows is powerful, user friendly, and highly customizable. Not to mention its what I grew up on.
@codaassasin Maybe, maybe not. That's up to preference. Head First makes some of the best learning material I've ever seen, it will be hard to beat them.
@deathbyaccident I used to get the two mixed up. TBH, in layman's terms you can use them synonymously, but to be more precise, it's only an engine if the application you are making relies on it. And C# application's don't rely on Visual C#... obv.
@deathbyaccident I used to do flash games, but I never upgraded my knowledge to AS3, so I'm still on AS3. I don't think there are many obvious similarities between the two, but it shouldn't be a difficult transition.
Whenever i write in the code like the string name = "blank"; and build it and click the button nothing happens. I dont get any errors or anything just nothing happens
Very good tutorial, but when I debug test, button 1 is clickable. However after clicking it, no messagebox appears, and the program becomes unclosable. It's not listed as Not Responding in the task manager, it just won't close like normal.
@heckermann Go to View > Error list to make sure your error list window is open. Now try to compile it again and it should locate which line the error is on. Hope that helps.
hey mate, Thanks for the tutorials, Ive come from learning C++ for the past few months, Got an email from microsoft about w7 phone dev so i decided too change over too C# keep up the good work :)
@1Ryden Actually C# is it's own language. This GUI/IDE is just a method of Visual design a lot of Programmers are starting to turn to. There are some visual C++ IDE's as well, however I prefer non-visual C++ to visual C++.
Yeah it all works, but what does it mean? I'm a newbie and I don't understand what those xs, doubles and maths are for! Will you please explain it or will you explain it in the next chapter?
Ive finally decided to learn C# and I see it's advantages but I really like c/c++ so much more, C# feels like it is dumbed down and my favorite part about c++ was the precise control you had and the ability to make extremely efficiant code. But anyways nice video
Like the song. Who is the artist?
DPJFAUG 1 week ago
@DPJFAUG Which one?
Xylogeist 1 week ago
I want this video on my S5300 unit.
jessehaley615 1 month ago
The "form1.cs" code tab will not open to me :/
please help me! :)
frode95 1 month ago
@frode95 it worked now ;)
frode95 1 month ago
tnkxxxx
mileedove1 1 month ago
I've also been a linux admin (Cent and RHEL), and in college designed and implemented disease research clusters for BIoinformatics... for dementia research to assess protein misfolding... and I am retarded when it comes to some things... for sure. If you want an intro to programming concepts maybe google intro to programming concepts... I think Abstraction, Scope, and the like are outsite of this videos scope heh... punny.
BrianKdoor 1 month ago
@Xylogeist don't worry about it, I think it's cool that you were coding even in high school we need more CS people. So I mean you may not have known a whole lot of C# or you may have doesn't matter. You made a basic tutorial and you're on your way to being a programmer so you're on a good path I think
@hdi08 it's just a basic program intro it had a hello world, so I think it follows suite with most basic intros chillax promote young programmers
-Brian Professional C# .Net, Drupal, & PHP Dev.
BrianKdoor 1 month ago
Hey Everybody,
There is a NEW C# series on my channel now that is much better, I put a link to it at the start of this video!
Rate this up so people will see it please!
Xylogeist 1 month ago
DO I HEAR THE PORTAL SONG BECAUSE I DIDNT KNOW THAT PORTAL WAS OUT IN 2009
legobobsleder 1 month ago
@legobobsleder It was.
Xylogeist 1 month ago
@legobobsleder derp
524K4LT 3 weeks ago
Non-resizable window "more professional"?? Laughed hard dude, cause a non-resizable (or size-capped) window just means you didn't have the time or skills to code a dynamic layout. There's no reason not to let the user size the window exactly how he sees fit. Besides, no advanced programmer ever uses GUI builder tools. Sorry, but this video is a fail. You're not teaching the language, this is just clicking around in an IDE. Do you even know how to actually CODE your little frame there?
hdi08 2 months ago
@hdi08 Obvious troll is obvious. Look at the date this was posted, then realize how pointless your comment is. Furthermore, what is the point of teaching C# at the base level when the video would turn out completely dull? If you are going to code from the ground up at a non-visual level, you should learn C++ or Objective C. C# is for watered down development. XNA games and the sort. Don't question my abilities, I do vids like this for youtube purposes, not because I don't know otherwise.
Xylogeist 2 months ago
@Xylogeist What's anything of what I said got to do with the date this video was posted? C# exists since early 2000's.You see I don't want to hate on you randomly, but make viewers aware of the fact that you are one of these ppl who post "tutorials" without knowing their stuff themselves. And that you proofed with the crap you told the ppl. So i dropped a warning, that's just my opinion. But, we both have better things to do than arguing, i'm sure. So, whatever.. Merry Christmas ;)
hdi08 2 months ago
@hdi08 So you don't want to hate on me, then you claim I don't know the "crap" I talk about. Seems legit. FYI, computer science student developing web applications on a LAMP cloudbox back-end supported by HTML5 markup. You can "merry christmas" your attack away all you want, but I find it offensive when you attack my knowledge in a video I made 3 years ago in HIGHSCHOOL for people who were curious about the new C# IDEs being released. The language isn't new, but the visual component is.
Xylogeist 2 months ago
@Xylogeist That's just what I say: You were in Highscool and not really into it when you made that video. You lacked skill back then and that's why it's not a good. No shame for a highschooler, and if you think that's a personal attack on your person, you don't get it. It's just that as is, it's not a very good tutorial. Plus, it's not a C# tutorial at all, like you say yourself, it's about an IDE. So, call it Visual C# IDE Tutorial and I wouldn't have landed here nor complained.
hdi08 2 months ago
@hdi08 At the time of creating this I could have created a web browser from C# scratch without a visual application. Its not that I lacked any knowledge, its that this tutorial wasn't for the audience you think it should be for. And why should I name it differently from all the other MSV C# tutorials on the internet if it covers the same content? Exactly.
Xylogeist 2 months ago
@Xylogeist Touché
AussieRaver1996 1 month ago
It was good:)
pls keep uploading the tutorial videos related to C# , i need to learn C# .net as required for my job :)
Courage1234100 2 months ago
+1 for still alive in the background
Maaarteh 2 months ago
Lol u tried to get the addies from combat arms hacker :P
D4L33tz0r 3 months ago
Awkwardly having the song "Still Alive" from Portal playing in the background...
ultimategamer267 3 months ago
indd
Red2001Rum 3 months ago
the song is relaxing
KeyBoardTwins 3 months ago
Double refers to the number of bits(actual wires) available to store the number. It doubles the number of bytes it puts aside to store the value. I just had to google it and find out- sounds about right :)
jsmythib 4 months ago
@jsmythib Exactly.
Xylogeist 4 months ago
@Xylogeist I have a question. for the messagebox("Name =")
after that you put + Name
I understand Name was set to the Chris, but why was the + sign put there? that confused me. I know a little C++. mind explaining this ?
Troo44 2 months ago
@Troo44 In terms of strings, in C# a plus denotes the action of adding the characters in one string on to the end of another string of characters. Just like in terms of an integer or decimal, the the plus denotes simple mathematical addition. It is kind of weird for some programmers, as in most languages (like PHP) a period denotes string addition, not a plus. (Ex: msgbox ( "My name is " . Name );
Xylogeist 2 months ago
double d....nice -_-
JIIIAIIIIMIIIIEIIIS 4 months ago
@JIIIAIIIIMIIIIEIIIS ya what a choice lol :-)
jsmythib 4 months ago
@kiasta6984 your stupid, this song is the best game song ive ever heard...next to the portal 2 ending song :D
CTW461 4 months ago
@kiasta6984 That song is one of the greatest gifts modern gaming has given us... oh, and you'll be delighted to hear that I am re-recording my older tutorials (1-8) in HD without background music.
Xylogeist 4 months ago
@Xylogeist FUCK YEAH! please keep it to 08? :(
acenumbah1 4 months ago
@acenumbah1 Er... I use C# 2010 in them xD Its virtually no different from 08 and it is a lot smoother.
Xylogeist 4 months ago
Why the hell am I finding loads of Portal in every vid I watch?!? Oh and btw, nice tut! Just as simple as VB from this vid, so hopefully I'll be at home with C#
BOS6940 5 months ago
Yea! Portal Still alive in the background.
XinoBrix 5 months ago
Comment removed
naturkunskap2011 5 months ago
@Thetranslatorguy Thanks for sharing that.
Xylogeist 5 months ago
"You have to put in Math, don't ask why" if people are going to learn programming they need to know what it is, why it's there and what it does!
ImSoSaxy85 5 months ago
@ImSoSaxy85 I explain it in a later tutorial, that's why I said that. Math is a system class that various mathematical methods are pulled from, such as PI, sine, cosine, etc.
Xylogeist 5 months ago
Gordon as wallpaper,
GLaDOS as soundtrack.
I approve of this vid.
AsbjornOlling 5 months ago
im just use to q basic xD this is so complex compared to that
crazywiiaddict 6 months ago
Coming from java this seems very gui based...
memoivoila 6 months ago
@memoivoila It is indeed, although that is because we begin with a precompiled windows form and add code onto that. We could also code our own windows form that looks differently, but that is on a more advanced topic.
Xylogeist 6 months ago
@Xylogeist ok thanks
memoivoila 6 months ago
@Xylogeist
Does visual c# have the capability of doing that or do you need a different IDE? or do you need to code in notepad and run it through a program that understand the language?
uploadingmyvideos 6 months ago
@uploadingmyvideos
4:20 answered my question - sorry =/
uploadingmyvideos 6 months ago
The most simples way do definie what double is: a 64-bit integer that can store numbers from -(((2^64)/2)-1) to ((2^64)/2)-1
Lacihun1 6 months ago
This has been flagged as spam show
Awesome book. Have and read it. :)
dshuffman32 6 months ago
By engine you mean IDE right? Not trying to be snarky, or anyhting, but i didn't think c# ran on a any kind of special engine but I could be wrong, so correct me if I am....
gbtimmon 7 months ago
@gbtimmon You're the second person to have commented about that. As I replied to the other person, yes, its an IDE, not an engine. The two terms are used synonymously by the majority of C# beginners, unfortunately. In this vid I used a lot of metonymy for the naive side of my viewership, but I do get quite a few well-learned viewers who point out these few technicalities :P
Xylogeist 7 months ago
When I try to debug there is an error that says Identifier Expected. Help.
swiftninja17 7 months ago
Music is cool! Portal rules!
MasterKEnnY2009 7 months ago
@FahimAliTV Jup
Xylogeist 7 months ago
@Xylogeist good choice, it's very calming music :P
Insanity0107 7 months ago
Can someone explain to me the diffrance between express and the reguler visual studio?
ProfessionalGam3rz 7 months ago
the background music sucks
the tutorial is cool though
hellsing357 7 months ago
@hellsing357 The music doesn't suck. Its friggen portal >_>
Xylogeist 7 months ago 16
@hellsing357 you are teh shunned
pudinthemushroomhead 7 months ago
@hellsing357 I agree.
TheCharl3s7 6 months ago
SERIOUSLY I WANTED TO LEARN SOMETHING NEW FROM HERE AND FUCK THEIR IS A FUCKEN SONG THAT SUCKS!
VValid1991 7 months ago
@VValid1991 Most people prefer the music be here. I turned it down quite a lot for a reason you know :p
Also, its not bad music, say that again and you'll die!
Xylogeist 7 months ago
The only annoying thing about this video is that you have no mouse control during video capturing for a video tutorial. You move back and forth constantly and express your speech by moving the mouse. My tip to you is to let go of the mouse when talking, and when you need to perform an action, then you can move the mouse gracefully. You will easily lose the viewers attention by doing this constantly in the video.
dreemaze 8 months ago
@dreemaze Look at the date. Now go look at a more recent video in this series. Now feel ashamed for making that comment. :P
Xylogeist 8 months ago
@Xylogeist Your application for shaming me has been approved! I usually don't pay attention to the date added, otherwise cool work.
dreemaze 8 months ago
and tore me to peices and trew every peice into a FIRE
jlopez0o 8 months ago
double d giggity
Lessien881 8 months ago
Eww.. You play Combat Arms? And lol Portal music.
xGiveMeUrLifex 8 months ago
@xGiveMeUrLifex I played Combat Arms back in 2009 when I was the most well known hacker on the entire American server... but that's another story ;)
Xylogeist 8 months ago
@Xylogeist: >:O HACKER. I quit CA about half a year ago... Now all I do really is work on a game I'm making (Rafika), play BFBC2 and wait for Battlefield 3 :D. Thanks for your C# tutorial, it helped.
xGiveMeUrLifex 8 months ago
Dude, what type of microphone are you using? It's got some sick quality.
ItohKuni 8 months ago
@ItohKuni Idk what microphone I used in this tutorial. I wish I still had it because I didn't even use noise removal back then and it still came out like this XD My current mic is noisy as hell and needs noise removal..
Xylogeist 8 months ago
Is it significantly different from C or just a better version
ixcaliber 8 months ago
@ixcaliber C is an older and more difficult language to learn. C++ is older and more difficult (IMO) to learn as well, and C# is newer and is pretty simple and more geared for visual applications on later versions of Windows.
Xylogeist 8 months ago
@Xylogeist Alright, thx
ixcaliber 8 months ago
What's that annoying music in the background?! Otherwise, awesome stuff!
TheMrChugger 9 months ago
@TheMrChugger You think Still Alive is annoying?
elcimohr 8 months ago
It looks like game maker : )
BreinStijn 9 months ago
beginners*
GameDesignGuru 9 months ago
shitty language for shitty platform...
xKeray 9 months ago
@xKeray Not really. Microsoft has made a few mistakes in the past (most notably internet explorer), but the C line of languages are strong and powerful. I also maintain my position that Windows is still the best platform, regardless of my new-found abilities in linux. Windows is powerful, user friendly, and highly customizable. Not to mention its what I grew up on.
Xylogeist 9 months ago 15
Do I hear sill alive? *looks at related videos* How the fuck does HATSUNE MIKU RELATE TO C#?
OSDolphin 9 months ago
Please read the next part of my comment really carefully: THANK YOU FOR THIS TUTORIAL!!! It's simply GREAT! TYYY ~
PiFsc2 10 months ago
....Portal Credit Song.... Yay! and i was just in a chatroom that was discussing portal 2 ah the coincidences of this world :3
daeheadshot 10 months ago 2
amazon[dot]com/Microsoft-Visual-Basic-2010-Step/dp/0735626693
-Best VB.NET book ever made (From Beginner to Intermediate/Low Level Advanced
amazon[dot]com/Microsoft-Visual-2010-Step/dp/0735626707
-The C# version of the VB 2010 Step By Step book shown above
codaassasin 10 months ago
@codaassasin I actually put that in the description already :)
Xylogeist 10 months ago
@Xylogeist
A different book. Mine was better.
codaassasin 10 months ago
@codaassasin Maybe, maybe not. That's up to preference. Head First makes some of the best learning material I've ever seen, it will be hard to beat them.
Xylogeist 10 months ago
@Xylogeist
The Step By Step series is one of the best. And , they're O'reilly books. O'reilly books are the best for computer programming.
codaassasin 10 months ago
@Xylogeist
...Wait nvm that one was a O'reilly book too. But the step by step series is the best by far. You should take a look.
codaassasin 10 months ago
The IDE is integrated development environment, not engine.
deathbyaccident 10 months ago
@deathbyaccident I used to get the two mixed up. TBH, in layman's terms you can use them synonymously, but to be more precise, it's only an engine if the application you are making relies on it. And C# application's don't rely on Visual C#... obv.
Xylogeist 10 months ago
@Xylogeist Yes, no prob.
deathbyaccident 10 months ago
@Xylogeist Yes, no prob. just how similar is c# to AS3? Im an as3 developer, looking into XNA
deathbyaccident 10 months ago
@deathbyaccident I used to do flash games, but I never upgraded my knowledge to AS3, so I'm still on AS3. I don't think there are many obvious similarities between the two, but it shouldn't be a difficult transition.
Xylogeist 10 months ago
Still alive plays in background!!
Is it?
I know that song form portal.
Preseka666 10 months ago
@Preseka666 Yup, Still Alive.
Xylogeist 10 months ago
Took me 20 seconds to realise still alive was on hahaha
quietmoose 11 months ago
Ha Ha Portal music.
zizeeo 11 months ago
i cant consentrate with this music -.-
InsiderMovies 11 months ago
is c# the same if you code games??
ctcon77 11 months ago
@ctcon77 Yes.
Xylogeist 10 months ago
Check me out! I got VB tutorials and more stuff!
GmTalking 11 months ago
how do you create a form
iflyykid 11 months ago
Whenever i write in the code like the string name = "blank"; and build it and click the button nothing happens. I dont get any errors or anything just nothing happens
bravechampion2 11 months ago
Comment removed
bravechampion2 11 months ago
LOL, Chris is my name! <3
flmin0123 1 year ago
Lol, Still Alive as background music
macaNL 1 year ago
Nevermind, maybe my debug is just weird. If I open the file directly as an .exe it works perfectly. Anyways thanks for the awesome tutorial.
Zetamancer 1 year ago
Very good tutorial, but when I debug test, button 1 is clickable. However after clicking it, no messagebox appears, and the program becomes unclosable. It's not listed as Not Responding in the task manager, it just won't close like normal.
Any suggestions?
Zetamancer 1 year ago
love how the song "still alive" is in the background... lol
tatkirulez 1 year ago 33
cool man i am planing to work in those places the makes games for example rock star games thanks man
urielisag 1 year ago
Still alive in the background :D and Gordon freman wallpaper :D AWSOME, and good tutorial :D
Max2500W 1 year ago 2
This is really useful mate thank you!! You should do loads more tutorials your style is easy to follow!!
Joe328vinyl 1 year ago
Thank you, nice tutorial.
abdieg 1 year ago
mine just pops up blue box
lollpeadoleme 1 year ago
i did what you said EXACTLY and got 3 errors
StopMotionMania100 1 year ago
Also! When you were explaining the various statements, since i've been learning c#, i knew what you meant and i felt so clever :')
MeowMixMadness 1 year ago
2 people prefer C flat, to C sharp.
MeowMixMadness 1 year ago
i <3 the song playing!
moviemaster1997 1 year ago
@moviemaster1997 me too:)
HorizontMirage 1 year ago
if you learn java first, C# is like a piece of cake basically the same, just a few changes in the syntax and how things work.
cool tutorial mate.
martmelee 1 year ago
@martmelee Yea I've also noticed that they seem to work so similar to each other, yet C# is a lot more powerful and efficient! :)
e4g1e1 1 year ago
FINALLY someone who desnt name his project "hello world"
MINIMI95020 1 year ago
This has been flagged as spam show
I'm sorry, what? I was listening to Still Alive. Can you repeat that? XD
1dra7 1 year ago
The cake is a lie.
GuiSoulM 1 year ago 2
lol i love how the portal theme song is playing in the background
jjppmm29 1 year ago
wow this video is so awesome i am a begginner and it is just W-O-W!!!
cutiefluffy1 1 year ago
how do i move the windows form? it wont move when i try to drag. i know it's in options somewhere
onikzonikz 1 year ago
isnt C just like C and C++?
whymeproducz 1 year ago
@whymeproducz I'm guessing you meant isnt C# just like C and C++ and no they're all different though C# is alot like C++
Killer9ss 1 year ago
Comment removed
bsjtube 1 year ago
Comment removed
bsjtube 1 year ago
I get this error:
There were build errors. Would You like to continue and run the last successful build?
If i click Yes it gives another error and if i click No i just get no further. I have done exactly what u did in this vid?
heckermann 1 year ago
@heckermann Go to View > Error list to make sure your error list window is open. Now try to compile it again and it should locate which line the error is on. Hope that helps.
bsjtube 1 year ago
@bsjtube So your not here only to flame me. Good to see you contributing for once.
Xylogeist 1 year ago
wow great guide... but very hard <.<
ugurrro35 1 year ago
Holy crap! string name = "Chris";
I was about to skip ahead a little and name it after me....and I was going to make name = Chris....
xqnp7 1 year ago
@xqnp7
No shit,
FreelancePatriot76 1 year ago
GLadOs song ^^
panyidavid 1 year ago
would u recomend XNA? or learning C++?
sniperownsuhard 1 year ago
hey mate, Thanks for the tutorials, Ive come from learning C++ for the past few months, Got an email from microsoft about w7 phone dev so i decided too change over too C# keep up the good work :)
jsfowler06 1 year ago
BTW - I prefer Mozilla Firefox over Chrome. I use Chrome in my videos because I have like 70 tabs open in Firefox :P
Xylogeist 1 year ago 6
Same. Porn?
J90JAM 10 months ago
Do I hear a portal ending on the background :D Awesome!
SSander1007 1 year ago
Instead of x = x * 17, try x *= 17.
BerkinGG 1 year ago
thanks a lot bro you are the best!
bratan1989 1 year ago
I LOVE this video! The music in the background (Still Alive) just makes me calm. :)
lethalblindfold 1 year ago
OMG I LOVE YOU!
p.s. I love you more... You love valve! 8D
MrLegendman3 1 year ago
C# is like GUI for C/C++ right??
1Ryden 1 year ago
@1Ryden Actually C# is it's own language. This GUI/IDE is just a method of Visual design a lot of Programmers are starting to turn to. There are some visual C++ IDE's as well, however I prefer non-visual C++ to visual C++.
Xylogeist 1 year ago
@Xylogeist what is with C++ standard libary ? its very small and I searched over net there is no network libary?
1Ryden 1 year ago
You don't explain what the codelets do/what their purposes are.
Fuck you, whore.
FreakiestGolf 1 year ago
@FreakiestGolf
Well obviously you already know what they do, and if not you don't deserve to. So shut up.
ampcorp 1 year ago
@ampcorp FAGET¬¬¬¬¬
FreakiestGolf 1 year ago
@FreakiestGolf
You wish.
ampcorp 1 year ago
@ampcorp omg shut up!!!!!
FreakiestGolf 1 year ago
@FreakiestGolf
lol, fine =3
ampcorp 1 year ago
@ampcorp Haha, I'm trolling. Sorry, I don't get this stuff, I'm very new to it, and I get aggravated easily. :L
FreakiestGolf 1 year ago
@FreakiestGolf haha, it's fine. I'm really new to it to, actually, you probably know more than I do XD
ampcorp 1 year ago
This has been flagged as spam show
You don't explain what the codelets do/what their purposes are.
Fuck you, whore.
FreakiestGolf 1 year ago
Yeah it all works, but what does it mean? I'm a newbie and I don't understand what those xs, doubles and maths are for! Will you please explain it or will you explain it in the next chapter?
povar1981 1 year ago
@1Ryden
Uhh... you can build GUI's in C/C++ too.
FreelancePatriot76 1 year ago
You could of done "Name = "+name+"" instead of what you got, this is great. Taught me lots.
DarkShootah 1 year ago
portal song ftw
mateoarv 1 year ago
Instead of using {
x = x + 17;
You can try;
x += 1;
This way is more complex and easy to use, also it doesnt look naab.
xXLialiasXx 1 year ago
@xXLialiasXx no need to confuse teh nubs
010arman010 1 year ago
I'm using ubuntu, which = monodevelop, which = this tutorial is 10x harder. :(
tonyeddie 1 year ago
Ive finally decided to learn C# and I see it's advantages but I really like c/c++ so much more, C# feels like it is dumbed down and my favorite part about c++ was the precise control you had and the ability to make extremely efficiant code. But anyways nice video
slsl0 1 year ago
What's with the GlaDos music in the background xD Still Alive- GlaDos right?
TheRaelykSky 1 year ago
@TheRaelykSky lol no
zolga 1 year ago
@zolga 'lol' yes... One of the songs in the background is Still Alive by GLadOs.
TheRaelykSky 1 year ago