HI, i am a newbie in c++ but i just wanna ask something before i proceed. it been bothering ma mind all this days. i am practically a hardware and networking admin. i do install wired,wireless, Vsat , e.t.c but i just love programming and am looking on which part should i go. you know like the cyber security. though am studying i.c.t in ma school.
so my question is "is there any combination or field that join networking with C++?" if there is what are the kind of things i am suppose to be doing, should i continue with the basic or drop it and start with the advice given? thats all i have
I'd say the telecommunications industry could be the best fit: they push their hardware and the OS to the limit, handling every imaginable network, and (at the competitive edge) it's all C++. But even your average market making financial company (another C++ niche) might have a few hundred servers handling 10k-50k simultaneous connections each, across the Internet or some proprietary pipe, just to feed market data. It's not that uncommon.
I think that the best answer I could give you is to download, learn, and use networking SDKs (after you know the basic syntax of the language of course, it's a must).
As a side note, I want to mention that someone once told me that being a good developer isn't about creating stuff from scratch, but being familiar with as much as libraries, frameworks, classes - you name it.