March 7, 2015
On Saturday, March 07, 2015 by Unknown in C++ Programming, Programming, Tutorial, Visual Studio 2013 No comments
If you are new in Visual Studio 2013 and you don't know how to run C/C++ Project on Visual Studio 2013 than this is for you.
Just follow a few steps. :)
Just follow a few steps. :)
Step: 1
Open Visual
Studio 2013.
Click: File >> New >> Project
Click: File >> New >> Project
Step: 2
* Select Template as Visual C++
* Select Win32 Console Application
* Give a Name to your C/C++ Project
* Then Click OK
* Select Win32 Console Application
* Give a Name to your C/C++ Project
* Then Click OK
Step: 3
If you see this screen, than click Finish.
If you see this screen, than click Finish.
Step: 4
This is default code or form of C++ Project in Visual Studio 2013 .
This is default code or form of C++ Project in Visual Studio 2013 .
Step: 5
You
will see default code like -
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
Just
keep #include "stdafx.h" and
Delete others
Then write your C or C++ code like you learn before .
Then write your C or C++ code like you learn before .
C Programming
***************
C++ Programming
*****************
*****************
Step: 6
Now, Build your code.
You can find the build result or Error list here.
Step: 8
Now Run your code:
* Click DEBUG
* Click Start Without Debugging
* Click Start Without Debugging
Step: 9
You have just finished your Project :) :)
** * * **
>>> Thank You <<<
>>> Thank You <<<
** * * **
Subscribe to:
Post Comments (Atom)
Search
Total Pageviews
Popular Posts
-
Hello everyone. If you are reading this then you may be new in Windows Phone App Development. Because this tutorial is for the beginners ...
-
If you are new in Visual Studio 2013 and you don't know how to run C/C++ Project on Visual Studio 2013 than this is for you. Just fol...
-
In this Tutorial I am showing you how make a simple calculator. If you are new in windows/windows phone app development then it's speci...
-
Watch ICC T-20 World Cup Live on your Windows Phone ( Lumia ) Download The App Now
-
ভালবাসা এবং নদীতে প্রবাহিত পানিতে ভাসমান কচুরিপানার ঝাকের মধ্যে সম্পর্ক বেশ গভীর । নদীতে ভাসমান কচুরিপানার ঝাঁক উদ্দেশ্যবিহীনভাবে সাম...
-
Doraemon for Everyone Doraemon is a cat-like robot from the 22nd century of the future. Now a days a lot of kids love Doraemon and ...
Recent Posts
Categories
App Development
(2)
Apps
(2)
C#
(2)
C++ Programming
(1)
Download Apps
(1)
Programming
(1)
Tutorial
(3)
Visual Studio 2013
(3)
Windows Phone Apps
(2)
Windows Phone Apps Tutorial
(2)
কিছু কথা
(1)
Blog Archive
Copyright © Ismith Pasha. Powered by Blogger.
0 comments:
Post a Comment