Search:

Type: Posts; User: cazil

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,504

    Program was working good until.....

    /*
    8:31 PM 2/12/02

    OS: Win 2K, Desktop Compiler: MS VC++ 6.0

    Program was working good until I addded a few codes for the user to check for another piece of data. TNow it's in a continuous...
  2. Still bad result in searching a string array

    Yes, I did use the correct code (strcmp) but I am not getting the correct result. The old problem still persist; when I type in a name that don't exist the program tells me that the name is in the...
  3. Not getting good result searching an array of string.

    OS: Win 2k Compiler: MS VC++ 6.0

    Maybe my logic isn't good enough. I am trying to search through an array of strings for a name to see whwther or nor it exists. The problem is even though the...
  4. Replies
    2
    Views
    2,635

    Help me sort the names in alpha order.

    One lousy syntax error I cannot fix in a qsort

    I am using a qsort to sort 12 names in alphabetical and ascending order but this error in the prototype stops everything, I cannot fix it.
    Another...
  5. Replies
    2
    Views
    2,859

    Array sorting problems

    When the following codes are use I get these result
    which aren't good and 11 warnings:

    --------Configuration: selectSortVendorPrices - Win32 Debug------
    Compiling...
    selectSortVendorPrices.cpp...
  6. Thread: Sorting Strings

    by cazil
    Replies
    7
    Views
    3,135

    Need more info. What if you had first & last names to sort

    This piece of code is pretty good. I have been looking for something quite different. Which codes would you use to sort first and last names instead of just the first name?
    I tried and failed. see...
  7. Replies
    2
    Views
    2,859

    Array sorting problems

    OS: Win 2K Compiler MSVC++ 6.0
    This program was supposed to work. I got the example from a C++ book, all I did is changing the wording in the char array the program keep aborting with errors I...
  8. Incorrect values returned from functions, have 2 warnings I don't understand

    Environment: Desktop, Compiler: MS VC++ 6.0

    My program is not putting out the correct result and I don't understand what those warnings means. All I am trying to find is the minimum and...
  9. Replies
    2
    Views
    1,094

    Need help with alignment

    OS: Win 2K Environment: Desktop

    I cannot get this program to display the figures in the last
    two rows correctly. See the different results I obtained.
    If I take out the "scientific"...
  10. Thread: Dev C++

    by cazil
    Replies
    5
    Views
    983

    Local time displayed at the wrong place

    This program is not displaying the time in the correct area
    on the DOS screen. I tried it in so many ways without success.
    Please help.
    Thank you.
    Environment: Desktop OS: Win 2K

    Here...
  11. Replies
    5
    Views
    1,223

    Looking for spaces in a string of chars.

    I am trying to to get this program to find spaces in a
    string of characters and display the count.
    I am not sure of my codes and the error that I got seems
    a little strange. Can anyone look at...
  12. Replies
    5
    Views
    2,638

    More problems with 2 dim array

    Your suggestion doesn't work.
    I tried some different approach. The latest run cancel for a different reason. See the errors below:
    /*
    --------------------Configuration: page500_#4 - Win32...
  13. Replies
    5
    Views
    2,638

    Program abort due to memory problem

    Yes, kooma. I removed all the 2's from every areas but the program aborted anyway with this error:
    C:\Documents\Desktop\_#4.cpp(66) : error C2664: 'strcmp' : cannot
    convert parameter 2 from...
  14. Replies
    5
    Views
    2,638

    Program abort due to memory problem

    I have no errors or warnings but my program keep cancelling anyway. The error message is this:

    The instruction at "0x004053f0" referenced memory at "0x00000000". The memory could not be "read"....
  15. Trouble displaying two dimentional array in descending order

    My os: win2000
    My compiler: MS Visual C++ 6.0
    My computer: Desktop

    No matter what I do I cannot get this program to display the result in descending order. I want to display the result in...
Results 1 to 15 of 15