d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Make Me A Better Programmer - From Step 1
Prev191011121356Next
Add Reply New Topic New Poll
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Aug 2 2012 10:48am
intro class at my college was python. you cover the basic math/function/conditional/loops/strings/arrays then IO/recursion, then some OOP then in the last month you learn some basic data structures (stack/queue/bst), binary search, and basic sorts. the test on Data structures/algorithms is more about applying the algorithms and not coding them.
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Aug 2 2012 01:36pm
ahh.

We never learned about OOP, stack/queue/bst, io/recursion.
Member
Posts: 23,259
Joined: Dec 17 2006
Gold: 18,204.00
Aug 2 2012 02:47pm
Quote (Eep @ Aug 2 2012 02:36pm)
ahh.

We never learned about OOP, stack/queue/bst, io/recursion.


In my CS 1 class we finished the class with one extremely small OOP project so no worries. We made a little house that made everything fit to size with the selected window etc and we made a pong screen saver.

This thread gives me a little hope. I was so worried that my school wasn't teaching me enough for each semester. Maybe they are just like everyone else. I just feel like I have alot to learn seeing as I could have an internship in about a year?
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Aug 2 2012 02:52pm
Quote (PureOwnage2 @ Aug 2 2012 03:47pm)
In my CS 1 class we finished the class with one extremely small OOP project so no worries.  We made a little house that made everything fit to size with the selected window etc and we made a pong screen saver.

This thread gives me a little hope.  I was so worried that my school wasn't teaching me enough for each semester.  Maybe they are just like everyone else.  I just feel like I have alot to learn seeing as I could have an internship in about a year?


prolly a year, year and a half.
Member
Posts: 4,541
Joined: Sep 15 2011
Gold: 10,391.00
Aug 2 2012 03:04pm
unless you've been coding since you were 10, don't expect any good/decent company to hire you on as an intern until maybe your 3rd year. you'll want to have *some* kind of experience before then too - like taking on some kind of undergraduate research project if you have those available in your university.

This post was edited by irimi on Aug 2 2012 03:05pm
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Aug 20 2012 03:15pm
Had my first day of class today.

Are all CS professor nutjobs? Or just the ones at my university? :/

I should have went to WASHU ;/


anyways, even if he is a nutjob, he did explain pointers thoroughly today in a way that I actually understood, unlike the cs1250 prof who was just like LMAO YOU PUT AN ASTERISK AND NOW ITS A POINTER LMAO LMAO

This post was edited by Eep on Aug 20 2012 03:16pm
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Aug 29 2012 02:19pm
pointers in the context of this data structures class are actually pretty cool. But I can see how they get out of hand if you use enough of them....(holy variable names batman)
Member
Posts: 827
Joined: Jan 16 2012
Gold: 0.00
Warn: 10%
Aug 29 2012 02:53pm
I understood pointers better when I studied about piles and stacks, creating sortable lists using push and pop methods.
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Aug 29 2012 02:56pm
Quote (StormHasHe @ Aug 29 2012 03:53pm)
I understood pointers better when I studied about piles and stacks, creating sortable lists using push and pop methods.


first thing he said we would do are linked lists and trees iirc
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Aug 30 2012 02:49am
posted some questions in the c++ forum if anyone can help :/

I really want to learn this stuff

http://forums.d2jsp.org/topic.php?t=64424075&f=122
Go Back To Programming & Development Topic List
Prev191011121356Next
Add Reply New Topic New Poll