Vex Star

Vex Star

Computers and Programming

Vex Star RSS Feed
 
 
 
 

C++ crew?

So I just left my job as a Senior .NET developer to take a job as a C++ developer making cross-platform software I haven’t touched C in about 10 years so I picked up the K&R C Language book to get a good refresher on C and now I’m reading Effective C++ by Scott Meyers. Both excellent books! I have to say I’m excited to start the new job and get to use a new language. It’s going to be drastically different from the .NET framework stuff

Who else develops C++ code for a living?

I develope embedded C code for handheld instruments using Texas Instruments DSP platforms… its fun, C is easy, too bad it sounds like you have been spoiled by VB… I assume you used to do either VB or Java… since .NET is not a language lol.

Main difference… pointers, aka direct memory addressing, which is actually very usefull in an embedded environment with very little resources, certain tricks can be implemented to reduce resource consumption
OOOOOH a new C++ developer. You are your own worst nightmare
I have a feeling you will come to regret this move +D

I develope embedded C code for handheld instruments using Texas Instruments DSP platforms… its fun, C is easy, too bad it sounds like you have been spoiled by VB… I assume you used to do either VB or Java… since .NET is not a language lol.

Main difference… pointers, aka direct memory addressing, which is actually very usefull in an embedded environment with very little resources, certain tricks can be implemented to reduce resource consumption

Yeah I preferred C# out of the .NET stable of languages. I love the fact that I’ll be responsible for my own memory management. I love the .NET framework but I hate not knowing what it’s doing under the hood!

I am prepared to own myself a couple of times :lol:

nah, I’ll enjoy it. If I don’t my old job would love for me to come back

Try programming SAP! It is fun when you have to debug SAP code when all of the documentation is in German.

MS has released the source to the dotNet framework.

Check out here for more info

MS has released the source to the dotNet framework.

Check out here for more info

Yeah I had done some debugging with that earlier this year. At the time not all libraries were available. It’ll be sweet when they are!

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Reply