PHP to Visual C++?
Moderator: General Moderators
PHP to Visual C++?
Hello, I'm alright with PHP (I understand the syntax very well, it's just I'm too good with remembering the functions). However I do understand OOP and stuff like that. I was wondering how tough/easy it will be to learn visual C++ with a book.
- greenhorn666
- Forum Commoner
- Posts: 87
- Joined: Thu Aug 14, 2003 7:14 am
- Location: Brussels, Belgium
IMHO
IMHO, I would first try to find a book that teaches OOP using C++.
I think you should really understand C++ first (and its OO'tation). There is quite a difference between PHP scripting and coding C (and C++).
Even more that OO in php isn't really what I would call OO (yet!).
I believe you should :
- first try to really understand OO;
- then, apply C++ (and I mean C++!)
- finally, go for that "M$ Visual C++" thing, what ever that might be
I think you should really understand C++ first (and its OO'tation). There is quite a difference between PHP scripting and coding C (and C++).
Even more that OO in php isn't really what I would call OO (yet!).
I believe you should :
- first try to really understand OO;
- then, apply C++ (and I mean C++!)
- finally, go for that "M$ Visual C++" thing, what ever that might be