Search:

Type: Posts; User: rishanth12

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,113

    Ok so how does one go about fixing this, i'm...

    Ok so how does one go about fixing this, i'm completely at loss on what to do
  2. Replies
    6
    Views
    1,113

    Hi Quzah Thanks for the help Basically the...

    Hi Quzah
    Thanks for the help
    Basically the IsPrime Function returns a 1 if its a prime and a zero if it is not ?
    Hope that helps you help me =)
    thanks
  3. Replies
    6
    Views
    1,113

    infinite loop

    hi guys
    so i developed this piece of code to help me find a co prime of a number.
    basically it just a fancy way of finding a number between 1 and itself, that is a prime number and not a factor of...
  4. Replies
    4
    Views
    714

    Perphaps i wasn't clear on what i was trying to...

    Perphaps i wasn't clear on what i was trying to do, sorry about that


    char Source[255]
    char dest[255]
    for(i=1;i<255;i++){
    dest[i]=(source[i]*5)%8;

    i want to be able to something like that...
  5. Replies
    4
    Views
    714

    Arthimatic with strings

    So i have been developing some code, what i want to do is
    i have 2 arrays



    int souce[255]
    int destination[255]

    what i want to do is go character by character and do some arthimathic on...
  6. Replies
    3
    Views
    8,397

    how do i do that ? and how can i increase my...

    how do i do that ?
    and how can i increase my char array ?
  7. Replies
    3
    Views
    8,397

    TCP- Sending and Receiving a Struct

    Hi Guys
    So i have this Code i have been doing, and it giving mysterious out, anyone want to help, its been a while since i did c, so I'm a bit rusty,
    basically just sending a recieving a struct to...
Results 1 to 7 of 7