Search:

Type: Posts; User: danielakkerman

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,113

    Unfortunately I didn't quite follow you there...

    Hi,
    Above all, let me thank you for the rapid responses.
    I regret to say however, that I wasn't able to successfully implement what you had suggested.
    I mean, I've already attempted to "fork" then...
  2. Replies
    6
    Views
    2,113

    An Autonomous Child Process

    Hello!
    First, allow me to apologize in advance, in case this question has already appeared.
    My problem consists of the following:
    I am trying to create an application that has to launch another...
  3. Replies
    5
    Views
    1,393

    Reason for sprintf

    I need to point to the end of the string.
    So as to add data, at the end
  4. Replies
    5
    Views
    1,393

    Character Arrays

    Hello,
    I am experiencing trouble adding data to character arrays:


    int main()
    {
    char d[32];
    int i, i1;
    for(i = 0;i<5;i++){
    for(i1 = 50;i1<82;i1++){
  5. Replies
    5
    Views
    1,748

    Working! XD Thanks :D!!!

    Thank you very much again, it's working.
    Thanks,
    Daniel
  6. Replies
    5
    Views
    1,748

    Didn't quite get that...

    Could you correct the code please?
    Thanks,
    Daniel
  7. Replies
    5
    Views
    1,748

    Absurd Math?!!

    Hello,
    It's has been a long time since my last post here :D(just saying).
    Anyway, here's my code:


    double i;
    for(i = 0;i<1;i=i+0.1){
    if(i*2 == 1.6)printf("%s\n", "Found the Number");
    }
  8. Replies
    4
    Views
    1,198

    It's finally Working...

    Thank you very much!
    :D
  9. Replies
    4
    Views
    1,198

    Strings In C, Now Coherent!

    Hello There,
    I am sorry to annoy once again with the same question, but, I wasn't able to recieve an answer, properly, so that I got what I wanted.
    Here's the new formulation of my issue:
    I have...
  10. Replies
    5
    Views
    1,119

    I need to print only the "e" out of "x".

    That's what I need.
    Thanks...
  11. Replies
    5
    Views
    1,119

    Strings In C... Help Still Needed, Please Read...

    Hi everyone.
    I am new here as you may've noticed.
    My question is as following:
    I have the following line of code:


    char *x = "hello";
    char y[25];
    scanf("%s", y);
Results 1 to 11 of 11