Interested in Programming
+12
poolsupporter
zizzle
Spooony
kiranr
spanky
RealGunner
Dutti
urbaNRoots
punkfusion1992
H.A.
TalkingReckless
CBarca
16 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Re: Interested in Programming
Some of them do, some of them don't. Like any other job really.
But, i have noticed that you either immediately take to it or you don't. You will know within a few months, after you start, whether you like it or not.
kiranr- First Team
- Posts : 3496
Join date : 2011-06-06
Re: Interested in Programming
it's hard to recommend a programing language sense it really depends on your goals and targeted users and also platforms you have under your trigger, but also your budget, but if you want a quick start to programing in a generic way and you are willing to spend some well spent money i highly recommend the lynda.com Foundations of Programming: Fundamentals with Simon Allardice
and i can assure you that once you are comfortable with one programming language transitions would be very easy.
and i can assure you that once you are comfortable with one programming language transitions would be very easy.
omis- Prospect
- Club Supported :
Posts : 2
Join date : 2012-05-22
Re: Interested in Programming
for programming, i suggest you start with C#, C++ is kinda outdated but its super important in algorithm programming
if you want to look into app dev, then java, C# and Objective-C are the programming languages used for Android, WP7 and iOS
and most important advice is dont jump into the big stuff without learning the little stuff first
if you want to look into app dev, then java, C# and Objective-C are the programming languages used for Android, WP7 and iOS
and most important advice is dont jump into the big stuff without learning the little stuff first
punkfusion1992- First Team
- Club Supported :
Posts : 1175
Join date : 2011-06-05
Age : 31
Re: Interested in Programming
Long shot but
Has anyone ever done any programming using DirectX 10 or 11? Or Maya/Havok even?
Has anyone ever done any programming using DirectX 10 or 11? Or Maya/Havok even?
RealGunner- Admin
- Club Supported :
Posts : 89513
Join date : 2011-06-05
Re: Interested in Programming
Holy crap, this is old af. I never actually followed through. I did for a bit
Probably going to take a CS course this year tho.
Probably going to take a CS course this year tho.
CBarca- NEVER a Mod
- Club Supported :
Posts : 20401
Join date : 2011-06-17
Age : 28
Re: Interested in Programming
RealGunner wrote:Long shot but
Has anyone ever done any programming using DirectX 10 or 11? Or Maya/Havok even?
Erm... I don't speak chinese but I used Microsoft word once so if you need any pro tips feel free to Message me @ TechGuru3058320958509@Gmail.com
Tomwin Lannister- Ballon d'Or Contender
- Club Supported :
Posts : 26892
Join date : 2011-06-05
Age : 83
Re: Interested in Programming
Hows it going CB?
I started with C++ before uni and then dropped Computers cuz of lack of interest. C++ was pretty easy got straight A without any effort or interest tbh.
I started with C++ before uni and then dropped Computers cuz of lack of interest. C++ was pretty easy got straight A without any effort or interest tbh.
Last edited by Nishy on Sat Aug 30, 2014 2:50 pm; edited 1 time in total
Nishankly- Spicy Curry
- Club Supported :
Posts : 21021
Join date : 2011-06-05
Age : 30
Re: Interested in Programming
Nishy wrote:Hows it going CB?
I started with C++ and then dropped Computers cuz of lack of interest. C++ was pretty easy got straight A without any effort or interest tbh.
wtf is this
really? easy?
RealGunner- Admin
- Club Supported :
Posts : 89513
Join date : 2011-06-05
Re: Interested in Programming
Unless my country's syllabus is shit (Which is a huge possibility). It was really easy. What comes under a basic course of C++ in your country?
Nishankly- Spicy Curry
- Club Supported :
Posts : 21021
Join date : 2011-06-05
Age : 30
Re: Interested in Programming
Not sure about course but in Software Engineering degree we learn nearly everything in c++ from basics to high level programming in the first year.
Things like Sorting algorithms, vectors, STLs, Arrays, Pointers etc in the 1st year
Things like Sorting algorithms, vectors, STLs, Arrays, Pointers etc in the 1st year
RealGunner- Admin
- Club Supported :
Posts : 89513
Join date : 2011-06-05
Re: Interested in Programming
Yeah my first year was basics, Sorting, Arrays, pointers, SQL, Stacks and queues, File handling, functions.
That's about it, Didnt have much trouble bar File handling outputs.
As i said, I just did basic C++.
That's about it, Didnt have much trouble bar File handling outputs.
As i said, I just did basic C++.
Nishankly- Spicy Curry
- Club Supported :
Posts : 21021
Join date : 2011-06-05
Age : 30
Re: Interested in Programming
ffs teach me
RealGunner- Admin
- Club Supported :
Posts : 89513
Join date : 2011-06-05
Nishankly- Spicy Curry
- Club Supported :
Posts : 21021
Join date : 2011-06-05
Age : 30
Re: Interested in Programming
He is indian/asian.... it's easy for us
TalkingReckless- First Team
- Club Supported :
Posts : 4200
Join date : 2011-06-05
Age : 32
Re: Interested in Programming
ffs I have Asian blood in me as well.
RealGunner- Admin
- Club Supported :
Posts : 89513
Join date : 2011-06-05
Re: Interested in Programming
Start with C and use a good reference book that covers everything with it. Most people who learn programing do everything wrong from the start because they don't know what actually happens in the machine. Actually, one needs to do basic assembler programing first but it would too much to ask from a beginner. C is a good compromise. Forget C++ for starters, it's object oriented, outdated and has got lots of stuff that you don't need at the start. You may pick up bad habits that you; d carry around all your life. Learn C properly, solve shitloads of exersices. Once your done, you can move to higher languages Java/C++/C# -> Python/Ruby in that order.
You need one procedural programing language ( C ), one declarative one ( Oracle SQL etc. ), one object oriented one (C++/Java/C#) and one functional one (Scala etc.).
You need experience in all of them to become an expert programer at some point.
You're not there yet, start with the basics and learn how a computing unit works, how a compiler works etc. Unless you don't know that you'll be programing a salad of code that looks pretty but crashes everything for "unknown" reasons. After assembler, C is the most unforgiving language Dig in
You need one procedural programing language ( C ), one declarative one ( Oracle SQL etc. ), one object oriented one (C++/Java/C#) and one functional one (Scala etc.).
You need experience in all of them to become an expert programer at some point.
You're not there yet, start with the basics and learn how a computing unit works, how a compiler works etc. Unless you don't know that you'll be programing a salad of code that looks pretty but crashes everything for "unknown" reasons. After assembler, C is the most unforgiving language Dig in
Babun- Fan Favorite
- Club Supported :
Posts : 7221
Join date : 2011-06-05
Page 2 of 2 • 1, 2
Similar topics
» Schalke interested in Matri
» Zdravko Kuzmanovic
» Juve ‘interested’ in Laursen
» Juve 'not interested in Tevez'
» Juventus interested in Cardozo...
» Zdravko Kuzmanovic
» Juve ‘interested’ in Laursen
» Juve 'not interested in Tevez'
» Juventus interested in Cardozo...
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum
|
|
Yesterday at 9:38 pm by halamadrid2
» Lamine Yamal Hype thread
Yesterday at 8:03 pm by Myesyats
» The Lionel Messi Appreciation Thread & Fan Club IV
Yesterday at 11:28 am by Harmonica
» MLS-thread
Yesterday at 8:50 am by Harmonica
» Rodrygo
Sat Sep 07, 2024 12:39 pm by futbol_bill
» Antony Matheus dos Santos Watch
Sat Sep 07, 2024 11:20 am by the xcx
» Cristiano Ronaldo is the GREATEST OF ALL TIME. Now Sit down and STFU
Fri Sep 06, 2024 1:48 pm by Myesyats
» The Douglas Costa is a Beast and you couldn't see it Thread
Fri Sep 06, 2024 12:19 pm by Warrior
» What exactly is wrong with Argentina?
Fri Sep 06, 2024 7:35 am by Vibe
» Marino: "Juventus is a team of Earl of attack"
Fri Sep 06, 2024 6:02 am by Vibe
» Why is there no talk or rumours regarding Quincy Promes ?
Thu Sep 05, 2024 9:04 pm by halamadrid2
» Goal.com or LOL.com
Thu Sep 05, 2024 3:47 pm by halamadrid2
» GL reads minds
Thu Sep 05, 2024 9:40 am by Vibe