@maroci64 ohhh absolute master of c++ please tell us the dumb minds why this man who struggled to make this vid is the worst programmer u ever seen? oh and btw suck a horse cook dumbass
these are not tutorials these are learning teach things a tut is just how to do something this tells you what you are doing why you are doing and how your doing it
uh at a quick glance it looks like you might have declared those variables within a function and then posted them in a different function. Try declaring it as a global variable
I agree with Lemoncode. C++ pwns Java. I suggest you continue with C++ and learn Java as well.
I also plan on working with Java in the near future. But I definitely won't be giving up on the languages I'm currently learning for an applet language.
I dont think i want to learn c++ too... i have learned the basics of: - c++ - java - objective-C - javascript - HTML - css - php i dont want another language ;) Java isnt an applet program... it is great because it is Cross-plattform so it can run on all OS that has JRM(or something like that) installed. So i am developing with a guy on Vista and we can work together perfect
Well, i followed a few tutorials, till this one. Now i can open my own applications, but when i send them to a friend or what, they have a great error. I use Visual Studio 2008, and just compile it and copy the .exe.
Does anybody what to do, to compile it so it works on every windows machine. Maybe some dll including, or am i doing something wrong. Reply on this comment or send me a personel message, thanks already :D
Pointers and References are hard to grasp. I'm just getting started on them myself. When he says Address, he's referring to the MEMORY address (ie. RAM). Every variable has an address after it gets declared. Google "C++ Pointers and References" and click on the third link. That's a pretty good illustration on how that works. Shoot me a message if you want to study together. I'm just learning myself. :)
when I am typing ,there is a line that goes along with my text, this line is at the left side, and this do not allow me to seperate the files from the main. please what should i press or do.
your code sucks. First it only works on windows. All the cool people program in linux and OSX. Secondly, those programs crash when the user enters a string instead of a number. stop using the system command, and convert numbers from strings. Also, that last program had no way to stop. There should be a quit command in there. Why didn't you use != instead of an OR statement?
If you don't like the tutorial, or windows, then don't use either. Don't get mad because everyone else doesn't agree with you. Everyone has different opinions. You don't have to be jerk about it.
i wasn't trying to be a jerk. I think people should be taught from the very begning to have cross platform code in mind. It wouldn't be hard to not use the system command for something as stupid as pause. Lots of people today are forced to use windows because of one or more programs that no one has written for something else. It's just not right.
there are ways to make cross platform code and I plan on using them. I primarily use linux and try to stay away from windows. But i will still make my code work on windows and mac.
what the fuck is "All the cool people program in linux and OSX" that sounds like something a 10 year old would say ohh and All the cool people program in Windows, and if your going to game program Windows is the way to go
I use Visual C++ 2008 Express Edition for my compiler and IDE. I'm trying to do the alt-enter thing, but it gives me errors when I try to compile. I copied it exactly as it is shown (or I think so anyway), and it won't work for me. The error I get is:
the { and } are used mainly to Encapsulate procedures. or atleast thats how i see them.
They are used at the start and end of a Function/procedure and if/case statements, period. The ( and ) are used as perameters to a function. for example:
those are the only things that came to my mind, i aint no pro at programming, I started with Visual Basic and ofcourse changed to C and Javascript for webeffects lol
I've found at least using Visual Studio, if you place the user functions prior to the main function, you do not need to add the additional "void function();" line.
yes, this is part of the c language. the reason why he decleares them is because they have not been read yet and therefore the program doesn't knwo where they are. Its common practice to place the main function first...
I'm looking forward to more tutorials of yours, I can imagine they're tough make, especially since you're thinking of how to explain something, type, and talk on the same time. ^^
( now that's multitasking, lol )
so much easier to learn than with a book alone. ^^
@maroci64 ohhh absolute master of c++ please tell us the dumb minds why this man who struggled to make this vid is the worst programmer u ever seen? oh and btw suck a horse cook dumbass
phoneUup 3 months ago
This has been flagged as spam show
Check out my channel
I'll be going over C++, computer engineering courses and other related courses. I upload videos daily.
SebastianRoces 6 months ago
HELLO WIREX
Daggawaggaboof 7 months ago
Is this guy Canadian, notice the about?
EJBactionstar 7 months ago
@EJBactionstar I don't know, what 'aboot' it?
2550505 6 months ago
very good
loyalbeauti2011 7 months ago
these are not tutorials these are learning teach things a tut is just how to do something this tells you what you are doing why you are doing and how your doing it
diapysik 9 months ago
0:20 your canadian!!!!!
northendproductions 11 months ago
How do you make GUI Apps using plain C++ ?? Rather than console all the time, without using somebody elses prebuilt TK??
rick8028 11 months ago
hey thanks alot for this tutorial is to informative im uploadind that on my site that my friends can also watch keep it up..
scofield4225 1 year ago
its hard.... i dont get it... how to do everything? you didnt explain much... and you are too fast...
pufixas 1 year ago
best tuts ever for c++
benny21003 1 year ago
can you change the number of the hex code?
dakon11 1 year ago
I am Sun Java Certified, though I always hated Java and still do. C/C++ are for real programmers and I love them.
fstdio 1 year ago
is this dev c++
hajiamano22 2 years ago
yes he said that in vid 1
HTB1337atWoW 1 year ago
I love how you say 'about', its adorable.
BufferOverflowAttack 2 years ago
@BufferOverflowAttack gayyyyyyy
DrLooongcat 1 year ago
ya and he isn't even creating any more content.
aharnam 2 years ago
is not mac problem i get same message, i am windows user' VK_MENU' was not declared in this scope
i am using visual c++ prog
tobe2002 2 years ago
@tobe2002
I'm using the Visual C++ and I didn't have a problem.
mattiexpx 2 years ago
I got a big problem:
main.cpp:26: error: 'VK_MENU' was not declared in this scope
main.cpp:26: error: 'keybd_event' was not declared in this scope
main.cpp:27: error: 'VK_RETURN' was not declared in this scope
main.cpp:28: error: 'KEYEVENTF_KEYUP' was not declared in this scope
can you help me?
also i use "netbeans" because i am on a mac, is that a problem? i probably have to import a library, but which?
YourAppleTechHelp 2 years ago 2
uh at a quick glance it looks like you might have declared those variables within a function and then posted them in a different function. Try declaring it as a global variable
JustJealouse514 2 years ago
Thanks for reply, but I have given up C++ and started with Java so I will not test it out :P
YourAppleTechHelp 2 years ago
@YourAppleTechHelp
Java? JAVA?! FUCK JAVA, MAN, C++ IS FOR REAL MEN!
Lemoncode 2 years ago
angry?
Java is great :) I have just created my first app (real app) and it works great ;)
YourAppleTechHelp 2 years ago
@YourAppleTechHelp
Man, fuck Java. Java is scripting. C++ is programming.
Lemoncode 2 years ago
@Lemoncode
Actually Java IS programming. Javascript is a different language entirely. Having said that, I totally agree. Fuck Java.
clipophile 1 year ago
@Lemoncode wrong
Javascript is scripting
learn yer' stuff youngin
Shihonoryu 3 months ago
@YourAppleTechHelp
I agree with Lemoncode. C++ pwns Java. I suggest you continue with C++ and learn Java as well.
I also plan on working with Java in the near future. But I definitely won't be giving up on the languages I'm currently learning for an applet language.
mattiexpx 2 years ago
YourAppleTechHelp 2 years ago
i love your tutorials, you put it so that its not too confusing
johnnyc130 2 years ago
chat
flyingbob5 2 years ago
This has been flagged as spam show
he uses old programming techniques.
Subscribe to my channel, i post new generation c++ programming tutorials.
What he is showing is bad pratice.
New videos will be available every 2-5 days on my channel too!
cprogrammerc 2 years ago
Do you know how to make connection software? example: chat
busterbear610 2 years ago
WinSock
Look it up :)
PAArgio 2 years ago
yeah
flyingbob5 2 years ago
Thats way above and beyond this. I say, start basic.
0121ryanh117 2 years ago
this is a vwey good program!!! I love c++, i dont care if its borland, visual, dev... :) (L)
EduardoMLD 2 years ago
Comment removed
0wn3d234 2 years ago
Well, i followed a few tutorials, till this one. Now i can open my own applications, but when i send them to a friend or what, they have a great error. I use Visual Studio 2008, and just compile it and copy the .exe.
Does anybody what to do, to compile it so it works on every windows machine. Maybe some dll including, or am i doing something wrong. Reply on this comment or send me a personel message, thanks already :D
drummertjuhh 3 years ago
Don't use Microsoft Visual Studio. It's great for testing, but when it comes to compiling, use Dev-C++.
rsman222 3 years ago
you mean pointers are variables that have adresses like C:/Documents and Settings/...,
or some thing else
resatti 3 years ago
Pointers and References are hard to grasp. I'm just getting started on them myself. When he says Address, he's referring to the MEMORY address (ie. RAM). Every variable has an address after it gets declared. Google "C++ Pointers and References" and click on the third link. That's a pretty good illustration on how that works. Shoot me a message if you want to study together. I'm just learning myself. :)
MonsuerLePlague 3 years ago 2
thank you, now i can full screen this instead of using intturupts
GhostXoP 3 years ago
does anyone understand functions fully? or know of a place that explains it?
jasonguyperson 3 years ago
These are nice little tutorials BTW. A nice little refresher and it's nice to see the slight similarities to them.
speedster27 3 years ago
New website is reconnetworks-++;net.++;forum
google1d 3 years ago
when I am typing ,there is a line that goes along with my text, this line is at the left side, and this do not allow me to seperate the files from the main. please what should i press or do.
igboh 3 years ago
i cant understand canadian?
aboot means what? hello world?
xkeltoix 3 years ago
LOLZ
xxjoexboixx 3 years ago
ROFL
TheLordSonny 3 years ago
This has been flagged as spam show
noob
onlyherecuzwowisdown 3 years ago
YOU ARE.
xkeltoix 3 years ago
This comment has received too many negative votes show
your face is!
onlyherecuzwowisdown 3 years ago
This has been flagged as spam show
the new forum side is located at:
reconnetworks . net / forum (remove spaces)
askegk 3 years ago 4
what about exteream virtual functions !!
bouguern 3 years ago
New website is reconnetworks.net/forum
See you there, Icemens =)
askegk 3 years ago 3
THIS IS NOT SPAM: reconnetworks has moved to (reconnetworks (dot) net/forum) if you click on his website you will not get a forum
samman946 3 years ago 4
:) Great!
sticksquash 3 years ago 3
hahah i now a good thing when u start something like this press alt enter and it will pop a full screen of your work!
OlloX3 3 years ago
NO WAY IVE NEVER SEEN THAT BEFORE
crazybunny1410 3 years ago
braaap
fenzo666 3 years ago
This has been flagged as spam show
your code sucks. First it only works on windows. All the cool people program in linux and OSX. Secondly, those programs crash when the user enters a string instead of a number. stop using the system command, and convert numbers from strings. Also, that last program had no way to stop. There should be a quit command in there. Why didn't you use != instead of an OR statement?
BernierCR42 3 years ago
Nobody uses Macs.
This only a tutorial, you do realize that you and others can make modifications to this program?
lnknprkman 3 years ago 5
This comment has received too many negative votes show
people use macs. what is so great about windows? I've seen better tutorials and will stick with those.
BernierCR42 3 years ago
If you don't like the tutorial, or windows, then don't use either. Don't get mad because everyone else doesn't agree with you. Everyone has different opinions. You don't have to be jerk about it.
rferrarifjr 3 years ago
i wasn't trying to be a jerk. I think people should be taught from the very begning to have cross platform code in mind. It wouldn't be hard to not use the system command for something as stupid as pause. Lots of people today are forced to use windows because of one or more programs that no one has written for something else. It's just not right.
BernierCR42 3 years ago 3
dude screw mac dont get pissed because the whole world uses windows.
davidemil5 3 years ago 4
there are ways to make cross platform code and I plan on using them. I primarily use linux and try to stay away from windows. But i will still make my code work on windows and mac.
BernierCR42 3 years ago
what the fuck is "All the cool people program in linux and OSX" that sounds like something a 10 year old would say ohh and All the cool people program in Windows, and if your going to game program Windows is the way to go
rodog69 3 years ago 2
I use Visual C++ 2008 Express Edition for my compiler and IDE. I'm trying to do the alt-enter thing, but it gives me errors when I try to compile. I copied it exactly as it is shown (or I think so anyway), and it won't work for me. The error I get is:
zachlr1 3 years ago 2
error C2065: 'VK_MENU' : undeclared identifier
error C3861: 'keybd_event': identifier not found
error C2065: 'VK_RETURN' : undeclared identifier
error C3861: 'keybd_event': identifier not found
error C2065: 'VK_RETURN' : undeclared identifier
error C2065: 'KEYEVENTF_KEYUP' : undeclared identifier
error C3861: 'keybd_event': identifier not found
error C2065: 'VK_MENU0x30' : undeclared identifier
error C2065: 'KEYEVENTF_KEYUP' : undeclared identifier
error C3861: 'keybd_event': identifier not foun
zachlr1 3 years ago 3
You need to #include
"windows.h"
Ilikemustard 3 years ago
......did you do it right? Try a different compiler? Just saying different things, I really can't help you.
SpraxIAKS 3 years ago
are you canadian awsome!!!!!!
eatcomics 3 years ago
1:42: AVG for the win, dude. ;)
marmuhlade 4 years ago
its kinda hard to see the difference between ) and }
i am a novice programmer
you should make sure you tell which one you typing
when you do tutorials
littlemandude 4 years ago 5
I agree... :D
amdbcg 4 years ago
the { and } are used mainly to Encapsulate procedures. or atleast thats how i see them.
They are used at the start and end of a Function/procedure and if/case statements, period. The ( and ) are used as perameters to a function. for example:
void MakeExe( char poop)
or MakeExe("C:\Windows\System32\txt.exe")
the
Esoj 4 years ago
example of both:
The { }
int main(void)
{ something crap return 0;
}
and the ( )
pinterfunction(pointera)
those are the only things that came to my mind, i aint no pro at programming, I started with Visual Basic and ofcourse changed to C and Javascript for webeffects lol
Esoj 4 years ago
This has been flagged as spam show
noob
Oldsellerros 4 years ago
stfu
1OmniDude1 4 years ago
smpptspm
Oldsellerros 4 years ago
man u are awesome ur tutorials are really easy to foolow sometimes a bit fast for me but o well. YOU ROCK!!!!!!
SnapMagic12 4 years ago 14
Rofl i got my Avg pop up at the same time :)
Grolles 4 years ago 3
I've found at least using Visual Studio, if you place the user functions prior to the main function, you do not need to add the additional "void function();" line.
nexus1g 4 years ago 2
yes, this is part of the c language. the reason why he decleares them is because they have not been read yet and therefore the program doesn't knwo where they are. Its common practice to place the main function first...
JavaGuy147 4 years ago 3
so basically this program sends text messages to other windows... THAT ROCKS is what im trying to find.
I put to myself as mark, to make a program that sends th same string to all the opened conversations like "brb" and send it to all of them...
would this help?
JotaSk8Bdr 4 years ago 2
mac you are so cool =)
jamesx1990 4 years ago 10
This has been flagged as spam show
wtf?
Learning C++ video tutorial is really one of the most pointless things I've seen.
havchr 4 years ago
thanks pal :), not really tough, but can be at times if I make a mistake :p
reconnetworks 4 years ago
awesome job once again.
Yay, IM! :P
I'm looking forward to more tutorials of yours, I can imagine they're tough make, especially since you're thinking of how to explain something, type, and talk on the same time. ^^
( now that's multitasking, lol )
so much easier to learn than with a book alone. ^^
ryuslayer 4 years ago 3
I saw you are using AVG... :) keep it up man...
hawkforce 4 years ago 3
This comment has received too many negative votes show
Lol AVG is terrible..I thought he would be smarter than that. *shrugs*
kiasta 3 years ago
heh, thanks pal ;)
reconnetworks 4 years ago
man a lot of ppl are missing out on these great tutorials
jycottonmouth 4 years ago 4
I have alot of requests, but... it is possible yes :)
reconnetworks 4 years ago
good to see that you still make tutorials :D is there any chance that you show us a simple game with opengl or something in the future?
Thakillerrr 4 years ago 4
that would be awesome
lukie999999 4 years ago 3