Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #61 (permalink)  
Old 02-17-2007, 04:01 PM
JavaGuy147 JavaGuy147 is offline
Newbie
 
Join Date: Feb 2007
Posts: 3
Rep Power: 0
JavaGuy147 is on a distinguished road
Default Joke?

Quote:
Originally Posted by xXHalfSliceXx View Post
Java always seems to work when you get it from a good source... But hey, not everyone can come out with the most stable programs like Windows Vista, that is compatible with everything! :-P

*i almost forgot about this contest*
Is that windows vista thing a joke? because windows sucks lol. U all havta agree.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 02-19-2007, 09:21 AM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 11
Void is on a distinguished road
Default

Quote:
Originally Posted by JavaGuy147 View Post
I 100% agree with the VB statement
I also have to agree.
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 02-22-2007, 01:05 PM
FlyByWire128 FlyByWire128 is offline
Newbie
 
Join Date: Feb 2007
Age: 21
Posts: 16
Rep Power: 7
FlyByWire128 is on a distinguished road
Default

I find java to be really geared towards students (probably why they start you programming with Java). The compliler will pretty much catch most of your stupid mistakes and prevent you from doing something dangerous/stupid to your computer... after all, it is a virtual machine...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 03-03-2007, 03:55 PM
Crane's Avatar   
Crane Crane is offline
Programming Expert
 
Join Date: Nov 2005
Posts: 399
Rep Power: 14
Crane is on a distinguished road
Default

Quote:
Originally Posted by FlyByWire128 View Post
I find java to be really geared towards students (probably why they start you programming with Java). The compliler will pretty much catch most of your stupid mistakes and prevent you from doing something dangerous/stupid to your computer... after all, it is a virtual machine...
I see a lot of "Java" classes and not so many C++ or C# classes. I also still see a lot of cobol/fortran classes. Why??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 03-06-2007, 11:21 AM
icepack's Avatar   
icepack icepack is offline
Programmer
 
Join Date: Jul 2006
Location: North Carolina
Posts: 115
Rep Power: 9
icepack is on a distinguished road
Send a message via AIM to icepack
Default

so far for my degree i've taken just as many java classes as i have c/c++
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #66 (permalink)  
Old 03-07-2007, 01:10 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,433
Last Blog:
Google Web Toolkit
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

Quote:
Originally Posted by icepack View Post
so far for my degree i've taken just as many java classes as i have c/c++
I've yet to take a C++ course in college but I am looking forward to it. I'm currently in my second Java class
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 03-07-2007, 09:14 AM
FlyByWire128 FlyByWire128 is offline
Newbie
 
Join Date: Feb 2007
Age: 21
Posts: 16
Rep Power: 7
FlyByWire128 is on a distinguished road
Default

Quote:
Originally Posted by Sidewinder View Post
I've yet to take a C++ course in college but I am looking forward to it. I'm currently in my second Java class
Yea, most of our classes are in Java here too. Actually, there are a lot of classes that use C/C++, but they don't particularly teach those languages. You're just supposed to use those languages for whatever the programming is necessary, but they don't teach us the language.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 04-11-2007, 01:02 PM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Rep Power: 0
R-G is an unknown quantity at this point
Default

Well, FlyByWire128. I think that Java is not a nice language. I don't say that I basicaly hate, high level programming languages, but Java is really slow. C\C++ is a little bit better (it depends for the compiler).

You can't really write extreme fast binary code in Java.
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 04-11-2007, 01:24 PM
FlyByWire128 FlyByWire128 is offline
Newbie
 
Join Date: Feb 2007
Age: 21
Posts: 16
Rep Power: 7
FlyByWire128 is on a distinguished road
Default

Quote:
Originally Posted by R-G View Post
Well, FlyByWire128. I think that Java is not a nice language. I don't say that I basicaly hate, high level programming languages, but Java is really slow. C\C++ is a little bit better (it depends for the compiler).

You can't really write extreme fast binary code in Java.
I agree, if speed is what you're looking for, Java (or any other high level language) is probably not what you're looking for. I think for the most part, however, that Java is a nice language to learn on, when speed is not a requirement. Asking someone who has never programmed before to start writing assembly code would probably turn a whole lot of people off from programming.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 04-12-2007, 11:15 AM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Rep Power: 0
R-G is an unknown quantity at this point
Default

Quote:
Originally Posted by FlyByWire128 View Post
Asking someone who has never programmed before to start writing assembly code would probably turn a whole lot of people off from programming.
Maybe, you're right. I think that Assembly is not a bad way to learn programming. How ever, I know a lot of people that started to write algorithms in Assembly before going to other high level languages. Its not just the speed of the binary code, but the 'programming power' too.

Java could be a fast language if the compilers would compile the Java code in really nice ASM code (in the step of, 'Assembling ASM code to Object code, and Object code to executable code for the OS' is no problem).

Maybe I will make a project in Artificial Compiler Intelligences.
The compiler will translate high level languages with intelligence in ASM code. So, basicaly if the AI can translate the high lavel language in really nice pure ASM code, than the executable file (wrote in C\C++ for example), could really mess with the originaly Assembly algorithms. So the binary would be equal fast and it would probably take less time to write a complex algorithm in C\C++ than in pure Assembly (I guess, this would be the first such compiler in the wild).

Ofcourse, would the code be open source (maybe, GPL).
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
what is the bast of basic java programming myothant Java Help 7 02-25-2008 05:36 PM
For the novice in visual basic littlefranciscan Visual Basic Programming 2 02-06-2007 09:30 PM
Visual Studio 2005 and Windows Vista Jordan General Programming 3 01-22-2007 04:21 PM
Graphical programming add-in for Visual Basic 6.0 xXHalfSliceXx Visual Basic Programming 10 01-03-2007 08:14 AM
Parallel Port Programming Using Visual Basic kevintcp85 Visual Basic Programming 12 12-06-2006 01:09 PM


All times are GMT -5. The time now is 01:03 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads