Search:

Type: Posts; User: Light-Force

Search: Search took 0.01 seconds.

  1. heh

    pretty easy to fix this problem

    just use:

    if(freq<=2000)
    infile>>freq>>dbels;

    maby this is what you mean

    other wise change the loop to:
  2. Replies
    6
    Views
    1,712

    hmm

    hmm looks like some sort of recursion using the uni function
  3. Replies
    2
    Views
    1,808

    its the

    is the data brought in via a cgi script? because you said it was info from a htlm form..so try to get the data from the file that the cgi script saves the data to..then ite easy
  4. Replies
    14
    Views
    2,027

    welll

    well the #includes are the Header files which hold all the prototypes of the meathods you are going to call apon

    eg to use the cout function you have to have #include <iostream>
    other wise the...
Results 1 to 4 of 4