I've done google searches but I cant find any good comprehensive tutorials for Database Management tutorials and Database Programming for C++...
Anyone willing to post some linkage?
Printable View
I've done google searches but I cant find any good comprehensive tutorials for Database Management tutorials and Database Programming for C++...
Anyone willing to post some linkage?
Yep, I was bored.Code:------ Build started: Project: c-ptrs, Configuration: Debug Win32 ------
Compiling...
c-ptrs.cpp
Linking... <-- Yay, linkage!
Build Time 0:02
Build log was saved at "file://c:\Documents and Settings\lee\Desktop\c-ptrs\Debug\BuildLog.htm"
c-ptrs - 0 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 1 succeeded, 0 failed, 0 skipped
On a serious note I've got no idea where you'd find information on that. Sorry.
Lol...
I need the basic methodology in resource management with container classes and data structures.. How to organize, things like this...
It is this part of the programming paradigm that is destroying any progress I might be making on my Game Engine...
I did a cboards search but came up with a bunch of posts asking the same question, but no real answers!
Except for search for Data Structures in C++....
I managed to find this ->
http://www.brpreiss.com/books/opus4/
Online book, Data Structures and Algorithms in C++... Maybe this will help..