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 7
c++ x 3
c x 1
Member Avatar for Squires

I am pretty proficient in C++ and Java. I know that most progrmas could be written in either language. My question for those of you who have been out there for a while, do companies tend to use one programming language for certain types of programs? For example, is C++ …

Member Avatar for surojit das
1
274
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
803
Member Avatar for Ghost

Hi: I was wondering if anybody knew anything about creating your own programming language. Thanx

Member Avatar for zack999
0
152
Member Avatar for jvalentin

Hello everyone.. I am from Puerto Rico... I'm 18 years old... and I have some kind of a doubt, I'm about to enter to college, and I'm having a terrible doubt in wich major I should be going... It's a Computer Science vs Computerr Engineering (Software Engineering) kind of a …

Member Avatar for sit_lawrence
2
437
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
117
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
165
Member Avatar for nobody2ph

hi, im just in highschool and in 2 years ill be living in the US to study there. so i was wondering what is the best game development college in LA? or what choices do i have? what skill does it take?

Member Avatar for nobody2ph
0
214
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
583