So i am trying to code c++ i am working on a gunz server any advice for general c++ that could be useful when coding 3d games would be great.
C++ coding advice please
Started by GrimLord [1402010] on in Technology.
About this thread
Posts archived: 5 / 5 posts (100%) · the total is Torn's reply count + the opening post at the last fetch
Counted by TornLife from the archived posts.
- Archived posts
- 5
- Discussion span
- →
- People posting
- 4
- Likes on archived posts
- 2
- Authority score
- 6 / 100
- Historical score
- 15 / 100
- Story score
- 26 / 100
- Engagement score
- 43 / 100
So i am trying to code c++ i am working on a gunz server any advice for general c++ that could be useful when coding 3d games would be great.
Use an engine, and avoid lib rocket. Be careful with memory. boost is your friend, though c++11 is alright without it.
Also are you doing server code or game code?
Game code for now i havent looked into network code. I am exploring resource management and new code standards.
do it from libraries like directx
i'd suggest just going to UE4 >.>