How to make a Model for Garry's Mod In Milkshape (Part One)
This video will show you how to make 3d models in Milkshape 3D. This is only part one though! In future videos: How to animate your models How to upload to ...
This is a really nice guide but as the tutor says in this video, it's very
very easy to open projects in Netbeans. Opening projects in Eclipse however
can be more troublesome. A similar guide for Eclipse would probably be more
sought after. I'm sure this guide will help some people anyway so thanks :)
Hi-nice tutorial:thanks. I just had a problem with VisStudio2010C++ with
.Net4/4.5 & C++ would not compile so I deleted it & have installed
VisStudioExpress(Desktop)2012 & am just starting to use it. It is not very
'Express'! A large download & imho bloated in comparison to my favourite
Geany for Windows IDE. I want to open C++ ready made template new file to
start & not have to type header/main every time but can't yet see how. I am
surprised you use conio.h?Not standard C11 code afaik. Thx :-)
Greetings, 1) Program didn't "crashed" it terminated faster than you'd
observe. 2) Instead of using getch() you can use system("pause"); which
doesn't get any character and prompts user to press any key (so even escape
works). 3) Always use int main since in the future you may want to know if
your program closed properly - as expected. You can't get the termination
condition with a void main. (actually you'll probably use int callback
winmain(....) in the end anyway so never mind that).
Greetings Ala Hajri. Thanks for this. I've been using Code Blocks for my
first self-taught \ web based tutorial lessons with no issue, but when I
tried using VS I couldn't figure out how to obtain the header files (albeit
I only poked around briefly). This vid made it plain enough :). I wanted to
use VS and this gets me going. I can use VS on my work site computer
whereas IT won't let me install Code Blocks or any other IDE's on company
owned machines. Thumbs up!
if you don't want to include "conio.h" or if it's not working with
_getch(), than just write getchar()...i'm not a visual studio expert and
I'm confuse why it works without including "stdio.h" ..but hey , it
works...nice tutorial but I don't like the ending animation... or it
wouldn't bother me if you could lower the music down...I level up my audio
to hear better what are you saying an then boom crazy music in my
headphones...liked the beggining attitude
Clean and rebuild. If that doesn't work, open a new project and import the
existing C++ files to the new one. If that doesn't work as well, than you
have a project property issiue related with either linkers or project
imports (like .libs or .dlls). Than you'd have to find and download an
existing project setting. Or you can simply open a new project with
"console application" setting on the startup.
i explained why that is happening in this video,notice when you don't
insert "getch();" in your code the program will read the code without
letting you see it,so the getch feature comes in handy to let you see
what's going on while launching the program. ps: remember everytime you
insert getch(); you have to also insert conio.h and if you get any errors
check your code and try to fix the problem.
This is not a very up to date tutorial. void main() ----- is not ansi
compliant and may not work with some compilers, including microsoft in the
near future, please use int main(). also "conio.h" is a c library, I would
just use: system( "pause" ); in place of _getch(); and then you also do not
have to add additional headerfiles, which has the added benefit of reducing
the size of your program.
Try using Visual Studio 2010 Express it's free and way more user friendly.
You could always use this code for hello world as well. Code is at
paste2(dot org)/W7zyMbj0 Copy and paste the code into your c++ file. Then
press f5 to debug, If you need help PM me your skype and I will add you and
help you.
HEY MAN, i love the first video! plain clear and i did mess up but thats
not due to your video but rather my "i think i go this" syndrome. i would
REALLY love if you made more of these. at least enough to cover basics. and
i can find more elsewhere. but i conquered this quite easy if you ask me.
When I tried to create a new project in Visual Studio 2012, I dont have the
choice of Win32 Console Apllication or Empty Project. I only have Empty
Apllication (XAML) and other Aplication related with the Windows Store. Any
help ?
Thanks for doing these. I'm just starting to code in something harder than
Batch, and nothing has really been helpful before. I even got books that
don't really say anything, but are college edition coding books.
I have very Asian professor, I used void main once; I go the look from
hell. He would also talk shit on people that didnt show up all the time
like "oh hey didn't show up to class, he must be really really smart"
Hey mate. I just started to learn few basics of c, c++. After seeing you
channal, i wanted to know if you could help me with any book/site/videos do
you think would help me improve my programming skills. Cheers.
Mine did the same, it said program was out of date and then asked if I
still wanted to run it. I just went ahead and ran it anyway and it worked
just fine. So try to run it and see if it will do what you want.
I'm really displeased with this VS2012 interface, which tries to emulate
Win8 upon Win7. I'm still using VC2008, which is really lightweight and
blazing fast, and now I think I'll keep it for a long time.
So i hit build and it says no code analysis issues were detected yet when I
try to run it issues and errors pop up. Are there any better compilers than
visual studio?This program is crap.
Very helpful, Thank you very much. This is my first time using an IDE
outside of school, so I had no idea how to use this until now. It would be
really helpful if you made more of these.
Thanks a bunch :D.I couldn't make " hello world " program with
VC2012.Showed some error about exe is not found and others.But this time I
did like your video and it worked :D
hey, errm kinda lost here, how you you display the black screen after
pressing the play button, cause i kinda of have a flash of black and it
goes back to my codings.
I am unsure what I am doing, but I just downloaded Visual Studio.. and I
don't even get the same New Project file options as shown here. So.... I
can't even do this.
It's good that you showed us how to get stuff working, but you never really
explain why you use the commands that you do. Makes it a bit harder to
understand.
Consider buying / downloading books like Deitel's "C++ How to Program".
Text books and implementing programs are the best way to learn a
programming language.
Hello everyone,thanks for watching my tutorial,if you guys want me to make
more of these c++ tutorials,please leave a comment to let me know you are
here.
Hey! where's more of the tutorial!? :o i want more! you were good and
actually good to listen to. but there's been a long time and no more
tutorials? :(
Please make more. Also a problem I have is that it says "Project is out of
date". This software cost a lot of money (Bought with a discount obviously).