There are no Win32 API calls, which is what most would refer to as Win32 programming. Look up a Win32 programmer's reference and it consists of only API calls. I guess it's a 32-bit windows app, but it's command line.
Correction..You were the one who was "whining" about this not being Win32. Your Posting a video won't help me, I know C++ and if it helps you Win32 API.
You're becoming more of a waste of my time than this video and youtube combined.
A second ago you wanted me to post a video, now you don't?
It isn't Win32, you're the one who says "No reason to call him an idiot." Sounds pretty feminine to me, idiots are idiots and they deserved to be pointed out. This program is first page of any C++ book.
So if you're so smart with C++, send me the source code to one of your programs, I'd personally like to see your genius work.
This code isn't "bad" in any way. Different Compilers may allow you to do certain things that others may not. Your compiler may require your main function to return a value. Maybe YOU have a "BAD" compiler.
As far as a tutorial, this is pretty bad, there is no information whatsoever of what anything you are typing is. So if I was a beginner none of this would make sense.
So does anyone here actually program in C++? Thought not. YES IT IS A VALID WIN32 APPLICATION. Given he hasn't had the comiler write it to an .exe, and he has added his own words, but he did exactly what the title says. He made a win32 application. As for sinschild07, I'm sorry either your an incompetent programmer, or your just to young to know other wise but : cout
I would think you would recognize an output command with prior experience, even if it was in VB, different syntax, but cOUT
im sorry friend, but this, is not a win32 application, just because you told it to make it a win32 you didn't actually write one. That program is a Command Prompt app. win32 programs have a whole different type of coding.
Console Apps are for fags. Try Win32 Apps !!!
GigglingGirI 11 months ago
"hello WORLD" ...lolz
lolizorz 1 year ago
dutch?
MultiPivotmasterdx 1 year ago
The code worked for me, but one of the lines in command prompt looked like this:
"I was made in c++0Just one more button
and I will quit"
It provided no spaces, but I suppose it's my fault.
Mr95bartman 2 years ago
try putting an endl; on the end
TheBadookey 1 year ago
Very poor
l4irxxl 2 years ago
i had to watch this video twice.
The music had me dancing. xD
junk11111111 2 years ago 4
You're an idiot that's not Win32, at least make it
system("pause > nul") if you're going to do that.
xXSparky117Xx 2 years ago
That is actually Win32 however its not a Windows Application, just a Console app as stated in the title.
sogooddoudou 2 years ago
There are no Win32 API calls, which is what most would refer to as Win32 programming. Look up a Win32 programmer's reference and it consists of only API calls. I guess it's a 32-bit windows app, but it's command line.
xXSparky117Xx 2 years ago
True, but that's no reason to call him an Idiot when technically that is Win32.
sogooddoudou 2 years ago
This video is dumb, he is an idiot, a monkey could write this program.
xXSparky117Xx 2 years ago 3
Why don't you post a Better video with Win API calls.
sogooddoudou 2 years ago
Alright, I will, just give me some time to record it, ill message you when it's uploaded, then you can whine on my own video.
xXSparky117Xx 2 years ago
Correction..You were the one who was "whining" about this not being Win32. Your Posting a video won't help me, I know C++ and if it helps you Win32 API.
sogooddoudou 2 years ago
You're becoming more of a waste of my time than this video and youtube combined.
A second ago you wanted me to post a video, now you don't?
It isn't Win32, you're the one who says "No reason to call him an idiot." Sounds pretty feminine to me, idiots are idiots and they deserved to be pointed out. This program is first page of any C++ book.
So if you're so smart with C++, send me the source code to one of your programs, I'd personally like to see your genius work.
xXSparky117Xx 2 years ago
Oh and please do discontinue your arguing, as it is blatant, clueless, and maladroitly useless. You will never win.
xXSparky117Xx 2 years ago
@xXSparky117Xx
guess thats good for begginers
loko95ftp 9 months ago
Dude this is sparaaaan! .. -.- show me some SDLK and i'll give you a hug.
likesoursugar 2 years ago
WHAT A DUCHE....
system619666 2 years ago
BAD CODE DON'T WORK MISS LEADING...
system619666 2 years ago
This code isn't "bad" in any way. Different Compilers may allow you to do certain things that others may not. Your compiler may require your main function to return a value. Maybe YOU have a "BAD" compiler.
sogooddoudou 2 years ago
As far as a tutorial, this is pretty bad, there is no information whatsoever of what anything you are typing is. So if I was a beginner none of this would make sense.
Fornax92 2 years ago
This has been flagged as spam show
So does anyone here actually program in C++? Thought not. YES IT IS A VALID WIN32 APPLICATION. Given he hasn't had the comiler write it to an .exe, and he has added his own words, but he did exactly what the title says. He made a win32 application. As for sinschild07, I'm sorry either your an incompetent programmer, or your just to young to know other wise but : cout
I would think you would recognize an output command with prior experience, even if it was in VB, different syntax, but cOUT
Fornax92 2 years ago
Comment removed
Fornax92 2 years ago
Comment removed
Fornax92 2 years ago
nice song but that's an useless code. next time post something that's really useful.
mihaiflorinmoldovan 3 years ago
Hey, nice music, but your video gets a 0 out of 100.
Sorry, but do you know what a Win32 Console app is?
ultraextremegamer 3 years ago
this looks like a lot of effort to make a simple hello world program...I guess Im gonna stick to vb with all the other programming noobs
sinschild07 3 years ago
im sorry friend, but this, is not a win32 application, just because you told it to make it a win32 you didn't actually write one. That program is a Command Prompt app. win32 programs have a whole different type of coding.
kaikarden 3 years ago 2
Of course it's not a win32 console app... LOL
ultraextremegamer 3 years ago
Hi... Maybe this is a relly stupid question, but can you please tell me the name of the song? I Seaching for that song in over 3 years........
DjCabbie2610 3 years ago
system("pause"); is very bad programming practice. It performs a lot of other instructions and eats a lot of ressources just to pause the screen.
cplusplus84 3 years ago
yeah, _getch() is nicer, and while still clunky, it's better
espeorb 3 years ago
whats the name of this song
aveator123 3 years ago
You can use the cin.get();
is like the system("pause"), but don't show the sentence to press any key.
using namespace std;
int main() { cout << "Hello Girl!";
cin.get();
return 0;
}
Byskit 3 years ago
NERD, jk i envy yer tech skillz
BonesAndBones 3 years ago
You could also include the conio.h header, and use getchar(), but that library is outdated is outdated, the only good function is kbhit().
UltimateMods 3 years ago
lol i got virus n my computer named P2P.worm.win32.VB.dw is it bad?
manitari11 3 years ago
is he making virus????????
manitari11 3 years ago
Of course not...
ultraextremegamer 3 years ago
i put the exact thing as u and managed 6 errors help?
666Jagex 3 years ago
what compiler did you use, and on what os, you should be using visual studio on windows xp, did you forget to use the # include bit??
groupbloggers 3 years ago
Its just following a wizard?? Whats hard about that?
Intosia 3 years ago
return 0;
hbobenicio 4 years ago
whats that song?
So do i mpmcd81 :)
but what i want to know more than that is what program is that?
liambiscuit 4 years ago
it is built into the compiler, he is using VC++ exptress edition
makazeg 4 years ago
how do you get red font like his
Ryanj8o 4 years ago
system("color 4");
UltraDriZZle 3 years ago
wow man ur damn smart, making a video that is already fund here alot
zombicreature 4 years ago
could you do something that is not easier to do in batch plz
readein 4 years ago 2
what is he on ? what did he click on start ?
lebO2xciteu 4 years ago
This has been flagged as spam show
what is the song called
pro1master 4 years ago
what program did he use to record that? can someone please tell me? it looked real good
thanks will
pimpwillystyle 4 years ago
hypercam i think
masterman321 4 years ago
=) Nice Tutorial
MJDefaultAccount 4 years ago
yes, but it's not a Win32 Console Application...
LOL
ultraextremegamer 3 years ago
No it's not.
That's not a a Win32 Console Application.
LOL
ultraextremegamer 3 years ago
... a virus
LOL
ultraextremegamer 3 years ago
Techno c++ -- Love it!
mpmcd81 4 years ago