Skip to content
TORNLIFE More

C++ coding advice please

Started by GrimLord [1402010] on in Technology.

4 replies · 60 views · thread synced · 3 days ago · View on torn.com
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
GrimLord [1402010]

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.
Danny [12503]

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?