Its not way better than visual studio. For starters it is, but I would never ever consider making a commercial or serious app on dev C++. VS is a win win if you have a ample amount of experience.
do you have to keep creating a new project in order to just write a new source file? and also can't you just open a new source and compile it without having to open up the entire project?
Well, I was wrong on that however when it comes to being a retarded, you still are. The phrase is lmao not "lamo" that and the other grammatical errors you have. So yeah! I was wrong..but your still the retard.
Well, I was wrong on that. However, when it comes to being retarded, you still are. Also, the phrase is 'lmao' not 'lamo' with that and the other grammatical errors you made. So yeah! I was wrong... but you're still a retard.
You should also work on your grammar, H4CKED.
Also this was made to fit closer to the author's original post
Hey great tutorial, but two mistakes. In Visual Basic, ??? does not work as a namspace. Instead change it to 000. Second your cout <<New: :First << endl; was giving me a compile error. Just delete that. If anyone else is using Visual Basic, this worked for me. Thanks.
hay evry body i need elp please i did a program and i want it to look like one how can i make it to get me a picture or some clicabel things not that black screen please if any body now how to tell me
Actually programs u make in visual studio run on linux and mac too. That depends on what your coding, i just use VS cuz its the mainstream compiler for games/ what i mainly use programming for.
that's to keep the console from closing after executing the program. otherwise you can't see the output. system("PAUSE"); is a bad idea, it's like trying to kill a fly with a shot gun. So what I do is, I use the following line just before return 0;
cin.get();
when the user hits enter, the console closes. holla!
ya true, but i did that for simplicity. If your actually making a console application for a reason, its usually gonna be executed from a cmd/command prompt, so that wont be needed, But i jsut put that in there so i dont needa execute by console.
BS DevC++ was ok back in the day. But its so horribly out of date and there's much better things, such as VS Express Edition or almost any other mainstream compiler.
Btw, if you programming bigger applications the using namespace std; should be within the {} scope otherwise its not very good. However this is just a simple program so it doesent make a difference.
I don't understand this.
nacrohard 2 months ago
This Sucks, indeed
Hassaanness 2 months ago
why you dont type 666 xDDDDDDDDD
TommyDDoom 3 months ago
Does a namespace have to be a number?
Scaredofthelight 3 months ago
After this tutorial I still don't know when I should use void and when I should use a namespace. I mean I know about classes and functions...
666Makkura666 1 year ago
hmmm..
mister..
how to decompile dll files into source code file??
genufuk 1 year ago
hmmm..
mister..
how to decompile dll files into source code file
genufuk 1 year ago
@HTIDsrbija
Its not way better than visual studio. For starters it is, but I would never ever consider making a commercial or serious app on dev C++. VS is a win win if you have a ample amount of experience.
IMattNovakI 1 year ago
I would like tutorials that talk you through it
legendlazy 1 year ago
Thank you , it's helpful
okvao 2 years ago
nicee
getkhizer 2 years ago
This has been flagged as spam show
The music sucks! A tutorial should have somebody explaining what they are doing!
cact25 2 years ago
do you have to keep creating a new project in order to just write a new source file? and also can't you just open a new source and compile it without having to open up the entire project?
pwntastic2000 2 years ago
I am wondering too.
cant u just debug it without having a project?
aydoooo 2 years ago
I don't think so, but I could be wrong.
IMattNovakI 2 years ago
wtf if i try to debug the system cannot find the file specified
ushrark 2 years ago
super shit of video.............
how can it be a tutoroial?
cse0547 2 years ago
wow your great tutorial skills, I needed that, thnx
GotBomb 2 years ago
nice daft punk for ever!!!
archvizerdm 3 years ago
Soooo, what is that song? I like it for some reason
IvonoftheGWF 3 years ago
Veridis Quo by Daft Punk.
darategs 3 years ago 3
you said so yourself in the title it is
hoodline 3 years ago
Visual Studio C++ Tutorials: Namespace & Functions
Is the title retard.
SpraxIAKS 3 years ago 5
lamo noob you changed the titile dick head it said tutoril C++ Tutorials: Namespace & Functions when i first posted so your the retard
hoodline1 3 years ago
Well, I was wrong on that however when it comes to being a retarded, you still are. The phrase is lmao not "lamo" that and the other grammatical errors you have. So yeah! I was wrong..but your still the retard.
SpraxIAKS 3 years ago
The phrase is lmao not "lamo" like i give a fuck you still know what i meant so shutup
hoodline1 3 years ago
Comment removed
H4CKED 3 years ago
Too little too late.
SpraxIAKS 3 years ago
Correction:
Well, I was wrong on that. However, when it comes to being retarded, you still are. Also, the phrase is 'lmao' not 'lamo' with that and the other grammatical errors you made. So yeah! I was wrong... but you're still a retard.
You should also work on your grammar, H4CKED.
Also this was made to fit closer to the author's original post
superant10000 3 years ago 2
Lol i did not change the title,
IMattNovakI 3 years ago
my choice is visual 2008
hehe I see dev and visual guys arguing which is better.. I think that both are good.
joutupp 3 years ago
VC++ is not C++
hoodline 3 years ago
I think hes meaning Visual Studio when he says Visual 2008.
IMattNovakI 2 years ago
Hey great tutorial, but two mistakes. In Visual Basic, ??? does not work as a namspace. Instead change it to 000. Second your cout <<New: :First << endl; was giving me a compile error. Just delete that. If anyone else is using Visual Basic, this worked for me. Thanks.
Roxor007 3 years ago
with namespaces you could make objects? like
Ball, Player etc?
namespace Ball{
int X;
int Y;
int SPEED;}
etc?
ThunderDonkey 4 years ago
NO. That, what you are talking about is a class.
namespace is just a space where your names (variables, functions...) are declared. So if you have
namespace MyNamespce
{ int number = 123;
}
and you want to use number in other namespace you must write: MyNamespace::number
or you can write: using namespace MyNamespace;
and then you can just use number (without prefix MyNamespace::)
;)
Ewalldinho 3 years ago
That was for ThunderDonkey
Ewalldinho 3 years ago
posted the message almost month ago, but okay. Thanks for explaining. I'll find some other tutorial for classes.
ThunderDonkey 3 years ago
you just explained fully in a few min what it took me a day to finger out on my own ,nice work i hope theres more in your profile.
ClearMan1 4 years ago
I dont care what anybody says I like your graphics and music its da bomb !!!
tashab7777 4 years ago
your music and video layout it too much...omg...bad bad bad
hoolerprime 4 years ago
how do you make gui windows for the programs
please tell me if you know
lildannya 4 years ago
visual studio has built-in form designer and there is some designers for dev c++ or codeblocks
mgsmus 4 years ago
Didn't know much about namespaces but the vid. was nice. Keep it goin (Y)
N1rium89 4 years ago
hay evry body i need elp please i did a program and i want it to look like one how can i make it to get me a picture or some clicabel things not that black screen please if any body now how to tell me
45nnd 4 years ago
Win32 Programming> thats if your using windows. Or you can use WXWidget or sumthing.
IMattNovakI 4 years ago
IT USELESS
LoLChulo 4 years ago
LOL< true. But its a start for people.
IMattNovakI 4 years ago
WHY CONSOLE APPLICATION?! >:(
LoLChulo 4 years ago
I dont really like visual studi because
1. I run Linux, I cant really run it that effectively
2. All the programs are made in microsoft format insted of cross platform
overmind2 4 years ago
Actually programs u make in visual studio run on linux and mac too. That depends on what your coding, i just use VS cuz its the mainstream compiler for games/ what i mainly use programming for.
IMattNovakI 4 years ago
You can compile them for Linux, or mac. But i just use visual studio cuz im the most familiar with it, and its the industry standard.
IMattNovakI 4 years ago
ok, I use deb. C++
overmind2 4 years ago
its dev C++ btw
lildannya 4 years ago
that's to keep the console from closing after executing the program. otherwise you can't see the output. system("PAUSE"); is a bad idea, it's like trying to kill a fly with a shot gun. So what I do is, I use the following line just before return 0;
cin.get();
when the user hits enter, the console closes. holla!
h2oiko 4 years ago
ya true, but i did that for simplicity. If your actually making a console application for a reason, its usually gonna be executed from a cmd/command prompt, so that wont be needed, But i jsut put that in there so i dont needa execute by console.
IMattNovakI 4 years ago
what is that thing at the end of line 6
buckshot10101 4 years ago
This -> ;
IMattNovakI 4 years ago
Music playing is Veridis Quo by Daft Punk!
DrAsik100 4 years ago
I bless your efforts to help the public understand c++.
whatisthevb 4 years ago
hun lehet nezni ilyen olyan peldakat meg azt hogy mi micsoda? pl mi az az int? akkor irja h. mi a iostream
hol vannak ilyan peldak magyarul??
bence47546213 4 years ago
Cool language! = ]
IMattNovakI 4 years ago
ahhh, declaring the standards global like that, could come up with unexpected results later on..
c0mpshades46 4 years ago
True, but then again this is a begginers tutorial.
IMattNovakI 4 years ago
Yes,
IMattNovakI 4 years ago
Thanks! Thanks to you i havem ade a simple header file that i include to my other file so it becomes a calculator :D Thanks!!!!
Thakillerrr 4 years ago
Thanks man, I was really confused on functions and now I know how, I credit you 100% keep up the work, make more vids later!
B1kMagik 4 years ago
er , can u tell me where can i download free compiler C++, im beginner programmer ,so can u teach me
phantomstory 4 years ago
download bloodshed dev c++, it's a nice IDE build around the gcc compiler
michmakker 4 years ago
Dev C++ has a horrible debugger. I wouldn't recommend it to anyone. Besides you can get Visual Studio Express Edition for free.
mybowlcut 4 years ago 2
dev sucks get visual C++ 2005 or 2008.
FREE
FraserManG 3 years ago 2
your a noob and dont no how to use dev
hoodline 3 years ago
maybe but visual studios is in general a better compiler.
FraserManG 3 years ago
hmm btw dev is free allso
hoodline 3 years ago
so is visual studios.
FraserManG 3 years ago
i no its it thats why i said dev is free allso
hoodline 3 years ago
BS DevC++ was ok back in the day. But its so horribly out of date and there's much better things, such as VS Express Edition or almost any other mainstream compiler.
IMattNovakI 2 years ago
Btw, if you programming bigger applications the using namespace std; should be within the {} scope otherwise its not very good. However this is just a simple program so it doesent make a difference.
IMattNovakI 4 years ago
Why did you make a tutorial for void functions ?
Did you have *requests* for it ?
kingpinx630 4 years ago
You will be suprised how many people dont know wat voids are or how to use them.
IMattNovakI 4 years ago
Really?
brechtjah 4 years ago
Yes, really.
IMattNovakI 4 years ago
Lol np! Remember if you wanna know how to do something just msg me or make a comment here and ill get to it. =)
IMattNovakI 4 years ago
Thanks
Gentleman779 4 years ago
Ty for this one m8 =)
sweHackers 4 years ago