Search:

Type: Posts; User: LLINE

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,422

    Thank you - I should have stated that it is...

    Thank you - I should have stated that it is pseudo code - I have the problem solved. Thanks for your help.
  2. Replies
    4
    Views
    1,422

    Code Flow (arrays and loops)

    Hi: Thank you for taking time to help me with my problem. I am having problems understanding where this code is wrong as I believe that I am not receiving the correct outputs. I have truncated the...
  3. Replies
    4
    Views
    1,903

    Actually I ran a source file and that did not...

    Actually I ran a source file and that did not change a thing. :( But for some reason I can get it to clear on another app.
  4. Replies
    4
    Views
    1,903

    Dev C

    Provide more information.

    Are you sure the program was compiled and linked successfully? (If the program is already running, linking will fail - you should get a "permission denied" error.)
    ...
  5. Replies
    4
    Views
    1,903

    Console window won't clear past app

    Thanks for taking time to read/comment on my question!

    Dev C++ compiler:: when I write a new program and execute it on the console output I get old code running no matter how many times I...
  6. Replies
    3
    Views
    965

    Why does old code stay stuck in my console?

    Thank you in advance for your responses!

    I am using Dev compiler and compiled and ran my prog. I went back and changed some things, yet the changes don't show up, just the old code. What am I...
  7. Replies
    5
    Views
    2,646

    VOID (my understanding is void)

    Could somebody explain VOID to me ....

    why is it needed, what does it do, are there other options, etc




    void SimpleFunc (void)

    {
  8. Replies
    3
    Views
    1,213

    How to Calm Unruly [ARRAYS]

    I am using a looped array in which a mathematical equation is derived. I have set the following:






    int answer;

    answer = AnotherEquation * TheSecondEquation + AbunchOfOtherCrud
  9. Replies
    3
    Views
    2,350

    Thank you!

    Thank you!
  10. Replies
    3
    Views
    2,350

    Help using arrays and loops for math

    I am trying to construct a C++ script that will utilize an output based upon math equations. Could anyone provide a rough example of code in which I would construct a math equation with a looped...
  11. Replies
    6
    Views
    2,217

    Thanks Todd and everyone else!!!

    Thanks Todd and everyone else!!!
  12. Replies
    6
    Views
    2,217

    Just need help with the equation. - My head...

    Just need help with the equation. - My head itches b/c I have no idea what I am doing :>)
  13. Replies
    6
    Views
    2,217

    Simple answer for intersecting lines?

    I am scratching my head trying to figure out how to display a XY pixel value for 2 intersecting lines.

    I am working on a 2d graphical application that deals with lines or slopes.

    > Both...
  14. Replies
    3
    Views
    979

    Thanks for the replies!!

    Thanks!
  15. Replies
    3
    Views
    979

    A Looped Array Or If Statements?

    Hi:::

    I am relatively new to programming and am trying to assemble a project that involves some math calculations.

    I have a set of A values that I want divided by B values, each contain about...
  16. Replies
    2
    Views
    1,029

    Sharing a TEXT FILE

    I am a C++ moron! I am looking to have a DLL programmed in which I beleive there is sensitive data being programmed. So I was looking for one programmer to do one part, another to do the second,...
Results 1 to 16 of 16