
Originally Posted by
mert85
Good job dude waiting for new because its not works for me
Try getting .NET 4.0 if you don't have it! (:

Originally Posted by
berserker2
Ok...I'm going to try this ;-) hopefully it works...I'l let you know what my experience was If I've used it...by the way 1 small question: I really want to learn how to make programs like this myself! But I don't know any c++...:-( . All I can make are programs for graphical calculators...which is a bit similar to java...So how can I get to learn c++?
-Should I learn java first?
-Did u learn all this from urself when u were 13? Or did you use a manual? And If u used one, could you tell me which one?:-)
Thanks alot already..!

---------- Post added at 06:24 PM ---------- Previous post was at 06:01 PM ----------
mmm...my framework gives an error...I can't use this app

Awh I'm sorry ): You need at least 4.0!
but okay, with trying to learn c++, I suggest that you do what I do: try to learn from practice. I am currently learning as well, and I went through every single tutorial on this page, from start to finish:
http://www.youtube.com/playlist?list...3&feature=plcp
But to truly learn, I'm trying to do c++ the same way that I learned VB.NET. What I would do is look at websites and search the internet for other people's source codes, and try to learn from them.
Then after that, I decided to take a new approach. I would brainstorm a problem that I want to solve like: "Hmmm, I want to make a program that will control someone's mouse"...
I had absolutely no idea how to do this, so I would use my best friend Google. Since I had a basic understanding of the language already, I knew how to structure my program, but I would occasionally have no idea what to do. I would think "How the hell do I actually move their mouse around with the program" or "How the hell do I save an Array to a file".
When I came up with things like those that I didn't know how to do, I would Google how to do those specific little things. For example, the Function that I needed to move the mouse. Then again for the Function that I need to save an Array to a file. Etc, etc. Eventually, I figured it all out step by step as I wrote the program. And that is how I learned the language.
It seemed to have worked rather well for me.
Thanks so much for reading all of that and commenting! It means so much to me (: