Thread: Database Management Programming.

  1. #1
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968

    Database Management Programming.

    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?
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  2. #2
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    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
    Yep, I was bored.
    On a serious note I've got no idea where you'd find information on that. Sorry.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  3. #3
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    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..
    Last edited by Shamino; 01-17-2006 at 05:10 PM.
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A database sort of management system
    By relyt_123 in forum C++ Programming
    Replies: 5
    Last Post: 07-01-2008, 03:11 AM
  2. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  3. Replies: 10
    Last Post: 05-18-2006, 11:23 PM
  4. Developing database management software
    By jdm in forum C++ Programming
    Replies: 4
    Last Post: 06-15-2004, 04:06 PM
  5. Database management
    By waterst in forum C Programming
    Replies: 0
    Last Post: 11-04-2002, 10:00 AM