Search:

Type: Posts; User: yann

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    2,630

    Well I thank god no one on Failblog is a...

    Well I thank god no one on Failblog is a programmer...

    I taught that the 'for' loop maybe needs to check if the iterator needs to be changed, and if you let the program run for like zillion years...
  2. Replies
    10
    Views
    2,630

    Lol that made me laugh... No really i had no...

    Lol that made me laugh... No really i had no idea, I guess I'm an idiot right now...
  3. Replies
    10
    Views
    2,630

    ...Yeah?

    ...Yeah?
  4. Replies
    10
    Views
    2,630

    What is faster and is there any difference?

    So, I'm working with an Arduino.

    I want to edit some of the core functions and i need to know - what is faster, a "for" or a "while" loop?


    while(1)
    {
    do;
    };
  5. Thread: Tutorial

    by yann
    Replies
    2
    Views
    1,144

    Tutorial

    Hi guys! Some of you maybe know me, or maybe not...

    Anyway I would like to make a 2d game (something like a strategy game) in C or C++.
    Would you be kind enough to explain how can i make it?...
  6. Replies
    23
    Views
    4,861

    It's funny, I used to love playing with Lego's,...

    It's funny, I used to love playing with Lego's, and its really never stopped, the Lego's just take new shape~


    ---epic
  7. Thread: GUI's

    by yann
    Replies
    10
    Views
    1,370

    GUI's

    Hi people here I am again to ask you; how do I make a GUI in C?
    I have Linux...
  8. Replies
    21
    Views
    2,948

    OK, I just used "%s" instead of...

    OK, I just used "%s" instead of "%27[a-zA-Z0-9_-]"...
    Sorry quzah, don't get upset so easy, i didn't notice that newline!
  9. Replies
    21
    Views
    2,948

    here... while((strcmp(pn,cmd3) != 0) &&...

    here...

    while((strcmp(pn,cmd3) != 0) && (searchn < 2)){
    printf("\n pn= \"%s\"\n",pn);
    fflush(stdout);
    printf("search for\n");
    scanf("%27[a-zA-Z0-9_-]", pn);
    searchn++;
    }
  10. Replies
    21
    Views
    2,948

    Yes, now I fixed that, but it still skips my...

    Yes, now I fixed that, but it still skips my input...
  11. Replies
    21
    Views
    2,948

    Well, pn is still name.c, because I haven't...

    Well, pn is still name.c, because I haven't changed it yet, what is wired is that program doesn't stop when it gets to scanf function, or when the searchn is higher than 2...
  12. Replies
    21
    Views
    2,948

    Well, maybe you didn't understand me in a proper...

    Well, maybe you didn't understand me in a proper way, I said "it makes a c file(it doesn't compile IT)" I didn't said that my program doesn't compile...
  13. Replies
    21
    Views
    2,948

    OK, but still I have the same problem)=.

    OK, but still I have the same problem)=.
  14. Replies
    21
    Views
    2,948

    I know it does... But, read my first post, there...

    I know it does... But, read my first post, there aren't any problems with that, the problem is somewhere here:


    while(pn != cmd3 || searchn<2){
    printf("search for\n"); ...
  15. Replies
    21
    Views
    2,948

    o, MY(this) program does compile with no errors,...

    o, MY(this) program does compile with no errors, but it makes another c file, which is another story...
  16. Replies
    21
    Views
    2,948

    What is wrong with my code?

    Hi, this code should make a c file(it wont compile it) by my preferences...


    #include <stdio.h>
    #include <string.h>

    #define txt ".txt"
    #define dat ".dat"
    #define c ".c"
    #define cmd1...
  17. Thread: My new project

    by yann
    Replies
    2
    Views
    801

    OK, idea is very very simple, this is the second...

    OK, idea is very very simple, this is the second time i use this title :P.

    I know that eg. means for example, but my whole life I was thinking that ie. means "in example" o.0
  18. Thread: My new project

    by yann
    Replies
    2
    Views
    801

    My new project

    Hi, my new project is called SPM, which stands for "Science Projects Manager/Maker".
    It will be a program which allows you to create a science projects, it will first ask what to listen to, ie....
  19. Replies
    8
    Views
    1,168

    Cool, thanks! It works!

    Cool, thanks! It works!
  20. Replies
    8
    Views
    1,168

    But, how can I make a file that has the name I...

    But, how can I make a file that has the name I inputed?
  21. Replies
    8
    Views
    1,168

    So...no, eh?

    So...no, eh?
  22. Replies
    8
    Views
    1,168

    Can I use a value of the variable as a name?

    Hi guys, I am making a program that should be able to make files/variables using a value of another variable...How do I do that? Here is what I have done so far.


    #include <stdbool.h> ...
  23. Replies
    11
    Views
    26,131

    Could you post the whole code, if you want?

    Could you post the whole code, if you want?
  24. Thread: My new project

    by yann
    Replies
    30
    Views
    3,922

    I am calculating independent angle for both...

    I am calculating independent angle for both servos :).


    It is not "fake" just because no one haven't used it, it IS actually possible, take third dimension, is just a folded version of second...
  25. Thread: My new project

    by yann
    Replies
    30
    Views
    3,922

    No, I actually didn't do that yet but here is...

    No, I actually didn't do that yet but here is what i want...The turret first adjust his angle for left and right, and the for up and down, one servo is for left and right and the other one is for up...
Results 1 to 25 of 187
Page 1 of 8 1 2 3 4