Search:

Type: Posts; User: sunburnbyRA

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,598

    Thats awesome, thank you very much, I will start...

    Thats awesome, thank you very much, I will start reading right now, thanks again and thanks for the sample code, reading concepts is always necessary, but the sample code really helps me get an idea...
  2. Replies
    2
    Views
    1,598

    mysql and C++

    Hi everyone, I'm a C++ fan and want to write an application on Linux box, Redhat, to access a database

    I've been searching this site and many others for hours, and it seems my best bet is using...
  3. Replies
    2
    Views
    2,033

    yes, and thank you so much for looking, I was...

    yes, and thank you so much for looking, I was begining to think I was a lepper.... No offense to any leppers out there...

    Its an edit combo box using a dropdown list, that I would like to call...
  4. Replies
    2
    Views
    2,033

    display a file in dropdown edit box

    I have a dropdown edit box that I want to populate with a file, I have added under the properties the "accept files" But I am confused on how I can actually call the file and display the results.
    ...
  5. Replies
    1
    Views
    1,352

    I had the same problem, just click inside the...

    I had the same problem,

    just click inside the data box and add the items, you must use a cntrl+Enter to move down a line after each entry

    next go to the dialog dropdown box and place your mouse...
  6. Replies
    2
    Views
    1,146

    using char with .substr()

    I'm trying to use string variables with the fstream getline() and getting a conversion error.

    I need to use fstream for file input, but I also need to allow for spaces in my variables. the file I...
  7. Replies
    1
    Views
    2,733

    Windows error running outside compiler

    my program runs great on my pc with all the necessary files to excecute the program from the MSVC, but when I run the executable on other windows, it returns the error message,

    Assertion Error:...
  8. Replies
    2
    Views
    1,335

    Need a unix compiler

    I'm looking for a compiler for an older HP-Unix server, I want to update the server so that I can write more complex apps in c++, and although the it says it has a c++ compiler, I can write c apps...
  9. Replies
    0
    Views
    1,171

    Linux diskless os using rf?

    I'm having problems with nfs using udp to load an os from a hp unix server to mobile Linux Redhat device using rf (802.11b). I have all the network configurations in the etc hosts file, because it...
  10. Replies
    4
    Views
    1,419

    I finally found my mistake, it was an error on...

    I finally found my mistake, it was an error on how I setup the View class, I accidentally added a class that was not necessary and had removed the appropraite view class. This caused my variables...
  11. Replies
    4
    Views
    1,419

    The framework is using CRecordSet, which I rename...

    The framework is using CRecordSet, which I rename to something useful to my code for practical naming, at the point of setting up the workspace I renamed CRecordSet to CPartnerSet.

    I allowed it to...
  12. Replies
    4
    Views
    1,419

    Database programing in MS Visual

    I am teaching myself database programing, and so far I've got the code worked out, except when I execute I don't get the info correctly from the db, I get the last column's settings only, when I go...
  13. Replies
    6
    Views
    3,492

    rock on thanks

    I just went through 3 different intro books and not one had a good example for me, that helps explain what I read, thanks again
  14. Replies
    6
    Views
    3,492

    interesting

    I am using my .h file, but I am quite new to that, so I will reseach the #endif #ifndef and #define I'm not sure what they do so I need to read up on that, thanks for the tip, I'll start...
  15. Replies
    6
    Views
    3,492

    heap error

    Yes, the code uses a input from file to using an array of strings to do comparisons. The code is quite lengthy. I initially tried creating a header file to put my variances in of repedive code there...
  16. Replies
    6
    Views
    3,492

    Heap limit error???

    When compiling a my script I get the following error:

    c:\program files\microsoft visual studio\vc98\include\ostream(286) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm...
  17. Replies
    8
    Views
    2,075

    got it

    I see exactly what your saying and that makes sense, that also give me a better understanding of how the files are read by the program and how they read the eof bit especially,

    as far as my...
  18. Replies
    8
    Views
    2,075

    output from test code

    elad, here are the results of the test code you suggested

    code:--------------------------------------------------------------------------------
    //open first file for input of information...
  19. Replies
    8
    Views
    2,075

    good point

    your right, I need to quit being lazy and go back to scratch, I am to frustrated with the old code not working and I have mutilated it with blind attempts to slay the problem, I appreciate your test...
  20. Replies
    8
    Views
    2,075

    sorry for the lacking code tags

    I see your point, I wont forget this in the future.... will try to insert \n in at the end of the checkin records maybe this will help,

    will try to mull over the fin fout declarations outside the...
  21. Replies
    8
    Views
    2,075

    Think I have a getline problem....

    My output is coming out very odd, essetially my program does the following, opens two files and inputs the strings of each file for the following variables:
    function function2...
  22. Replies
    5
    Views
    3,168

    Ah ha, I will have to concentrate on the while...

    Ah ha, I will have to concentrate on the while loop aspect, many of the replies, which I appreciate greatly, hit on a good point, if I happen to have an empty file a do loop makes for poor logic.
    ...
  23. Replies
    5
    Views
    3,168

    do loop repeats one time too many

    I use do{}while; loops alot in my programs, so I don't have to repeat steps again and again, my problem is, I call information from a flat file and set my condition to kill the do loop when it...
  24. Wow, alot of info.... Thanks everyone, sorry to...

    Wow, alot of info.... Thanks everyone, sorry to just read, I was out of town this weekend, All that helps, I am using win2k for the os, I will load the old file into mem and then write to a new file...
  25. Hypothetical question about deleting from a file

    to input information from a file or output for that matter, the program uses a pointer to determine location in a file. so if I create two arrays, one populated by the user, the other populated...
Results 1 to 25 of 32
Page 1 of 2 1 2