Support Forums
Question for people that know more than one programming language. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Life Support (https://www.supportforums.net/forumdisplay.php?fid=12)
+---- Forum: Omni's Secret Hidden Inside Tricks (https://www.supportforums.net/forumdisplay.php?fid=13)
+---- Thread: Question for people that know more than one programming language. (/showthread.php?tid=2627)



Question for people that know more than one programming language. - nevets04 - 11-06-2009

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


RE: Question for people that know more than one programming language. - Gaijin - 11-06-2009

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.


RE: Question for people that know more than one programming language. - manipulate - 11-07-2009

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.


RE: Question for people that know more than one programming language. - Grizzly - 11-08-2009

As with iintens, I tried doing PHPish thingsg in C++ and raged when the program wouldn't compile.