Click here to Skip to main content
15,901,853 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
Joe Woodbury9-Jul-18 6:06
professionalJoe Woodbury9-Jul-18 6:06 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
KBZX50009-Jul-18 23:43
KBZX50009-Jul-18 23:43 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
kordaff9-Jul-18 7:45
professionalkordaff9-Jul-18 7:45 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
KBZX500010-Jul-18 0:02
KBZX500010-Jul-18 0:02 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
kalberts9-Jul-18 0:30
kalberts9-Jul-18 0:30 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
Joe Woodbury9-Jul-18 6:00
professionalJoe Woodbury9-Jul-18 6:00 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
kalberts9-Jul-18 12:26
kalberts9-Jul-18 12:26 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
Joe Woodbury9-Jul-18 13:12
professionalJoe Woodbury9-Jul-18 13:12 
Member 7989122 wrote:
I learned OO concepts by studying how the C++ compiler produced K&R C source code that could be compiled on any machine.

I learned C by looking at the assembly code produced by Turbo C. (On day 2 I realized that C is just a really nice macro-assembler!)

Member 7989122 wrote:
Fifteen years ago I gave up my confidence in assembler code for fine tuning,

About 20 years for me, when I was able to get a wave compressor to run within 10% of the speed of my assembly code. I've revisited assembly to write bootstrap code and to see what code is sometimes really doing, but otherwise I've only "used" it with some SSE intrinsics.

Member 7989122 wrote:
memory management is the responsibility of the runtime system

But at least you know the implications of large allocations (in .NET) and why not to do "stringval += something" in a loop!

modified 9-Jul-18 19:19pm.

AnswerRe: Someone help me choose which to learn first, can't and lost Pin
David Crow8-Jul-18 16:08
David Crow8-Jul-18 16:08 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
jsc428-Jul-18 21:39
professionaljsc428-Jul-18 21:39 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
Kirill Illenseer8-Jul-18 22:56
Kirill Illenseer8-Jul-18 22:56 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
kalberts9-Jul-18 1:27
kalberts9-Jul-18 1:27 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
KBZX50008-Jul-18 23:51
KBZX50008-Jul-18 23:51 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
Joe Woodbury9-Jul-18 6:13
professionalJoe Woodbury9-Jul-18 6:13 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
KBZX500010-Jul-18 0:04
KBZX500010-Jul-18 0:04 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
maze38-Jul-18 23:49
professionalmaze38-Jul-18 23:49 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
James Curran9-Jul-18 1:37
James Curran9-Jul-18 1:37 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
David Carta9-Jul-18 3:45
professionalDavid Carta9-Jul-18 3:45 
GeneralRe: Someone help me choose which to learn first, can't and lost Pin
kmoorevs9-Jul-18 6:44
kmoorevs9-Jul-18 6:44 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
Joe Woodbury9-Jul-18 6:17
professionalJoe Woodbury9-Jul-18 6:17 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
jamesvtoomey9-Jul-18 7:32
jamesvtoomey9-Jul-18 7:32 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
patbob9-Jul-18 6:41
patbob9-Jul-18 6:41 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
Gerry Schmitz9-Jul-18 7:15
mveGerry Schmitz9-Jul-18 7:15 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
Joe Woodbury9-Jul-18 13:42
professionalJoe Woodbury9-Jul-18 13:42 
AnswerRe: Someone help me choose which to learn first, can't and lost Pin
Greg Lovekamp10-Jul-18 9:31
professionalGreg Lovekamp10-Jul-18 9:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.