• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 08:50
CEST 14:50
KST 21:50
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL62Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event21Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
Program: SC2 / XSplit / OBS Scene Switcher The SCII GOAT: A statistical Evaluation Statistics for vetoed/disliked maps Weekly Cups (June 23-29): Reynor in world title form? PiG Sty Festival #5: Playoffs Preview + Groups Recap
Tourneys
RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament WardiTV Mondays FEL Cracov 2025 (July 27) - $8000 live event Korean Starcraft League Week 77
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Player “Jedi” cheat on CSL SC uni coach streams logging into betting site Flash Announces Hiatus From ASL Practice Partners (Official) ASL20 Preliminary Maps
Tourneys
[BSL20] Grand Finals - Sunday 20:00 CET [Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Summer Games Done Quick 2025! Trading/Investing Thread Things Aren’t Peaceful in Palestine
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 625 users

The Big Programming Thread - Page 637

Forum Index > General Forum
Post a Reply
Prev 1 635 636 637 638 639 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
May 29 2015 16:52 GMT
#12721
On May 30 2015 01:31 Hryul wrote:
I have been hired by a consultant company as "junior consultant". This work will mostly consist of delivering code/programs to Banks/insurances etc. They told me most of it will be in a "object oriented language" like C++ or Java.

I'm a physicist and last time I programmed was in C (and Root, but better not speak of that), mostly simulation stuff, but nothing "big"

Since they have already told me that I will require to use multiple languages I'm unsure what I should concentrate on:
C would build foundations and I already have experience with it, the other two are closer to the actual work.

What would you learn and which books would you recommend? (would they be the same if you had just one month?)

PS: I'm absolutely aware that one month isn't enough to make me a programmer.


How the hell do you get recruited for something like that without having the required skills?

Either way, to my knowledge Java is the language of choice in the financial and insurance sector, so I'd start getting comfortable with that... fast. No use starting with C in that situation since you have to program stuff soon, not learn how stuff works.
Hryul
Profile Blog Joined March 2011
Austria2609 Posts
May 29 2015 17:24 GMT
#12722
As far as I'm aware they hired me mostly for my problem solving skill scoming from the physics side of things, not the programming.

thanks for the advice morfildur and spinesheath. now I only need a good Java book.
Countdown to victory: 1 200!
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
May 29 2015 19:10 GMT
#12723
--- Nuked ---
Artesimo
Profile Joined February 2015
Germany546 Posts
May 29 2015 19:12 GMT
#12724
On May 29 2015 11:04 netherh wrote:
So... it's much simpler and clearer to just provide access using a different function than operator[]. And you can name it something more helpful too.


Yeah but once again - prof command, I follow .

Regarding your code, I have a question, what does this exactly do/what it is called so I can lookup how it works/what is does.

Proxy(MatrixElement& element, int x): element(element), x(x) { }

Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
May 29 2015 21:59 GMT
#12725
On May 30 2015 04:10 Nesserev wrote:
Show nested quote +
On May 30 2015 01:31 Hryul wrote:
I have been hired by a consultant company as "junior consultant". This work will mostly consist of delivering code/programs to Banks/insurances etc. They told me most of it will be in a "object oriented language" like C++ or Java.

I'm a physicist and last time I programmed was in C (and Root, but better not speak of that), mostly simulation stuff, but nothing "big"

Since they have already told me that I will require to use multiple languages I'm unsure what I should concentrate on:
C would build foundations and I already have experience with it, the other two are closer to the actual work.

What would you learn and which books would you recommend? (would they be the same if you had just one month?)

PS: I'm absolutely aware that one month isn't enough to make me a programmer.

Less than one month won't get you far; but if you know C++, you will be able to work with any other modern C language, including Java. So, in my opinion, go for C++.

Personally I would recommend 'C++ Primer Plus' by Stephen Prata as an introduction to C++. It covers everything that you need to know to get things done in a very clear way... I also recommend 'The C++ Programming Language' by Stroustrup, BUT I think it's a better option as a second book. It's not very 'noob-friendly'.

Also, two best reference websites for C++ are:
http://www.cplusplus.com/
http://en.cppreference.com/


While I agree on C++ Primer, I recommend the Effective C++ books after you finish reading it.
Cyx.
Profile Joined November 2010
Canada806 Posts
May 30 2015 00:29 GMT
#12726
On May 30 2015 04:12 Artesimo wrote:
Show nested quote +
On May 29 2015 11:04 netherh wrote:
So... it's much simpler and clearer to just provide access using a different function than operator[]. And you can name it something more helpful too.


Yeah but once again - prof command, I follow .

Regarding your code, I have a question, what does this exactly do/what it is called so I can lookup how it works/what is does.

Proxy(MatrixElement& element, int x): element(element), x(x) { }


It's called an initialization list (not to be confused with an initializer list... <3 C++), and all it does is initialize those members to the specified values - so the new Proxy's 'element' member will be set to the 'element' argument, and the 'x' member will be set to the 'x' argument.

The names being the same in both args and members is confusing as hell, but not ambiguous because fuck you that's why 'Names in the expression-list of a mem-initializer are evaluated in the scope of the constructor for which the mem-initializer is specified.' which means this is okay.

Maybe clearer example:

class Proxy {
public:
// This constructor just copies the passed-in 'element' and 'x' into m_element and m_x
Proxy(MatrixElement& element, int x): m_element(element), m_x(x) { }

private:
MatrixElement m_element;
int m_x;
}
Artesimo
Profile Joined February 2015
Germany546 Posts
Last Edited: 2015-06-01 16:10:44
June 01 2015 16:10 GMT
#12727
On May 30 2015 09:29 Cyx. wrote:
It's called an initialization list (not to be confused with an initializer list... <3 C++), and all it does is initialize those members to the specified values - so the new Proxy's 'element' member will be set to the 'element' argument, and the 'x' member will be set to the 'x' argument.

The names being the same in both args and members is confusing as hell, but not ambiguous because fuck you that's why 'Names in the expression-list of a mem-initializer are evaluated in the scope of the constructor for which the mem-initializer is specified.' which means this is okay.

Maybe clearer example:

class Proxy {
public:
// This constructor just copies the passed-in 'element' and 'x' into m_element and m_x
Proxy(MatrixElement& element, int x): m_element(element), m_x(x) { }

private:
MatrixElement m_element;
int m_x;
}


Late response because my RAM decided to die and to give me bluescreens en más. Did you knew that the windows built-in memtest is actually better then memtest86+? I didnt and it was driving me crazy that I was unable to detect the defective module. I was close to assuiming one of the slots was the problem.
Anyway, thanks for your response and kind help, I was able to complete the whole assignment. Despite my prof never checking them, it feels good
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
June 01 2015 20:53 GMT
#12728
On May 30 2015 06:59 darkness wrote:
Show nested quote +
On May 30 2015 04:10 Nesserev wrote:
On May 30 2015 01:31 Hryul wrote:
I have been hired by a consultant company as "junior consultant". This work will mostly consist of delivering code/programs to Banks/insurances etc. They told me most of it will be in a "object oriented language" like C++ or Java.

I'm a physicist and last time I programmed was in C (and Root, but better not speak of that), mostly simulation stuff, but nothing "big"

Since they have already told me that I will require to use multiple languages I'm unsure what I should concentrate on:
C would build foundations and I already have experience with it, the other two are closer to the actual work.

What would you learn and which books would you recommend? (would they be the same if you had just one month?)

PS: I'm absolutely aware that one month isn't enough to make me a programmer.

Less than one month won't get you far; but if you know C++, you will be able to work with any other modern C language, including Java. So, in my opinion, go for C++.

Personally I would recommend 'C++ Primer Plus' by Stephen Prata as an introduction to C++. It covers everything that you need to know to get things done in a very clear way... I also recommend 'The C++ Programming Language' by Stroustrup, BUT I think it's a better option as a second book. It's not very 'noob-friendly'.

Also, two best reference websites for C++ are:
http://www.cplusplus.com/
http://en.cppreference.com/


While I agree on C++ Primer, I recommend the Effective C++ books after you finish reading it.




make sure you get the right primer, there is a useless one out there from different authors.
killa_robot
Profile Joined May 2010
Canada1884 Posts
June 01 2015 21:01 GMT
#12729
On May 30 2015 01:31 Hryul wrote:
I have been hired by a consultant company as "junior consultant". This work will mostly consist of delivering code/programs to Banks/insurances etc. They told me most of it will be in a "object oriented language" like C++ or Java.

I'm a physicist and last time I programmed was in C (and Root, but better not speak of that), mostly simulation stuff, but nothing "big"

Since they have already told me that I will require to use multiple languages I'm unsure what I should concentrate on:
C would build foundations and I already have experience with it, the other two are closer to the actual work.

What would you learn and which books would you recommend? (would they be the same if you had just one month?)

PS: I'm absolutely aware that one month isn't enough to make me a programmer.


Sounds like I need to move to Germany if you don't even need to know how to program to get hired for programming, lol. No offence.
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
June 01 2015 21:45 GMT
#12730
Yeah well, a german university degree in physics or math doesnt come for free, around 50% quit.

Its a bit unusual to make a consultant with that background actually program, though.
You can still come though, some areas of actual programming need more workers, payment in industrial jobs can be high.
Embedded systems, background in electronics, network stuff...

Just dont be a wannabe gamedev, appdev or webpage guy
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
June 03 2015 11:06 GMT
#12731
On June 02 2015 06:45 LaNague wrote:
Just dont be a wannabe gamedev, appdev or webpage guy


Techniacally, you can be a webpage guy but make sure you get into SaaS instead of your normal web pages.
Time is precious. Waste it wisely.
zatic
Profile Blog Joined September 2007
Zurich15325 Posts
June 03 2015 13:09 GMT
#12732
Plenty of physics graduates working as programmers where I am. Although I don't know anyone who got through university without doing at least some, mostly in Python though.
ModeratorI know Teamliquid is known as a massive building
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
June 03 2015 21:15 GMT
#12733
So what makes physicists go to computer science/programming? Is the professional field for physicists not well supported?
Hryul
Profile Blog Joined March 2011
Austria2609 Posts
June 03 2015 22:45 GMT
#12734
physicists are no engineers and at least during my search for a job I often thought: I could do/learn that but I bet they want a technical physicist or similar.

btw: thanks to all the others for the advice
Countdown to victory: 1 200!
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
June 04 2015 02:22 GMT
#12735
On June 04 2015 06:15 darkness wrote:
So what makes physicists go to computer science/programming? Is the professional field for physicists not well supported?



pretty much need phd to do anything that really uses physics knowledge, just as in chemistry and biology.
Math is probably even worse.


University level physics has the most classes on calculating things than any other subject, including math, so often they are hired in businesses where you have to calculate complex things. Banks etc.

What he was hired for is normally attributed to math university graduents, the ability of creative problem solving, logic reasoning and abstraction, which math requires a lot of for proof construction etc.



What is weird is that he is now actually programming things, maybe the company is just weird :p
Hryul
Profile Blog Joined March 2011
Austria2609 Posts
June 04 2015 12:40 GMT
#12736
Some things for clarification: I wrote my master's thesis on QFT and my minor was mostly math. So I feel very much qualified on the math side of things.

And I'm not sure how much programming I will have to do, it's just that they asked for it in the interview and I said: I'm willing to do that.
So atm I'm just preparing the best I can. (which takes away on the programming side, b/c the financial book they recommended also has 700 pages.)
Countdown to victory: 1 200!
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
June 04 2015 13:05 GMT
#12737
Well, if it'll cheer you up, here's a bit of a rough breakdown on employee education at the company I work at:

16 developers
6 have CS/IT education of varying levels
2 have degree in humanities (myself included, studied philosophy, history and settled on bachelor's degree in sociology after which I've lost my will to attend university any more since it was a waste of time)

The rest have no higher education (finished either highschool or its technical equivalent).
Time is precious. Waste it wisely.
killa_robot
Profile Joined May 2010
Canada1884 Posts
June 04 2015 14:21 GMT
#12738
On June 04 2015 22:05 Manit0u wrote:
Well, if it'll cheer you up, here's a bit of a rough breakdown on employee education at the company I work at:

16 developers
6 have CS/IT education of varying levels
2 have degree in humanities (myself included, studied philosophy, history and settled on bachelor's degree in sociology after which I've lost my will to attend university any more since it was a waste of time)

The rest have no higher education (finished either highschool or its technical equivalent).


That's not so bad really. No higher education doesn't mean they have no experience in programming. Lots of people do it in their spare time after all.

Unless you mean to tell me most of these were people without experience in programming as well.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2015-06-05 00:16:31
June 05 2015 00:14 GMT
#12739
On June 04 2015 11:22 LaNague wrote:
Show nested quote +
On June 04 2015 06:15 darkness wrote:
So what makes physicists go to computer science/programming? Is the professional field for physicists not well supported?



pretty much need phd to do anything that really uses physics knowledge, just as in chemistry and biology.
Math is probably even worse.


University level physics has the most classes on calculating things than any other subject, including math, so often they are hired in businesses where you have to calculate complex things. Banks etc.

What he was hired for is normally attributed to math university graduents, the ability of creative problem solving, logic reasoning and abstraction, which math requires a lot of for proof construction etc.



What is weird is that he is now actually programming things, maybe the company is just weird :p


I'd love to beef up my maths skills as a software development/computer science graduate just to have an extra edge against competition. Any recommendation where to start from or topics?

Edit: I'm working as a software engineer but I'm not planning to go maths full time. Just learning some more maths as a hobby.
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
June 05 2015 00:22 GMT
#12740
On June 05 2015 09:14 darkness wrote:
Show nested quote +
On June 04 2015 11:22 LaNague wrote:
On June 04 2015 06:15 darkness wrote:
So what makes physicists go to computer science/programming? Is the professional field for physicists not well supported?



pretty much need phd to do anything that really uses physics knowledge, just as in chemistry and biology.
Math is probably even worse.


University level physics has the most classes on calculating things than any other subject, including math, so often they are hired in businesses where you have to calculate complex things. Banks etc.

What he was hired for is normally attributed to math university graduents, the ability of creative problem solving, logic reasoning and abstraction, which math requires a lot of for proof construction etc.



What is weird is that he is now actually programming things, maybe the company is just weird :p


I'd love to beef up my maths skills as a software development/computer science graduate just to have an extra edge against competition. Any recommendation where to start from or topics?

Edit: I'm working as a software engineer but I'm not planning to go maths full time. Just learning some more maths as a hobby.




university math is extremely against human nature, in my oppinion you need a person explaining the concepts and assisting people and most importantly constantly correcting mistakes in proofs.

There is probably a standard book collection for any language, might try one of those, but might not work out.
Prev 1 635 636 637 638 639 1031 Next
Please log in or register to reply.
Live Events Refresh
WardiTV European League
12:00
Swiss Groups Day 2
WardiTV744
TKL 431
Liquipedia
FEL
12:00
Cracov 2025: Qualifier #2
IndyStarCraft 310
CranKy Ducklings79
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
TKL 431
IndyStarCraft 310
Rex 119
MindelVK 39
StarCraft: Brood War
Sea 11032
Calm 9514
Rain 7180
Bisu 2849
Horang2 2292
Hyuk 1365
Jaedong 1317
Shuttle 516
Rush 430
EffOrt 300
[ Show more ]
Stork 282
Leta 270
Last 240
PianO 210
Mini 206
ToSsGirL 156
Hyun 140
ZerO 95
Movie 79
hero 55
TY 53
Sea.KH 41
JYJ40
Killer 35
JulyZerg 29
ajuk12(nOOB) 22
HiyA 20
GoRush 19
Free 19
zelot 19
Terrorterran 18
Sacsri 17
Barracks 16
Icarus 6
ivOry 2
Stormgate
NightEnD21
Dota 2
qojqva3057
XcaliburYe452
canceldota102
League of Legends
singsing2904
Counter-Strike
x6flipin739
zeus453
Heroes of the Storm
Khaldor315
Other Games
Gorgc2822
B2W.Neo1375
DeMusliM540
Happy390
Fuzer 389
crisheroes369
Pyrionflax337
XaKoH 263
Hui .243
RotterdaM147
ArmadaUGS70
KnowMe60
ZerO(Twitch)17
Organizations
StarCraft: Brood War
CasterMuse 25
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• StrangeGG 38
• iHatsuTV 6
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV749
• Ler42
Upcoming Events
BSL: ProLeague
5h 10m
Dewalt vs Bonyth
Replay Cast
1d 11h
Sparkling Tuna Cup
1d 21h
WardiTV European League
2 days
The PondCast
2 days
Replay Cast
3 days
RSL Revival
3 days
ByuN vs SHIN
Clem vs Reynor
Replay Cast
4 days
RSL Revival
4 days
Classic vs Cure
FEL
5 days
[ Show More ]
RSL Revival
5 days
FEL
5 days
FEL
6 days
Sparkling Tuna Cup
6 days
RSL Revival
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.