• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 23:33
CET 05:33
KST 13:33
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
[BSL21] Ro.16 Group Stage (C->B->A->D)1Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win2RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2[TLMC] Fall/Winter 2025 Ladder Map Rotation14
StarCraft 2
General
When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win SC: Evo Complete - Ranked Ladder OPEN ALPHA Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge RSL Season 3: RO16 results & RO8 bracket
Tourneys
Tenacious Turtle Tussle RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly) Constellation Cup - Main Event - Stellar Fest
Strategy
Ride the Waves in Surf City: Why Surfing Lessons H
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
Which season is the best in ASL? FlaSh on: Biggest Problem With SnOw's Playstyle soO on: FanTaSy's Potential Return to StarCraft Data analysis on 70 million replays 2v2 maps which are SC2 style with teams together?
Tourneys
[BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [Megathread] Daily Proleagues [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Nintendo Switch Thread Path of Exile Clair Obscur - Expedition 33
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
Mafia Game Mode Feedback/Ideas
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread Artificial Intelligence Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
The Health Impact of Joining…
TrAiDoS
Dyadica Evangelium — Chapt…
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2489 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
Germany564 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
Germany564 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
Poland17469 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
Zurich15355 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
Poland17469 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
PiGosaur Cup
01:00
#59
SteadfastSC297
CranKy Ducklings147
EnkiAlexander 60
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SteadfastSC 297
RuFF_SC2 163
StarCraft: Brood War
Britney 9435
Artosis 625
Snow 60
Soulkey 58
Noble 44
Sharp 22
Icarus 6
Dota 2
monkeys_forever467
League of Legends
JimRising 790
Counter-Strike
Coldzera 1969
Other Games
summit1g7889
C9.Mang0342
ViBE176
WinterStarcraft132
Trikslyr60
Organizations
Other Games
gamesdonequick1048
Dota 2
PGL Dota 2 - Main Stream266
StarCraft: Brood War
UltimateBattle 10
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Hupsaiya 77
• Kozan
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• IndyKCrew
StarCraft: Brood War
• Azhi_Dahaki27
• RayReign 9
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Rush1099
• Lourlo514
• Stunt321
Other Games
• Scarra2057
Upcoming Events
Replay Cast
4h 27m
Wardi Open
7h 27m
OSC
8h 27m
Tenacious Turtle Tussle
19h 27m
The PondCast
1d 5h
Replay Cast
1d 18h
OSC
2 days
LAN Event
2 days
Replay Cast
2 days
Replay Cast
3 days
[ Show More ]
WardiTV Korean Royale
3 days
Sparkling Tuna Cup
4 days
WardiTV Korean Royale
4 days
Replay Cast
4 days
Wardi Open
5 days
Monday Night Weeklies
5 days
Replay Cast
5 days
Wardi Open
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
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.