Support Forums

Full Version: Question for people that know more than one programming language.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do you ever mix up 2 languages? For example, Lets say you know Java and C++. Do you ever accidently use Java fuctions when making a program in C++?
I think this should be in the lounge.
On topic
No not really, I think on the language I'm working with, unless I work on Ajax, uhhm errors happen when you write PHP and JavaScript at the same time.
I do it with PHP and Perl, although sometimes it's okay as they do share a lot of the same functions, when I started learning C++ I got ahead of myself (Trying to use Perl/PHP-ish things in C++) and that's when it got confusing.
As with iintens, I tried doing PHPish thingsg in C++ and raged when the program wouldn't compile.