|
| quote: | Originally posted by Nou
I havnt even looked at C# or .NET that much... I really want to get back into Visual Studio and start learning that stuff again, but work keeps me tied down in PHP and Javascripting and boring logic controls, nothing exciting! |
haha .. i am the total opposite of you .. i do some moderate PHP, but i spend most of my work in Visual Studio .. don't work on .NET much, because i am but a poor student who can't afford expensive software like that .. ..
the job place has got me on Java, so i am pretty content at the moment .. i enjoy Java's flexibility as much as i enjoy Visual Basic's flexibility (if any VB developers know what i mean.. hahahha) ..
| quote: | Originally posted by 3xx3r7
Java eats C++ for breakfast. |
im my opinion, Java has the same amount of advantages over C++ anytime ..
i like Java's exception handling, library management (.jar), portability, and runtime error pickups ..
however, i like C++'s class management, use of user-defined types (struct keyword), kernel use (people may have trouble with this .. i dont know .. i haven't had problems with memory with C++), and pointer references (very complex for others, but i find it useful and cool .. well i am a nerd of course .. )
| quote: | Originally posted by Trancedewd
LOL it doesnt work on other computers? Oh well, i must really suck at programming |
bl60.bpl error??? .. working with borland c++ ?? .. you probably deployed it improperly .. hahaha ... that's the thing i hate with c++ .. in order to copy the .exe, you also sometimes need to copy the object files that is created with the executable ..
|