Forum: C Sep 9th, 2006 |
| Replies: 5 Views: 1,709 In a statement like this
void mousebuttonhandler(int button, int state, int x, int y)
{
int counter;
if (button == GLUT_LEFT_BUTTON && state == 0)
counter ++; |
Forum: C++ Sep 26th, 2005 |
| Replies: 3 Views: 2,205 forgot to thank you for that one up there.
Thank You!
-sean |
Forum: C++ Sep 17th, 2005 |
| Replies: 3 Views: 2,205 Ok, I have bben a java programmer for about a year now. I decided to take a C++ class, since i already had java, i didnt have to take the intor course, would have been a waste of time.
Now i... |
Forum: C++ Sep 17th, 2005 |
| Replies: 3 Views: 2,205 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,... |
Forum: IT Professionals' Lounge Apr 5th, 2005 |
| Replies: 21 Views: 31,053 thanks for all the feedback.
However, I have decided to finish my education in computer science.
Thanks |
Forum: Java Mar 9th, 2005 |
| Replies: 13 Views: 15,113 That was from narue, saying that the first line of this:::
"""When the argument is of primitive type, pass-by-value means that the method cannot change its value. When the argument is of reference... |
Forum: Java Mar 8th, 2005 |
| Replies: 13 Views: 15,113 can you delete posts on these forums? |
Forum: Java Mar 8th, 2005 |
| Replies: 13 Views: 15,113 I should have cited this, its from java.sun.com. So i doubt this is incorrect
http://java.sun.com/docs/books/tutorial/java/javaOO/arguments.html
Besides that, I agree with everything else you... |
Forum: Java Mar 8th, 2005 |
| Replies: 13 Views: 15,113 Aye, i understand what you, and the 2nd poster, and the google searches are saying.
I understand its not "pass by reference", instead, the reference is passed by value. I understand trust me. ... |
Forum: Java Mar 8th, 2005 |
| Replies: 13 Views: 15,113 Passing a reference of an object thorugh value is passing by reference.
Thats what passing by reference is in java.
Actually, objects are not really passed at all, and the values are the... |
Forum: Java Mar 8th, 2005 |
| Replies: 10 Views: 8,340 When you say "new language" what do you mean?
What level of a language? A high level language are not as complicated as they are tedious to design, with an effecient workforce. But trying to... |
Forum: Java Mar 8th, 2005 |
| Replies: 13 Views: 15,113 the " int total" can only be passed by value, not reference, like all primivitive types of java, however, if you really wanted to bypass this you could declare "static int total" as a globabl... |
Forum: IT Professionals' Lounge Dec 1st, 2004 |
| Replies: 12 Views: 11,755 All I am saying, if you want to " MASTER " the theory of computing, I would suggest completeing a Doctoral Program in Computer Science or Software Engineering.
At the BS level, you learn an... |
Forum: IT Professionals' Lounge Nov 30th, 2004 |
| Replies: 12 Views: 11,755 Well, these majors all have there place. A person with a CS degree or a Soft. Engineering Degree can BOTH do the same things. The curriculum for both majors are almost identical. MIS and CIS, have... |
Forum: IT Professionals' Lounge Nov 5th, 2004 |
| Replies: 7 Views: 17,874 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,... |
Forum: IT Professionals' Lounge Oct 27th, 2004 |
| Replies: 21 Views: 31,053 |
Forum: IT Professionals' Lounge Oct 27th, 2004 |
| Replies: 12 Views: 11,755 Computer Science
Software Engineering
Computer Engineering
Electronic Engineering
Are all COMPLETELY different majors. They all have some of the same classes though. |
Forum: IT Professionals' Lounge Oct 27th, 2004 |
| Replies: 3 Views: 9,089 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... |
Forum: IT Professionals' Lounge Oct 27th, 2004 |
| Replies: 21 Views: 31,053 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.... |