C++, Java, SQL and Oracle

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
Hmmm, do you think it is possible to become highly proficent in these languages by april or may?

edit: Remember kids! In Russia, programming languages learn you!
 

krwell

Senior member
Feb 11, 2001
454
0
0
Yes if you already know how to program then its possible. When you say Oracle language do you mean PL/SQL or just the database?
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
Originally posted by: Gr1mL0cK
You really ought ot get out more NuclearFusion. ;)

I need to be able to program in these languages well by summer. It's gonna be a looonnngg year ;)
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
Originally posted by: pillage2001
Originally posted by: NuclearFusi0n
Originally posted by: Gr1mL0cK
You really ought ot get out more NuclearFusion. ;)

I need to be able to program in these languages well by summer. It's gonna be a looonnngg year ;)

Why so?? :)
a. personal goal mainly
b. summer = sh|tloads of free time
c. omg 1337 interships with teh 1337ness that is computer science :D
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
Originally posted by: NuclearFusi0n
Originally posted by: pillage2001
Originally posted by: NuclearFusi0n
Originally posted by: Gr1mL0cK
You really ought ot get out more NuclearFusion. ;)

I need to be able to program in these languages well by summer. It's gonna be a looonnngg year ;)

Why so?? :)
a. personal goal mainly
b. summer = sh|tloads of free time
c. omg 1337 interships with teh 1337ness that is computer science :D

You really need to go out more. :)
 

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
Originally posted by: pillage2001
Originally posted by: NuclearFusi0n
Originally posted by: pillage2001
Originally posted by: NuclearFusi0n
Originally posted by: Gr1mL0cK
You really ought ot get out more NuclearFusion. ;)

I need to be able to program in these languages well by summer. It's gonna be a looonnngg year ;)

Why so?? :)
a. personal goal mainly
b. summer = sh|tloads of free time
c. omg 1337 interships with teh 1337ness that is computer science :D

You really need to go out more. :)
don't worry about it, i do ;)

 

singh

Golden Member
Jul 5, 2001
1,449
0
0
C++ will take a couple of years, though it may take more time depending on your learning capabilities. Dunno about JAVA.
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
Originally posted by: NuclearFusi0n
what are the best books for self teaching? or is google my friend?

Deinitely. You could look up on example codesand expand on them.
 

Beattie

Golden Member
Sep 6, 2001
1,774
0
0
You can learn each language in about a day. There isnt THAT much to the syntax. like 20 keywords (and most of them are the same) and maybe 5 difference constructs (for, while, if, switch ... ) and they are all the same. The hard part comes with the learning what types of logic work and which ones dont. That just takes experience. write lots of programs, and get used to different libraries like threads and graphical libs that way you will be ready for anything.



 

whiteboyatcal

Member
Jul 1, 2002
155
0
0
Originally posted by: Beattie
You can learn each language in about a day. There isnt THAT much to the syntax. like 20 keywords (and most of them are the same) and maybe 5 difference constructs (for, while, if, switch ... ) and they are all the same. The hard part comes with the learning what types of logic work and which ones dont. That just takes experience. write lots of programs, and get used to different libraries like threads and graphical libs that way you will be ready for anything.

I agree completely. Also, check out anything written by Brian Kernighan. That guy writes the best stuff about C/UNIX programming/algorithms in general. He's one of the OG guys of computer science that still works at Bell Labs.
 

BeauJangles

Lifer
Aug 26, 2001
13,941
1
0
I would say it is REALLY possible for you to become highly proficient in those languages by summer. I know a ton of Java and am pretty decent with C++ and the one thing I find is it's really really hard for me to switch back and forth. They are so close in terms of syntax, but the few differences are huge, and usually I spend lots of time fixing C++ style code that I wrote in a Java app or vice-versa.

Good luck! :)