Thread: My final project for programming class...

  1. #1
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753

    My final project for programming class...

    Ok, I know this is a C++ board. At school I'm in a TrueBasic class, you have to take it before taking c++. TrueBasic is almost exactly the same as basic, just a few differences in sytax. It's not nearly as good as c++, not as much flexibility and customizablity. But you can still do neat things with it like tic tac toe. I know how to do the 'windows programming' for it, which is the equivalent (kind of) of windows programming referring to c/c++. Any ideas for a really neat final project? I can do anything i want i think. And I have LOTS of time so it can be really big too. Any cool ideas guys?

  2. #2
    Sub
    Guest

    Smile

    A password login system. System administator must assign passwords, user names and access levels. Program should contain menus e.g. login, system administator. Users have the ability to modify their passwords, etc.

    Loads of validation stuff their for you, if you can get your program to be bullet proof (won't crash)

    Hope this helps,

    Sub

  3. #3
    rm3
    Guest
    Make an operating system, like I'm doing in QB.

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    8
    you cant write a DOS run OS (like Windows9X < ME) in TrueBASIC, TrueBASIC is Windows only

    you could probably write a shell though

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Final Project for HS, any ideas?
    By Conneticut#88 in forum C++ Programming
    Replies: 13
    Last Post: 05-24-2006, 09:22 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Final year project
    By khpuce in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 10-10-2003, 07:04 AM