Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 30th, 2006, 3:30 PM   #11
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 4 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
So you guys are saying take math classes like Calc and trig and alg. I want to know why? Mainly because I don't like math and very boring. Now the problem solving in math I see the reason for that, but having to know all the damn equations, I don't.
PhilBon is offline   Reply With Quote
Old Dec 30th, 2006, 5:32 PM   #12
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3 kruptof is on a distinguished road
Even I who fears the scientific calculator knows that maths and programming and now properly security are coming together like a horse and carriage.
__________________
Quote:
When I was young it seemed that life was so wonderful,a miracle, oh it was beautiful, magical.
Now watch what you say or they'll be calling you a radical,a liberal, oh fanatical, criminal. Oh won't you sign up your name,we'd like to feel you're acceptable, respectable, oh presentable, a vegetable
kruptof is offline   Reply With Quote
Old Dec 31st, 2006, 1:04 AM   #13
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Well, I just received an email from one of the professors and he told me C++ is the language they use for their Computer Science classes. I am kind of happy to know this because always wanted a real reason to learn C++.

And thanks for the replies guys!
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Dec 31st, 2006, 4:30 AM   #14
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
Quote:
Now the problem solving in math I see the reason for that, but having to know all the damn equations, I don't.
for most purposes, "knowing the equation" is a VERY high-school way of doing math. read into my previous line as "for retards only".

YES! the problem solving IS the point. if you KNOW how to solve the problem...fuck the goddamn equation, you should be able to come up with it yourself. yeah, there's some memorization, stuff everyone should know...but don't let that thought process give yourself an excuse to say "math is gay" or some equivalent expression.

even if you never have to use it, wouldn't it at least be helpful to be exposed to it in high school rather than in college? you're going to HAVE to take it. as far as algebra being insignificant...christ, don't get me started.

you don't have to LOVE math, but you're going to have to deal with it...period.

if you discount it's value as a whole, then you're just a straight-up ass.

p.s. this was not intended to be insulting to the poster of the above quote, but merely my thoughts within the relevant context of the discussion. i'm sure the guy i quoted was not taking the extremist view i used as an example.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Dec 31st, 2006, 5:38 PM   #15
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
My dad says don't room with anyone majoring in business or art .
__________________
Perhaps I should have a sticky topic for all of the times I "return" to this forum instead of a new one every time.
Indigno is offline   Reply With Quote
Old Jan 1st, 2007, 9:26 AM   #16
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
About the math. First off, I find the whole way of thinking in programming is similar to that of mathematics. And beyond the fact that algebra is prominent in all programming, the problem solving techniques taught in upper level mathematics can be used in a wide variety of situations, and without that knowledge you will seriously be limiting the field you can go into.
MicDareall is offline   Reply With Quote
Old Jan 1st, 2007, 10:14 AM   #17
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I didn't know there was one way to "think in programming." I find that thinking in ASM, C/C++, Python, and Haskell are all different. That said, tossing mathematics is about the same as chopping off your arms: you might look heroic, but your functionality and utility go down considerably.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jan 2nd, 2007, 12:00 AM   #18
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by DaWei View Post
I didn't know there was one way to "think in programming." I find that thinking in ASM, C/C++, Python, and Haskell are all different. That said, tossing mathematics is about the same as chopping off your arms: you might look heroic, but your functionality and utility go down considerably.
lol. Like I said, " I find" it similar, meaning my opinion, who are you to try and correct someones opinion? This is not something you can back by research and facts, so why would you even attempt to correct me? To me no matter what language I use, if its python and I go through a list with syntax thats similar to the 'human thought process' or use assembly with jump statements, theres a similarity in the overall problem solving aspect to that of mathematics. I.E. taking large problems and breaking them down into smaller more manageable problems and solving them using the mental tools you possess.
MicDareall is offline   Reply With Quote
Old Jan 2nd, 2007, 12:16 AM   #19
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
who are you to try and correct someones opinion?
Me, sonny boy. Just as you're entitled to hold your opinion, I'm entitled to derogate it. Sure, everyone is entitled to hold an opinion. That doesn't make the opinion correct. There are those who still hold that the earth is flat. They're certainly entitled to do so. Decomposing a problem into subproblems isn't "programming thinking", it's solution thinking. When that's done, you slip into the appropriate programming paradigm and implement it. Those paradigms are not equivalent.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jan 2nd, 2007, 12:30 AM   #20
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by DaWei View Post
Me, sonny boy. Just as you're entitled to hold your opinion, I'm entitled to derogate it. Sure, everyone is entitled to hold an opinion. That doesn't make the opinion correct. There are those who still hold that the earth is flat. They're certainly entitled to do so. Decomposing a problem into subproblems isn't "programming thinking", it's solution thinking. When that's done, you slip into the appropriate programming paradigm and implement it. Those paradigms are not equivalent.
(quoted the whole reply just for you.)

lol.
MicDareall is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a notebook for college thechristelegacy Coder's Corner Lounge 12 Oct 18th, 2006 1:19 AM
whats the best college 4 me? crazykid48x Coder's Corner Lounge 9 Sep 22nd, 2005 8:48 PM
college CS bl00dninja Coder's Corner Lounge 18 Aug 30th, 2005 9:10 AM
College level book recomendations/experiences massive-war C++ 18 May 18th, 2005 3:14 AM
got a ? about college Short_Stack Coder's Corner Lounge 6 Apr 27th, 2005 2:51 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:07 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC