Enter your query, example: how not cry when slicing onion or how to enter an Free Italian Sex Webcams?

How to change vcproj name Videos

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 ...

User Comments

https://lh5.googleusercontent.com/-TbfT9fqv6xQ/AAAAAAAAAAI/AAAAAAAAAHI/ZOnDnGCvCgI/photo.jpg?sz=64
I'm Sorry, I forgot to edit the list of things you need in the beggining :) Make sure your annotations are on to see it.

How to Open Projects in NetBeans : Useful Computer Tips

Subscribe Now: //www.youtube.com/subscription_center?add_user=Ehowtech Watch More: //www.youtube.com/Ehowtech Opening projects in ...

User Comments

https://gp6.googleusercontent.com/-dcdMiDAya0o/AAAAAAAAAAI/AAAAAAAAAAA/VWJFrroZkdg/s48-c-k-no/photo.jpg?sz=64
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 :)
https://lh6.googleusercontent.com/-0ZyTcrrreQ0/AAAAAAAAAAI/AAAAAAAAAHg/ALjQVM60EQo/photo.jpg?sz=64
stupid

Visual C++ 2012 - Tutorial 01 - "Hello world!" - C++Tunisia (English)

Microsoft Visual Studio download: //www.microsoft.com/visualstudio/11/en-us/downloads. #FaceBook: https://www.facebook.com/pages/C-Plus-P...

User Comments

https://gp4.googleusercontent.com/-yWeHKfekp-U/AAAAAAAAAAI/AAAAAAAAAAA/n0nEkJAfeiM/s48-c-k-no/photo.jpg?sz=64
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 :-)
https://gp4.googleusercontent.com/-uf64HDj93m8/AAAAAAAAAAI/AAAAAAAAAAA/JX2yy-EiwDw/s48-c-k-no/photo.jpg?sz=64
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).
https://gp6.googleusercontent.com/-ikdupnlImNQ/AAAAAAAAAAI/AAAAAAAAAAA/9myO5onBFqg/s48-c-k-no/photo.jpg?sz=64
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!
https://gp3.googleusercontent.com/-Do-VjyphNlA/AAAAAAAAAAI/AAAAAAAAAAA/R_0YjrcYw2E/s48-c-k-no/photo.jpg?sz=64
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
https://gp4.googleusercontent.com/-uf64HDj93m8/AAAAAAAAAAI/AAAAAAAAAAA/JX2yy-EiwDw/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-7I9XXp-L80g/AAAAAAAAAAI/AAAAAAAAAAA/x3JirlIkFeM/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-muz6yRt3LoI/AAAAAAAAAAI/AAAAAAAAAAA/BihhH2W5JZY/s48-c-k-no/photo.jpg?sz=64
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.
https://gp6.googleusercontent.com/-xz6pQWE8UdI/AAAAAAAAAAI/AAAAAAAAAAA/4xzsOA455Yw/s48-c-k-no/photo.jpg?sz=64
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.
https://gp6.googleusercontent.com/-u1h7ry7Z7uo/AAAAAAAAAAI/AAAAAAAAAAA/UI-s4F5jJVc/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-TP00JaWDxzA/AAAAAAAAAAI/AAAAAAAAAAA/UeRBirBauQ0/s48-c-k-no/photo.jpg?sz=64
Yes he is teaching you old stuff try this #include iostream using namespace std; int main() { cout
https://gp6.googleusercontent.com/-Hh3gHAyt8tE/AAAAAAAAAAI/AAAAAAAAAAA/eVOm6kA1HyQ/s48-c-k-no/photo.jpg?sz=64
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 ?
https://gp6.googleusercontent.com/-NG9PnCf0Ytw/AAAAAAAAAAI/AAAAAAAAAAA/vMpgZsgsBcw/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-oHDc5YBkeqk/AAAAAAAAAAI/AAAAAAAAAAA/X9lBZv6L6fI/s48-c-k-no/photo.jpg?sz=64
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"
https://gp6.googleusercontent.com/-bFdr6rNRFhQ/AAAAAAAAAAI/AAAAAAAAAAA/Mc1lSqCd4GY/s48-c-k-no/photo.jpg?sz=64
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.
https://gp5.googleusercontent.com/-Zul6YffHixk/AAAAAAAAAAI/AAAAAAAAAAA/n--lX_q8BkQ/s48-c-k-no/photo.jpg?sz=64
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.
https://i1.ytimg.com/i/_gewbMEKTrmWMDVBEXewuw/1.jpg?sz=64
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.
https://gp6.googleusercontent.com/-1_MIe4fzpPo/AAAAAAAAAAI/AAAAAAAAAAA/rtL8pk1roo4/s48-c-k-no/photo.jpg?sz=64
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.
https://gp3.googleusercontent.com/-EuXV888uREQ/AAAAAAAAAAI/AAAAAAAAAAA/hn5zrvHPOr8/s48-c-k-no/photo.jpg?sz=64
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.
https://gp3.googleusercontent.com/-qo-vOT_QI34/AAAAAAAAAAI/AAAAAAAAAAA/RaEjLlOHMuc/s48-c-k-no/photo.jpg?sz=64
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
https://gp4.googleusercontent.com/-h13k0nrPWO0/AAAAAAAAAAI/AAAAAAAAAAA/XW_6v_W6pnc/s48-c-k-no/photo.jpg?sz=64
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.
https://gp3.googleusercontent.com/-vVFsXtZODos/AAAAAAAAAAI/AAAAAAAAAAA/TvfiTJAUgvM/s48-c-k-no/photo.jpg?sz=64
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.
https://gp3.googleusercontent.com/-AFqXZDFEWmg/AAAAAAAAAAI/AAAAAAAAAAA/-VxtE5Ycgs0/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-uf64HDj93m8/AAAAAAAAAAI/AAAAAAAAAAA/JX2yy-EiwDw/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-7I9XXp-L80g/AAAAAAAAAAI/AAAAAAAAAAA/x3JirlIkFeM/s48-c-k-no/photo.jpg?sz=64
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.
https://gp3.googleusercontent.com/-ow4DvC0nz6M/AAAAAAAAAAI/AAAAAAAAAAA/yWNko19lI-E/s48-c-k-no/photo.jpg?sz=64
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? :(
https://gp4.googleusercontent.com/-drz8tkrRCYI/AAAAAAAAAAI/AAAAAAAAAAA/e0nA_OFUvRw/s48-c-k-no/photo.jpg?sz=64
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).
Sign up for free to join this conversation on fsaved.com.
Already have an account? Sign in to comment