What are some intermediate project ideas c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are some intermediate project ideas c++?

2nd Aug 2016, 11:10 PM
Edward Jackson Jr
Edward Jackson Jr - avatar
8 Answers
+ 2
opengl rendering
3rd Aug 2016, 1:32 AM
Null Void
Null Void - avatar
+ 1
I would not do OpenGL rendering, as OpenGL is a low-level graphics API and there are other means that can do the job better. Graphics are usually organized in scenes and all the objects in it in a graph called scene graph. There's a library called OpenSceneGraph (OSG) that let's you program graphics in a more organized way. Anyways, for intermediate level I would say, you could write your own mini Webserver. Doesn't have to be fancy and let's you learn about networking, protocols and maybe multi-threading without being a monstrous PITA. That's totally backend, as you can see, no graphics involved.
3rd Aug 2016, 3:06 PM
Stefan
Stefan - avatar
+ 1
@stefan do you have somewhere I can contact you, would love a chat.
3rd Aug 2016, 3:09 PM
Null Void
Null Void - avatar
0
socket connexion (client/server)
3rd Aug 2016, 12:17 AM
Bo Halim
Bo Halim - avatar
0
@Null Void: You on stackoverflow?... then join LoungeC (https://chat.stackoverflow.com/rooms/10/loungec). My alias is "recondite". Or is it personal?
3rd Aug 2016, 3:25 PM
Stefan
Stefan - avatar
0
@stefan I do but have no rep
3rd Aug 2016, 3:29 PM
Null Void
Null Void - avatar
- 1
Website creation with wt
3rd Aug 2016, 9:55 AM
Mike
- 1
I'm sorry I'm not really prepared for this as only few people know my real chat accounts which I also use for business. If it cannot be in this forum, email might be an option: sololearn.20.stygian@spamgourmet.com. It's a real address, disposable but real (lots of people or bots might now use it to contact me posting this in a public forum).
3rd Aug 2016, 3:35 PM
Stefan
Stefan - avatar