-1

I want to learn system programming in C++ but I don't know how should start? which topics should I start to learn? It is important for me to know the topics in both MS-Windows and *NIX operating systems.

(SO sorry for my bad English grammar)

user2982229
  • 1,395
  • 2
  • 11
  • 13

3 Answers3

1

System programming is a very abstract distinction. It is as if you said graphics programming or network programming.

I suggest you pick a specific sub-topic (like system-calls, gpu-interaction, compilier-writing) and explore that.

Bernd Elkemann
  • 23,242
  • 4
  • 37
  • 66
-1

For a newer, start coding with standard c++, which windows and linux both supports. If you are interested in system programming, I think Linux best fits you.

yanchong
  • 276
  • 1
  • 9
-2

If you wanna develop in Windows , start with Porgramming Wdinwos.

wshcdr
  • 935
  • 2
  • 12
  • 27