Added: 4 years ago
From: reconnetworks
Views: 80,304
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (99)

Sign In or Sign Up now to post a comment!
  • @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

  • HELLO WIREX

  • Is this guy Canadian, notice the about?

  • @EJBactionstar I don't know, what 'aboot' it?

  • very good

    

  • 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

  • 0:20 your canadian!!!!!

  • How do you make GUI Apps using plain C++ ?? Rather than console all the time, without using somebody elses prebuilt TK??

  • hey thanks alot for this tutorial is to informative im uploadind that on my site that my friends can also watch keep it up..

  • its hard.... i dont get it... how to do everything? you didnt explain much... and you are too fast...

  • best tuts ever for c++

  • can you change the number of the hex code?

  • I am Sun Java Certified, though I always hated Java and still do. C/C++ are for real programmers and I love them.

  • is this dev c++

  • yes he said that in vid 1

  • I love how you say 'about', its adorable.

  • @BufferOverflowAttack gayyyyyyy

  • ya and he isn't even creating any more content.

  • 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

    I'm using the Visual C++ and I didn't have a problem.

  • 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?

  • 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

  • Thanks for reply, but I have given up C++ and started with Java so I will not test it out :P

  • @YourAppleTechHelp

    Java? JAVA?! FUCK JAVA, MAN, C++ IS FOR REAL MEN!

  • angry?

    Java is great :) I have just created my first app (real app) and it works great ;)

  • @YourAppleTechHelp

    Man, fuck Java. Java is scripting. C++ is programming.

  • @Lemoncode

    Actually Java IS programming. Javascript is a different language entirely. Having said that, I totally agree. Fuck Java.

  • @Lemoncode wrong

    Javascript is scripting

    learn yer' stuff youngin

  • @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.

  • 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
  • i love your tutorials, you put it so that its not too confusing

  • chat

  • Do you know how to make connection software? example: chat

  • WinSock

    Look it up :)

  • yeah

  • Thats way above and beyond this. I say, start basic.

  • this is a vwey good program!!! I love c++, i dont care if its borland, visual, dev... :) (L)

  • Comment removed

  • 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

  • Don't use Microsoft Visual Studio. It's great for testing, but when it comes to compiling, use Dev-C++.

  • you mean pointers are variables that have adresses like C:/Documents and Settings/...,

    or some thing else

  • 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. :)

  • thank you, now i can full screen this instead of using intturupts

  • does anyone understand functions fully? or know of a place that explains it?

  • These are nice little tutorials BTW. A nice little refresher and it's nice to see the slight similarities to them.

  • New website is reconnetworks&#45++;net&#46++;­forum

  • 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.

  • i cant understand canadian?

    aboot means what? hello world?

  • LOLZ

  • ROFL

  • YOU ARE.

  • what about exteream virtual functions !!

  • New website is reconnetworks.net/foru­m

    See you there, Icemens =)

  • THIS IS NOT SPAM: reconnetworks has moved to (reconnetworks (dot) net/forum) if you click on his website you will not get a forum

  • :) Great!

  • 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!

  • NO WAY IVE NEVER SEEN THAT BEFORE

  • braaap

  • Nobody uses Macs.

    This only a tutorial, you do realize that you and others can make modifications to this program?

  • 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.

  • dude screw mac dont get pissed because the whole world uses windows.

  • 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:

  • 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

  • You need to #include

    "windows.h"

  • ......did you do it right? Try a different compiler? Just saying different things, I really can't help you.

  • are you canadian awsome!!!!!!

  • 1:42: AVG for the win, dude. ;)

  • 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

  • I agree... :D

  • 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\t­xt.exe")

    the

  • 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

  • stfu

  • smpptspm

  • man u are awesome ur tutorials are really easy to foolow sometimes a bit fast for me but o well. YOU ROCK!!!!!!

  • Rofl i got my Avg pop up at the same time :)

  • 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...

  • 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?

  • mac you are so cool =)

  • thanks pal :), not really tough, but can be at times if I make a mistake :p

  • 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. ^^

  • I saw you are using AVG... :) keep it up man...

  • heh, thanks pal ;)

  • man a lot of ppl are missing out on these great tutorials

  • I have alot of requests, but... it is possible yes :)

  • 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?

  • that would be awesome

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more