• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:38
CEST 12:38
KST 19:38
  • 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
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence2Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups1WardiTV TL Team Map Contest #5 Tournaments0SC4ALL $6,000 Open LAN in Philadelphia7Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
Weekly Cups (Sept 8-14): herO & MaxPax split cups {༒.$oporte.$> Client༒ airfrance argentina telefono SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series WardiTV TL Team Map Contest #5 Tournaments Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
Cómo comunicarte fácil con Copa airlines guatemala ASL20 General Discussion Playing StarCraft as 2 people on the same network [ASL20] Ro16 Preview Pt2: Turbulence Pros React To: SoulKey's 5-Peat Challenge
Tourneys
[ASL20] Ro16 Group C [ASL20] Ro16 Group B [IPSL] ISPL Season 1 Winter Qualis and Info! Is there English video for group selection for ASL
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Borderlands 3 Nintendo Switch Thread Path of Exile General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
Community
General
US Politics Mega-thread ¿Como telefono American airlines santo domingo? Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1490 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
Poland17341 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
Zurich15345 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
Poland17341 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
Afreeca Starleague
10:00
Ro16 Group C
Snow vs Sharp
Jaedong vs Mini
Afreeca ASL 13091
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech82
Rex 9
StarCraft: Brood War
Calm 9220
Bisu 4606
Rain 3865
Flash 3269
Sea 1940
BeSt 1225
EffOrt 653
Hyun 574
actioN 519
Stork 336
[ Show more ]
Zeus 280
Hyuk 220
firebathero 203
Nal_rA 188
Soulkey 130
ggaemo 110
Mind 91
Rush 75
Dewaltoss 69
Mong 62
Liquid`Ret 61
Aegong 58
ZerO 57
JYJ52
PianO 49
Movie 36
yabsab 24
sSak 22
Noble 17
Bale 13
SilentControl 11
Terrorterran 10
Sacsri 8
Hm[arnc] 6
Dota 2
BananaSlamJamma265
singsing62
League of Legends
JimRising 422
Counter-Strike
olofmeister1264
shoxiejesuss428
x6flipin347
Other Games
Happy300
crisheroes275
XaKoH 185
NeuroSwarm48
Mew2King44
Organizations
StarCraft: Brood War
UltimateBattle 334
lovetv 5
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 11 non-featured ]
StarCraft 2
• LUISG 51
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Upcoming Events
Wardi Open
23m
Monday Night Weeklies
5h 23m
OSC
13h 23m
Sparkling Tuna Cup
23h 23m
Afreeca Starleague
23h 23m
Light vs Speed
Larva vs Soma
PiGosaur Monday
1d 13h
LiuLi Cup
2 days
RSL Revival
2 days
Maru vs Reynor
Cure vs TriGGeR
The PondCast
3 days
RSL Revival
3 days
Zoun vs Classic
[ Show More ]
Korean StarCraft League
4 days
RSL Revival
4 days
[BSL 2025] Weekly
5 days
BSL Team Wars
5 days
RSL Revival
5 days
Online Event
6 days
Liquipedia Results

Completed

BSL 20 Team Wars
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
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

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Constellation Cup
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
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.