Search:

Type: Posts; User: Juicehead

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,360

    it is not really the overflow thing I am worried...

    it is not really the overflow thing I am worried about(for now), the problem is how will C know after I read in the negative to perform the operation as needed?
    meaning....what can I do so C with...
  2. Replies
    4
    Views
    1,360

    how to use signed integers(dynamic memory)

    How do I add/subtract/multiply signed integers using dynamic memory? I have the the whole program written out to accomplish this but only with unsigned. I know that I must read the first character...
  3. Replies
    0
    Views
    1,388

    Help...using strings and txt files

    I have 99% of the program done and all I have left is to write the rest of the functions to replace and process the tags. What I was asked to do was to write a program to use 3 txt files. one to...
  4. Replies
    3
    Views
    1,574

    ok, I got the form loaded into a 2d array, now I...

    ok, I got the form loaded into a 2d array, now I need to get the need to get the tags.txt file loaded into a parallel array

    <tag1> example1
    <tag2> example2
    <tag3> example3
    <tag4> example4
    ...
  5. Replies
    3
    Views
    1,574

    if I am getting the tags from argv[1] and they...

    if I am getting the tags from argv[1] and they are listed exactly like this in the txt file

    <tag1> example1
    <tag2> example2
    <tag3> example3
    <tag4> example4

    how does the program know where to...
  6. Replies
    3
    Views
    1,574

    freopen and strings help plz

    hi guys, new here...seems like a very helpful site...

    so on with the question.

    I was asked to write a program using the argc and argv cmd line arguments and also freopen.

    here is what is has...
Results 1 to 6 of 6