Mens Tennis Forums banner

Programmers/Hackers Thread

650 views 9 replies 6 participants last post by  superslam77 
#1 ·
Hi, any programmers and/or hackers in here? I'm thinking of having our own chat thread in here, hopefully a few people shows up to keep this thread going.

I'm so busy in college so I won't have time to make this OP epic.

Anyways, I hope there's a few of you in here :hug:
 
#3 ·
Oh hey! (Sorry Slasher I forgot your name).

How hard is OOP with C++, and what is the easiest way to learn it? I'm also thinking of making my own app/game for mobiles and tablets. Where do I begin? I'm thinking specific Windows/Windows Phone as platform.

Nice to see that there's one that showed up! :sobbing:

Btw, I have basic C knowledge, basic scripting in Python, and that's it.
 
#4 ·
I could recommend MFC for C++ with Windows based platforms. All you need to learn is C++ of course. How to define/use classes. Pretty much similar to how structs are defined, yet you must be careful of public/private assignation and use of advanced OOP methods like virtualization for instance. But I would start with MFC because it offers a few advantages, and is non-managed at the same time, so that code runs faster.
 
#6 ·
I'm a l33t h4x0r
 
#8 ·
I've messed around with Blender and Alice.

Props to any programmers out there. You have to be pretty dedicated to your art.

Also C++ is pretty hard from what I have heard.
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top