Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags
java x 8
c++ x 4
c x 1

8 Posted Topics

Member Avatar for Squires

[QUOTE]JAVA is interpreted, and that means slow down when running through the libraries.[/QUOTE] Just to let you know, thats not true. Java is actually quicker than C++, since libraries are determined before its compiled. So once compiled, the library is carried with the program, unlike C, which has to determine …

Member Avatar for surojit das
1
277
Member Avatar for smagee12

Hello, I am new to these forums. My name is Sean. I am currently getting my CIS degree at Tulane University here in New Orleans. . I want to program, especially object oriented programming. The CIS degree at my college has two paths you can take. One is the "traditional …

Member Avatar for jephthah
0
862
Member Avatar for Ghost

[QUOTE=jwenting]Sure it would be a good start, but as he wants to make a new language it's not what he's looking for :) Maybe he should look at Jython instead when looking at a language implementation in Java, which is a port of the Python compiler to Java (and they're …

Member Avatar for zack999
0
159
Member Avatar for jvalentin

Computer Science Software Engineering Computer Engineering Electronic Engineering Are all COMPLETELY different majors. They all have some of the same classes though.

Member Avatar for sit_lawrence
2
481
Member Avatar for smagee12

In a statement like this [code] void mousebuttonhandler(int button, int state, int x, int y) { int counter; if (button == GLUT_LEFT_BUTTON && state == 0) counter ++; printf("Mouse button event, button=%d, state=%d, x=%d, y=%d\n, ", button, state, x, y); glutPostRedisplay(); } [/code] It appears that im trying to count …

Member Avatar for ~s.o.s~
1
121
Member Avatar for smagee12

Hello, i am just starting to learn c++. Ane hints or tips would be appreciated. I have a text file that looks something like this 2 fred hind 6 julie frie Now, i need to take that number, set it to an element of the array, then store the name …

Member Avatar for smagee12
0
169
Member Avatar for nobody2ph

Not in LA, but in Louisiana! Tulane is rated the one of the best colleges in the country. Their curriculum is this right here: B.S. COMPUTER SCIENCE CURRICULUM Game Development Concentration Freshman Year Fall Software Design and Programming, CPSC 101 (4) Calculus I, MATH 121 (4) Introduction to Engineering and …

Member Avatar for nobody2ph
0
216
Member Avatar for SyLk

>can someone explain to me how i can pass the array "test" and the int "total" back to the main by reference. public static void CalculateAverage() throws IOException { int[] test=new int[7]; int count; int total=0; for (count = 0;count < 5; count++) { test[count] = Integer.parseInt(tokenizer.nextToken()); total = test[count] …

Member Avatar for Narue
0
584

The End.