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

Search:

Type: Posts; User: techsteve

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    764

    Re: Array to text file back to the array

    oh i apologize 4 not being so clear..@paul ..as you see this is my the second part of the problems i encounter with my program.. http://www.codeguru.com/forum/showthread.php?p=2001004#post2001004...
  2. Replies
    4
    Views
    764

    Re: Array to text file back to the array

    maybe i could say my problem easier... suppose i have this line on the text file..

    * word1 * word2 * word3 * word4 *


    ..now what i want to...
  3. Replies
    4
    Views
    764

    Array to text file back to the array

    Hi there. now this is the second part of my project. i managed some how to make some progress but it is still not done. I'm stuck with how I can actually retrieve the items stored in the text file to...
  4. Replies
    10
    Views
    6,952

    Re: Inventory system

    no, just parts of it. as you see in my delpro/delsup functions i already made it to delete a certain product or supplier but i know it would be different as it behaves in file handling.


    ...
  5. Replies
    10
    Views
    6,952

    Re: Inventory system

    thanks man.. okay so i did follow ur codes. the first doesn't seem to function well.


    while (x >> variable)
    {
    }

    it omits or ignores the first character in every line in the .txt file so...
  6. Replies
    10
    Views
    6,952

    Re: Inventory system

    btw, how do i embed code boxes here?? what code/s would i need??
  7. Replies
    5
    Views
    556

    Re: Problem with code

    why do u need to declare parameters in your functions? if u just intended to display the instructions in a function, just use void. then u do not need to include return values because that's how void...
  8. Replies
    10
    Views
    6,952

    Re: Inventory system

    thanks guys.. sorry i've had not posted it right away. i had a difficult time on getting online because of my connection. anyways, there it is. actually, i've already copy-pasted some file handling...
  9. Replies
    10
    Views
    6,952

    Re: Inventory system

    #include<iostream.h>
    #include<string.h>
    #include<iomanip>
    #include<fstream>
    #include<sstream>
    #include<dos.h>
    #include<conio.h>
    #include<stdio.h>
    #define max 20
    using namespace std;
  10. Replies
    10
    Views
    6,952

    Inventory system

    Hi there. This is my first hovering here in this site and I knew I could lean on the members here. I just wanna share this burden of mine (lol) and hope you could actually help me out. I needed to...
Results 1 to 10 of 11





Click Here to Expand Forum to Full Width

Featured