i have a question how do i do to conect a motion detectors 10 meters visual radius oraund posible entryes in a room and if security is reached the porno in the pc shuts downs and opens exel or paint maybe fotoshop! pleace make a video like that =)
please somebody help me... my semester's final project of Data Structures is to convert bitmap image to JPEG without using any library. I'm messing with it for 2 weeks but there's no progress. Bucky please can you help me... i'll be vvvvvveeeeerrrrrrrrrrrryyyyyyyyy GREATFULL to uuu...
dude. You just made my life. A few friends and myself are going to create a C++ ARPG single player game. Although we all have experience in OOP all of your videos still are helping us to this major project endeavorer.
you are definitely a Hacker. Respect to you and good luck with life. I am sadly not a hacker... yet... but hopefully with the release of this game I shall be worthy of such a title.
I think you made this over complicated...typing in the "std::cout" and "std::endl" will get confusing after enough..You should make it common practice to state in the beginning (right after the #include libraries) "using namespace std;" Then you can just type cout << "You Text";
Now, where do I start if I wish to know the extreme basics such as "what is this" (what is a console, code file, .cpp, etc)
I hate to embarrass myself, but for me to even hope to begin learning something, I must know what exactly Im learning or being told to do. I have to dissect every aspect and definition until I can clearly see it..
When i create my project, it doesnt have the three folders (Header, Source, and Resource). I'm getting really frusterated cause I'd uninstalled it and then install it and it's still doing the same crap. Please, someone help me.
actually i found it out, it does not matter, if you do everything else correct, ans execute the command then it will automatically come up, it does not interfere with the command.
You probably hit start debugging instead of start without debugging. It is exiting cause it sees the program works and then shuts down, but like i said that only happens when you hit the start debugging instead of without debugging. If it is still happening you could right cin.get(); in the code which will stop the code until you hit enter.
iostream is a main library including all general behaviors(methods/commands) related to data stream between user and application. "cin" and "cout" are two of these behaviors.
Ahh, good, no using namespace std; bad coding practice, also if you are using VC++ 9.0 then the console will most likely appear for only a split second. Since you are already using the i/o stream, to pause i reccomend std::sync(); std::ignore(); DO NOT USE SYSTEM FUNCTIONS. Very inefficient and take alot of unnecesary memory.
i have a question how do i do to conect a motion detectors 10 meters visual radius oraund posible entryes in a room and if security is reached the porno in the pc shuts downs and opens exel or paint maybe fotoshop! pleace make a video like that =)
TheMartinto 3 weeks ago
thanks!
:)
ThePykado 1 month ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
Is this tutorial too old for me to use now or do these basics still apply?
thedukeofjohno 5 months ago
hi....i am very new to this but what exactly can i do with this....how hard will it be to make super good graphics?
Wally131000 6 months ago
is that hobbs
Shadowjamer250 7 months ago
thanks pepepe man
T3RRABYT3 7 months ago
man this Quebec commercial is so cheesy and its always playing >.> thanks for tut
BlenderBug 8 months ago
Agh! I can't find the bug! Where is it?
torcado194 9 months ago
@torcado194 It's on the window
ImTheBatchMan 8 months ago
@ImTheBatchMan lol, i was just kidding.
torcado194 8 months ago
please somebody help me... my semester's final project of Data Structures is to convert bitmap image to JPEG without using any library. I'm messing with it for 2 weeks but there's no progress. Bucky please can you help me... i'll be vvvvvveeeeerrrrrrrrrrrryyyyyyyyy GREATFULL to uuu...
hackerahead 10 months ago
@hackerahead The first step is to go to Bucky's channel. This is Xoax.
ImTheBatchMan 8 months ago
thank you so much
jaja1990z3arier 10 months ago
if i have codeblock is it okay?
randomguyalwayshere 10 months ago
why I cant compile?
I used Dev C++
crackprog 10 months ago
thanks for the vd !
MsMvp90 11 months ago
LEFT CLICK DUHBUG.
EatGanon 11 months ago
SUBSCRIBED!!!!!!!!!
Zachadude1 11 months ago
DANGIT , I CANT FIND A FREE TRIAL OF XNA ,, IT COSTS 100 PER YEAR OR MONTH,,,
junior1984able 11 months ago
Gordon freemant, what are yoou working on?
SprDrumio64 1 year ago
dude. You just made my life. A few friends and myself are going to create a C++ ARPG single player game. Although we all have experience in OOP all of your videos still are helping us to this major project endeavorer.
you are definitely a Hacker. Respect to you and good luck with life. I am sadly not a hacker... yet... but hopefully with the release of this game I shall be worthy of such a title.
tTechnocity 1 year ago
@tTechnocity A Hacker using Windows? Lolz. Soz, but Hackers don't usually bother with the Windows Operating System.
Darr1066 1 year ago
What is compiler and "visual C++" is there not visual version of it and whats the difference ? Ima complete dummy :(
Starioshka 1 year ago
you can just type in:
int main()
{
cout<<"hello world"<<endl;
return 0;
}
smalldude001 1 year ago 2
Can someone please tell me if I should have c++ 2010 or should I try and get 2008? When I try to open a new project on 2010, it simply says:
Creating project 'myfirst' ... project creation failed.
That's all it says, 'myfirst' being the project name I chose. I simply want to start with a win32 console application, just to have a go.
PLEASE HELP!
RoxasWithFenrir 1 year ago
@RoxasWithFenrir Choose 'empty project'. Then add a new file under 'source files'.
Hassan99999 1 year ago
This has been flagged as spam show
veiw my link for 100% clean and working keygen for vb 2010 ult.......PLUS VB 2010 DOWNLOAD....
hatred82 1 year ago
Good job buddy. Keep it up !
konkvistador75 1 year ago
thank you
Ssdcommander 1 year ago
I get this error: /Users/Admin/Documents/CodingProjects/HelloWorld/main.cpp |4|error: 'end1' is not a member of 'std'|
And this one: /Users/Admin/Documents/CodingProjects/HelloWorld/main.cpp |6| error: expected ';' before '}' token|
MegaCamu 1 year ago
I think you made this over complicated...typing in the "std::cout" and "std::endl" will get confusing after enough..You should make it common practice to state in the beginning (right after the #include libraries) "using namespace std;" Then you can just type cout << "You Text";
Werdna3791 1 year ago
Now, where do I start if I wish to know the extreme basics such as "what is this" (what is a console, code file, .cpp, etc)
I hate to embarrass myself, but for me to even hope to begin learning something, I must know what exactly Im learning or being told to do. I have to dissect every aspect and definition until I can clearly see it..
R0MMAH 1 year ago
Comment removed
strawberrytoot 1 year ago
LOL I like how the first lesson is #0 like the beginning of an array...a true programmer through and through...
StephenWebb1980 1 year ago
dont work, if u debugg the program its close directly
bollar12 1 year ago
When i create my project, it doesnt have the three folders (Header, Source, and Resource). I'm getting really frusterated cause I'd uninstalled it and then install it and it's still doing the same crap. Please, someone help me.
ROBERTtheGUITARIST 1 year ago
the music makes me sleepy...
oblonghead 1 year ago
hey bro u can also use dev c++ or turbo c or BORELAND C##
yasir275 1 year ago
lol I thought that was end1 for about 10 minutes.
it's endL (lowerlcase L) in case anyone else gets confused.
lostfacts 1 year ago
i found something that works almost the same as c++ look like it does. C-free 5.0
materboy5 1 year ago
my retarded computer wont let me go past the download page for c++.
i was wanting to know if notepad++ would work because it has a c++ language
thing in the toolbar
materboy5 1 year ago
whats the difference between
int main()
and
void main()
mtdeezy 1 year ago
@mtdeezy iirc int returns a integer and void has no return value.
zartla 1 year ago
@mtdeezy int main() returns an integer to the caller of main and void main() returns nothing.
howitzer24 1 year ago
@mtdeezy int main(): After this function running, the result return integer value
void main(): Declare this function has no param into; Using for no arguments
tuanit0289 1 year ago
@tuanit0289
and void main() shouldn't be used as it is not part of the standard
Langal 1 year ago
it's allways bloob and then its away
pivotrobo 1 year ago
This has been flagged as spam show
in the final i get error "undeclared identifier" . i searched this error but no help. thanks
gicapopescu 1 year ago
Comment removed
904skates 1 year ago
cool
mr05jl 1 year ago
thanxxxx
greatwariour 1 year ago
Thank you! This video was super helpful.
Paradiddler45 1 year ago 25
This has been flagged as spam show
donde puede conseguir este mismo tutorial pero en español o subtitulado en español? GRACIAS
krlos9010 1 year ago
This has been flagged as spam show
donde puede conseguir este mismo tutorial pero en español o subtitulado en español? GRACIAS
krlos9010 1 year ago
This has been flagged as spam show
I'm making Win32 Project c++ not Win32 Console Application
But how do i remove the console box in Eclipse?
I'm not going to use other then Eclipse so please help.
m4unot 1 year ago
This has been flagged as spam show
I'm making Win32 Project c++ not Win32 Console Application
But how do i remove the console box in Eclipse?
I'm not going to use other then Eclipse so please help.
m4unot 1 year ago
thanx youuuu!!!!! i needed to transfer code from macox to windows but i kept getting error since i was unfamiliar wit micr. Visual studios
Jabinizzle 2 years ago
tks a mil.
elnino1919 2 years ago
This has been flagged as spam show
"left click" "left click" "left click" "left click" SHUT UP!
georgescott12345 2 years ago
HEY!!! I figured it out!!!
The 1 at the end of end1 is actually a LOWERCASE L!!!!!
compugeekmsn 2 years ago
thats what bugged me for ages when i first started everyone nearly does that !
Captinpilot509 2 years ago
lol fail.... jking
SheWasAlmost18 2 years ago
I can't get this! How do you get like the line that connects the semi-colon to the return exit_Success.
and/or
how do you get the box next to the int main?
SmartNAthletic 2 years ago
the 1 at the end of end is actually a lowercase L
compugeekmsn 2 years ago
Comment removed
KnightofSpamalott 2 years ago
got it woot lol
ltd8585 2 years ago
Never Mind I got it
ModingTools 2 years ago
Comment removed
shlumph 2 years ago
Thanks! This actually works for me!!!
FinalAxiom 2 years ago 16
i got it, but now I have another problem the ciode you ave doesn't work? O.o
ReviewrOfGames 2 years ago
Oh I see, its missing the left box where it says include and stuff how do I get it back up?
ReviewrOfGames 2 years ago
Hey I click on win32 then click the box empy box. It closes that thing it goes to the start page and says: Rectent project consolelesson1
ReviewrOfGames 2 years ago
how do i get the box next to int main () (?? help me!
50killed3 2 years ago
Yess I did it lol
PkedYou 2 years ago
Comment removed
eddsanime 2 years ago
THANKS SO MUCH,
Been looking for something like this that acuall works for me
Q3020Q 2 years ago
are you the best c++ coder
raneboy13 2 years ago
how do u do the [-] thing with changes into a [+]?
i got the first one but can get the second one before
int main () (
FallenDeathAssassin 2 years ago
same here
ontheworld1 2 years ago
actually i found it out, it does not matter, if you do everything else correct, ans execute the command then it will automatically come up, it does not interfere with the command.
FallenDeathAssassin 2 years ago
thanks i really need that
superbursihido 2 years ago
Are all of these in cmd? or can you make them have pictures?
Huntd0wn 2 years ago
Thannkkk you veryyyyy much !!!
that's really helpfuulll
5*
Danasqu 2 years ago
Thank You !!!!
nvthaovn 2 years ago
nice thanks mate!!!
TheXRewCrew 2 years ago
return EXIT_SUCCESS; ahahahahahah
return 0; is correct!
Radamanthis79 2 years ago
ya I was thinking the same. I was always taught return 0, so I don't know where return EXIT_SUCCESS came from
MrTech40 2 years ago
For someone writing there first program it's easier...
PkedYou 2 years ago
EXIT_SUCCESS returns 0 to the compiler.its more human readable than 0
omairiqbal889 2 years ago
No, EXIT_SUCCESS return 0 to the SO.
Radamanthis79 2 years ago
whats SO?
omairiqbal889 2 years ago
sorry, OS (Operation System) ;)
Radamanthis79 2 years ago
Chyyyeaaaaaah!! this is great! Thanks!
SweeTdeviL889 2 years ago
and how do u put the skinny L things?
thepwnagemonkey 2 years ago
The application will put them in for you, its to show you were a section of code starts and ends to make it easier to edit.
Nathan12380 2 years ago
how do you put the minus signs?
thepwnagemonkey 2 years ago
_ ? shift + -
TheRealDiazepa 2 years ago
you mean ( = )? Shift + 0
TheRealDiazepa 2 years ago
lol... what is a GUI?
MrPonebo 2 years ago
Graphical User Interface, I think, its a screen with buttons basically and each button is designated to a command.
Nathan12380 2 years ago
I forgot all my C++ knowledge, and these tutorials put it all back.
xZippy38 2 years ago
good
gtathekiller000 2 years ago
im a little kid and i no how to do these things and it all gets in mt mind after i learn it from the web
yoyoheyyoyo 2 years ago
What are the advantages to using c++ instead of notepad and command prompt?
MrPonebo 2 years ago
just about EVERY fps game is based off of c++, Windows Operating Systems are also based off of c++
VampiricMidget 2 years ago
Just wanted to say.. WELL DONE! Tutorials that don't digress! Thank you.
phazt 2 years ago
thanks rockrory for the help !!!
driftkinguk26 2 years ago
ignore the last message i typed it wrong im such a nooby lol
driftkinguk26 2 years ago
always check your spelling and mistakes
yoyoheyyoyo 2 years ago
I KEEP GETTING THIS MESSAGE:
1>------ Build started: Project: ConsoleLesson1, Configuration: Debug Win32 ------
1>Compiling...
1>main.cpp
1>c:\users\robert & kelly\desktop\consolelesson1\main.cpp(4) : error C2039: 'count' : is not a member of 'std'
1>c:\users\robert & kelly\desktop\consolelesson1\main.cpp(4) : error C2065: 'count' : undeclared identifier
1>Build log was saved at "file://c:\Users\Robert & Kelly\Desktop\ConsoleLesson1\Debug\BuildLog.htm"
1>ConsoleLesson1 - 2 error(s), 0
driftkinguk26 2 years ago
Comment removed
rockrory 2 years ago
please tell me this works for windows xp :/
Captnuendo 2 years ago
what i mean to say was does visual studio work 2008 for xp
Captnuendo 2 years ago
wow man thanks, this is one tutorial that actually works for me
LordFelshatter 2 years ago
The opening makes me feel like im taking a college class or something. Very neat
GreySnakeGenocide 2 years ago
what program did you use to record?
WasabisoupProduction 2 years ago
This has been flagged as spam show
How do u go from the code in the video to a real program like itunes that is on you desktop???
xxxJoser831xxx 2 years ago
LOTS of work
darknessrest123 2 years ago
how do i add a cpp file that is already made into the project?
tycoonmusicluver 2 years ago
Comment removed
crasite 2 years ago
They are the same thing, I think.
C++ is the language and Visual C++ is the microsoft aplication that these lessons are using.
ThomJBooth 2 years ago 11
C++ but Visual C++ adds files with code so that you can run it. (sorry if i got this wrong)
zowlyfon 2 years ago
never mind my last post....i figured it out...i was not looking closely.... i wrote "end1" instead of "endl" with an L .....hehe
emtau 2 years ago 3
I did the same thing and fixed that but i still have the problem =/
epicmuffins 2 years ago
Help pliz...
Unable to start program 'C:\Documents and Settings\User\My Documents\Visual Studio 2008\Projects\ConsoleLesson1\Debug\ConsoleLesson1.exe'.
The system cannot find the file specified.
I did exactly as shown and i haven't done anything yet. Anyone pliz??
emtau 2 years ago
are you sure you compiled it? if not then it wont find the file.
dozza92 2 years ago
Can anyone tell me why cant others use my "program" i can use it but others can't?
gytis5454 2 years ago
i wuv u for taking the time to create these tutorials
thelaughingcheese 2 years ago
Mine comes up with a box and then instantly exits HELP!
InsaneD3m0n 2 years ago
You probably hit start debugging instead of start without debugging. It is exiting cause it sees the program works and then shuts down, but like i said that only happens when you hit the start debugging instead of without debugging. If it is still happening you could right cin.get(); in the code which will stop the code until you hit enter.
TheHoodedWonder 2 years ago
InsaneD3m0n
An alernative to TheHoodedWonder's method you could add a line:
system("PAUSE");
This will show the "Press any key to continue" message, and won't quit til a key is pressed.
You could also use system("PAUSE>nul"); if you want it to wait for a key, but not display the message.
odavenport 2 years ago
hi xoaxdotnet....can you tell me how can i do a simple game on visual c++....maybe if you tell me the library of graphics of visual c++
Nitros8891 2 years ago
u talk like the guy in how its made
b33w5h 2 years ago
C++ , You can create hack on Game XD
ASTiGBA 2 years ago
thats what im programing for, Lol
gytis5454 2 years ago
same
unknown4lifes 2 years ago
thank you some much XoaX!!
i Finally understand how to build!!
netgearkey 2 years ago
You missed a step.
At 1:32 you say click the Add button.
You meant to say LEFT click the add button.
Sorry, but really isn't 'click' pretty obvious, and RIGHT click the change-up? haha
AlexKrycek411 2 years ago
Ótimo
mcaguiar 2 years ago
not "iSostream", "iostream"! ;D
articarts 2 years ago
what does iostream actually mean and why must we write it at the begining of the code? or atoll for that matter?
seanbug9 2 years ago
iostream is a library with codes thet is originally installed on vc 2008.
articarts 2 years ago
iostream is a main library including all general behaviors(methods/commands) related to data stream between user and application. "cin" and "cout" are two of these behaviors.
technoholican 2 years ago
watch the rest of videos, he'll get to libraries and will talk about iostream (Standard Input / Output Streams Library)
technoholican 2 years ago
Thank you it makes it easier to understand for beginners learning C++ on their own
coilnova3 2 years ago
error C2039: 'end1' : is not a member of 'std'
error C2065: 'end1' : undeclared identifier
Rev4587 2 years ago
its endl
robisgangsta1 2 years ago
Tyvm!!
I was stuck at that part. ^^ I thought it was end1...
IRape4Free 2 years ago
lol np. i thought it was end1 to it looks the same :D but i tried endl and it worked.
robisgangsta1 2 years ago
thxxx mannnn!!!!! i always use the turbo c++ 3.1....this great to me...thx man
Nitros8891 2 years ago
xD I couldnt get this to work at first, becuase of one simple problem! After main() i still used ( and ) instead of { and } xD
UltraMadness 2 years ago
How are you so successful? Your videos are really great and I have learnt a lot, how have you achieved so many subscribers and views?
ZepplinProgramming 2 years ago
u just explained y ('-_-):
"Your videos are really great and I have learned a lot"
Rev4587 2 years ago 2
I just made my very first consolo!!!:D
saying left click is kinda anoying though:P
but good tuts:D
666guitarfreak 2 years ago
some people are truly beginners and have a stuggle when to left and right click
like my mother lol
coilnova3 2 years ago
haha, yeah mine too:P
666guitarfreak 2 years ago
thanks for the video, I am new to visual C++ system so it"s nice to see video on how to use the system.
ceddas21 2 years ago
how to creat your effect to your video ?
00team00 2 years ago
WOW, thanks. Just started C++ on my own :o)
To those who are having problems i highly recommend to visit their forum, VERY helpfull and the fixes are very simple to understand.
ElHomE 2 years ago
what am i doing wrong!!?!? i typed it in exactly ! and it still doesn't work
mazdahardcore 2 years ago
Ahh, good, no using namespace std; bad coding practice, also if you are using VC++ 9.0 then the console will most likely appear for only a split second. Since you are already using the i/o stream, to pause i reccomend std::sync(); std::ignore(); DO NOT USE SYSTEM FUNCTIONS. Very inefficient and take alot of unnecesary memory.
AES256bit 3 years ago
No comment on the code. But thanks for this man.
I had some trouble compiling my stuff on MS VS 2008.
EarthBoundGame 3 years ago
9 comments and 33,591 views?
glitchx2 3 years ago
actually 11+
adliikhwan280 3 years ago
project*
bobguitar7 3 years ago
when i type those in main.ccp i dont get the - to the left of the code
yumito757 3 years ago
every time i start it up. the cmd closes strait away.
Jagatia 3 years ago
Try to put "system("Pause");" right above "return EXIT_SUCCESS;" that will pause the console and wait for the user to press a key.
ToxeCryz 3 years ago
not much detail, but i guess its ok for a first app
TutMan14 3 years ago
thanks man..it helps
cubays7 3 years ago
AWESOME
Love these man
majesticdragoon 3 years ago
1st comment?
frugoo420 3 years ago