[C++]Framework ideas?

Status
Not open for further replies.

Adil

DevBest CEO
May 28, 2011
1,276
714
So, I'm re-learning C++ at the moment, and I couldn't help but wonder what could I work on?
I was thinking some form of well documented, easy to use, fast and efficient framework. But what could this framework be based on?
I came up with a small list:
  • Abstract networking
  • Game development
  • Mathematical development
  • An encryption library
Just a thought, post any ideas if you have them.
~Adil
 

Adil

DevBest CEO
May 28, 2011
1,276
714
Database engine, mySQL, msSQL, Postgre, etc.

Would a database-driven engine framework be feasible in terms of programming? Database engines seem harder to develop in C++
 

Adil

DevBest CEO
May 28, 2011
1,276
714
Doesn't look that bad, I think you should just try.
I will (hopefully)

Actually Manuel, what you said just clicked in my head. I guess I could use fstream and such to read and write data. E.G
write() would be query or summin'.

Lalala basic:
dev-1.gif

 
Status
Not open for further replies.

Users who are viewing this thread

Top