CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sethss

Search: Search took 0.03 seconds.

  1. Re: c++ database.it should let you enter an account but doesnt save what i put in i t

    i dont think it is saving what i put into the file. displays jargin.
  2. c++ database.it should let you enter an account but doesnt save what i put in i think

    #include<iostream>
    #include<fstream>
    #include<iomanip>
    #include<cstdlib>
    #include<cstring>
    using namespace std;

    const int NAME_SIZE = 25;
    const int ADDR_SIZE = 30;
    const int CSZ_SIZE = 30;
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured