• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 16:08
CET 22:08
KST 06:08
  • 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
ByuL: The Forgotten Master of ZvT28Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0247LiuLi Cup: 2025 Grand Finals (Feb 10-16)46Weekly Cups (Feb 2-8): Classic, Solar, MaxPax win2
StarCraft 2
General
Terran AddOns placement How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Nexon's StarCraft game could be FPS, led by UMS maker ByuL: The Forgotten Master of ZvT Oliveira Would Have Returned If EWC Continued
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April The Dave Testa Open #11
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
Mutation # 514 Ulnar New Year The PondCast: SC2 News & Results Mutation # 513 Attrition Warfare Mutation # 512 Overclocked
Brood War
General
TvZ is the most complete match up Soma Explains: JD's Unrelenting Aggro vs FlaSh BW General Discussion CasterMuse Youtube ACS replaced by "ASL Season Open" - Starts 21/02
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 Escore Tournament StarCraft Season 1 [LIVE] [S:21] ASL Season Open Day 1
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Battle Aces/David Kim RTS Megathread Nintendo Switch Thread Path of Exile Beyond All Reason New broswer game : STG-World
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
UK Politics Mega-thread US Politics Mega-thread YouTube Thread Mexico's Drug War Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club The herO Fan Club!
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
YOUTUBE VIDEO
XenOsky
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Inside the Communication of …
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1822 users

The Big Programming Thread - Page 637

Forum Index > General Forum
Post a Reply
Prev 1 635 636 637 638 639 1032 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
Germany567 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
Germany567 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
Poland17673 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
Zurich15362 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
Poland17673 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 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 5h 52m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 462
ProTech146
UpATreeSC 88
goblin 35
EmSc Tv 23
StarCraft: Brood War
Britney 22220
ggaemo 89
NaDa 14
League of Legends
JimRising 0
Counter-Strike
pashabiceps3607
fl0m1797
Fnx 1594
Other Games
summit1g6538
Grubby3082
B2W.Neo783
Beastyqt649
byalli393
shahzam274
RotterdaM224
C9.Mang0209
Liquid`Hasu164
KnowMe149
ArmadaUGS116
ToD96
Trikslyr54
ViBE45
ZombieGrub36
Organizations
Counter-Strike
PGL219
StarCraft 2
EmSc Tv 23
EmSc2Tv 23
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota2517
• lizZardDota274
League of Legends
• TFBlade1245
Other Games
• imaqtpie901
• Shiphtur180
Upcoming Events
Korean StarCraft League
5h 52m
PiG Sty Festival
11h 52m
Reynor vs Clem
ShowTime vs SHIN
CranKy Ducklings
12h 52m
OSC
13h 52m
SC Evo Complete
16h 22m
DaveTesta Events
21h 7m
AI Arena Tournament
22h 52m
Replay Cast
1d 2h
PiG Sty Festival
1d 11h
Maru vs TBD
Sparkling Tuna Cup
1d 12h
[ Show More ]
uThermal 2v2 Circuit
1d 17h
Replay Cast
2 days
Wardi Open
2 days
Monday Night Weeklies
2 days
Replay Cast
3 days
Replay Cast
4 days
Replay Cast
5 days
The PondCast
5 days
KCM Race Survival
5 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-02-26
LiuLi Cup: 2025 Grand Finals
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Acropolis #4 - TS5
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
PiG Sty Festival 7.0
Nations Cup 2026
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

[S:21] ASL SEASON OPEN 2nd Round
[S:21] ASL SEASON OPEN 2nd Round Qualifier
ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
FISSURE Playground #3
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
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 © 2026 TLnet. All Rights Reserved.