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

Search:

Type: Posts; User: NG22

Search: Search took 0.01 seconds.

  1. Thread: Newbie at C++

    by NG22
    Replies
    2
    Views
    1,233

    Re: Newbie at C++

    This is all I have so far
    #include <iostream>
    02 #include <fstream>
    03 using namespace std;
    04
    05
    06 int main()
    07 { 08 09 10 fstream file;
    11 ...
  2. Thread: Newbie at C++

    by NG22
    Replies
    2
    Views
    1,233

    Newbie at C++

    This is considered pretty basic stuff but I just started programming and I'm pretty confused on my assignment.

    I'm supposed to write a program that is able to save a list of items such as books,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured