Search:

Type: Posts; User: Gkitty

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    5,750

    FYI - This is not homework. This is a program for...

    FYI - This is not homework. This is a program for a non-profit/low profit clinic. My services are voluntary (I suppose that is why they do not care about me being a newbie programmer, if I can be...
  2. Replies
    7
    Views
    5,750

    Datainjector - thanks, sample code is always nice...

    Datainjector - thanks, sample code is always nice to have for an answer to a question. I am putting the final touches on my program. I will test your code later and let you know if it works or not....
  3. Replies
    7
    Views
    5,750

    Saving screen output to file

    I am developing a program to produce estimates (Using MS Visual Studio--'black background program' -- I don't know what platform that is considered, sorry I am a newbie). Anyways, I want to be able...
  4. Replies
    1
    Views
    3,077

    Output problems with structures

    Sorry, I am a newbie and this is probably easy stuff for the rest of you. I need help with my output table for my program. My output is coming out all messed up and I am at a loss on how to fix it. I...
  5. Replies
    6
    Views
    4,061

    Thanks Salem!

    Thanks Salem!
  6. Replies
    6
    Views
    4,061

    I still do not understand how I am suppose to use...

    I still do not understand how I am suppose to use fgets with structures - What parameters am I missing if I replace the "gets" with "fgets"? Am I missing a variable that I need to add for fgets to...
  7. Replies
    6
    Views
    4,061

    I get an error message for "too few parameters"...

    I get an error message for "too few parameters" with fgets. What parameters am I suppose to add here? Some code would help, please help. I have never used fgets before and I know very little about it.
  8. Replies
    6
    Views
    4,061

    problem with structures and linked list

    I can't figure out what is wrong with my code. I get no compiler errors, but my program crashes when a number is entered for "Please enter result # for Experiment name:"

    Can anyone figure out...
  9. Replies
    4
    Views
    5,459

    I found this site on strnstr (finally). ...

    I found this site on strnstr (finally).

    http://www-es.fernuni-hagen.de/cgi-bin/mancgi?begriff=strstr&section=3

    Thanks for all your help, C ya!::D
  10. Replies
    4
    Views
    5,459

    Please explain strnstr

    Does anyone know what the string function strnstr does (not strstr), or if it even exists? I can't find anything about it on the Web or in print. I was told (by another programmer) to use it for a...
Results 1 to 10 of 10