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-06
Age : 32
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 : 89517
Join date : 2011-06-06
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 : 20420
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-06
Age : 84
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 10:50 pm; edited 1 time in total
Nishankly- Spicy Curry
- Club Supported :
Posts : 21021
Join date : 2011-06-06
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 : 89517
Join date : 2011-06-06
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-06
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 : 89517
Join date : 2011-06-06
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-06
Age : 30
Re: Interested in Programming
ffs teach me
RealGunner- Admin
- Club Supported :
Posts : 89517
Join date : 2011-06-06
Nishankly- Spicy Curry
- Club Supported :
Posts : 21021
Join date : 2011-06-06
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-06
Age : 32
Re: Interested in Programming
ffs I have Asian blood in me as well.
RealGunner- Admin
- Club Supported :
Posts : 89517
Join date : 2011-06-06
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-06
Page 2 of 2 • 1, 2
Similar topics
» SO how come there are no other team than barca interested in Fab?
» Cuadrado not interested in Juventus
» Schalke interested in Matri
» Zdravko Kuzmanovic
» Juve ‘interested’ in Laursen
» Cuadrado not interested in Juventus
» Schalke interested in Matri
» Zdravko Kuzmanovic
» Juve ‘interested’ in Laursen
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum
Today at 3:28 am by Blue
» Serie A 2024/2025
Today at 2:45 am by futbol_bill
» The Movie House - Part 11
Today at 1:35 am by BarcaLearning
» Sergio Conceicao Sack Watch
Today at 12:56 am by Arquitecto
» Champions League '24/25
Today at 12:55 am by Arquitecto
» Omar Marmoush Ballon d'Or campaign
Yesterday at 10:09 pm by Vibe
» The Official Real Madrid Matchday Thread 24 - 25
Yesterday at 6:10 am by halamadrid2
» La Liga 2024/25
Yesterday at 6:06 am by halamadrid2
» Premier League 2024/25
Yesterday at 12:47 am by BarcaLearning
» Raphinha's Ballon d'Or campaing
Yesterday at 12:46 am by BarcaLearning
» Julian Alvarez Appreciation Thread
Wed Jan 22, 2025 7:30 am by Vibe
» Mikel Arteta Sack Watch
Wed Jan 22, 2025 1:55 am by Arquitecto
» The TV Series Thread - Part 5
Tue Jan 21, 2025 10:41 am by BarcaLearning