Search:

Type: Posts; User: estranged

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,449

    nothng too fancy. i was thinking more a random...

    nothng too fancy. i was thinking more a random number multiplied with some fixed number. this way the result will still be random but not purely random as it would be with just using rand()

    i...
  2. Replies
    4
    Views
    2,449

    biased random numb generation

    hi everyone

    i need to generate a bunch of random numbers that will be influenced by some number (a positive integer say up to a 1000) and i need to have these biased random numbers within a...
  3. Replies
    8
    Views
    2,015

    replacing || with && worked. thanx. and thanx to...

    replacing || with && worked. thanx. and thanx to everyone else for their input.....
  4. Replies
    8
    Views
    2,015

    do - while loop problem

    hi every1

    im doing a do - while loop in c and to check that either 1, 2, 3 or 4 is entered and to keep on asking for those numbers till one of them is entered (do-while checks for that).

    the...
  5. Replies
    5
    Views
    1,355

    thanx i think that should help me for now

    thanx

    i think that should help me for now
  6. Replies
    5
    Views
    1,355

    VC++ simple prog HELP

    hi everyone

    i'm trying to learn to use visual c++ 6.0 and i'm trying to make a simple application that will add two integers and display the result. i found tutorials on how to enter text into a...
  7. Replies
    6
    Views
    3,132

    anyone?

    anyone?
  8. Replies
    6
    Views
    3,132

    k sorry bout that code thing - ill try to use the...

    k sorry bout that code thing - ill try to use the tags fro now on.
    i have more questions.
    i need to get the bit of code after the fork() call to go into a different file called executecmdline. ...
  9. Replies
    6
    Views
    3,132

    simple shell coding

    Hi

    I need to expand some shell code so it would be able to do more than it is doing now. Currently it can do stuff like quit when q is pressed, display a prompt but not much more. I have to make...
  10. Replies
    2
    Views
    1,288

    input checking

    hi

    i need to check that correct input is given to my prog.

    i need to input a student number containing only 6 integers (e.g. 123456) and nothing else
    in case something else is typed in the...
  11. Replies
    9
    Views
    3,981

    ah ok and all the source files must b in the...

    ah ok

    and all the source files must b in the same directory or can i point to other folders?
  12. Replies
    9
    Views
    3,981

    linking source files

    HI

    how do i link one or more source files to the file containing the main() function.
    e.g. if i write functions and save em in different files and wanna use them from my mian source files by...
Results 1 to 12 of 12