Search:

Type: Posts; User: zeybek258388

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,365

    problem with code

    Hello, I'm writing a game code, but my triangles don't get drawn. This is the display function. Please help me find the error.



    static void display(void)
    {
    glClear(GL_COLOR_BUFFER_BIT |...
  2. thanx

    thanx
  3. opengl game.need help in timer(or something)

    hello.
    i'm new to opengl.i'm making a game similar to tetris and i don't know how to make the pieces come down automatically.please help...
  4. Thread: help

    by zeybek258388
    Replies
    9
    Views
    990

    ok.i thought meant that the first character of...

    ok.i thought meant that the first character of the username is tempid[0], second character is tempid[2] and so on.

    in the file, there's going to be many IDs and Passwords.What i was thinking was...
  5. Thread: help

    by zeybek258388
    Replies
    9
    Views
    990

    i'm pretty new to C so dont get mad (u can laugh...

    i'm pretty new to C so dont get mad (u can laugh if you want)...but what you just typed sounds like giberish..i'm sorry..can u use smaller words?
  6. Thread: help

    by zeybek258388
    Replies
    9
    Views
    990

    i changed &tempid, but still nothing...

    i changed &tempid, but still nothing...
  7. Thread: help

    by zeybek258388
    Replies
    9
    Views
    990

    same problem

    I did what you said, and the problem is the same.The program ends without showing the phrase "Correct id and password".I already have a file containing Ids and passwords.


    #include <stdio.h>...
  8. Thread: help

    by zeybek258388
    Replies
    9
    Views
    990

    help

    the program asks the id and password of the user, then compares it to the list of IDs and Passwords in a ready file..i think theres something wrong with the while loop.when i run the program, it...
  9. Replies
    6
    Views
    984

    i dont have a problem with anything else, i use...

    i dont have a problem with anything else, i use codeblocks and even though it works on my friends computer it doesnt always work on mine. i dont think the headers are missing or broken..
  10. Replies
    6
    Views
    984

    need help fındıng error

    #include <stdio.h>
    #include <stdlib.h>
    FILE * p;
    int main()
    {


    p=fopen("meryem.txt","a+");
    if(fopen("meryem.txt","a+"))
    {
  11. Replies
    6
    Views
    2,049

    thanks. this solved the debugging problem. but...

    thanks. this solved the debugging problem. but now it runs stdio.h and debugs it...it wasnt like this before.
  12. Replies
    6
    Views
    2,049

    with MinGW.

    with MinGW.
  13. Replies
    6
    Views
    2,049

    problem with codeblocks

    when i try to run my project it says "project debug uses an invalid compiler.probably the tool chain path within the compiler options is not setup correctly....skipping...nothing to be done".the...
  14. Replies
    3
    Views
    1,592

    thank you.it worked

    thank you.it worked
  15. Replies
    3
    Views
    1,592

    error in code

    in this code, i''m trying to view data already present in a file on the screen.but i keep getting an error like "error: expected '=' , ',' , ';' , 'asm' or '__attribute__' before * token" at the file...
  16. need more help

    this time theres something wrong in the isdatevalid fuction..


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #define TRUE 1
    #define isleapyear(year) ((!(year % 4) && (year %...
  17. it worked.thank you very much.

    it worked.thank you very much.
  18. need help in finding the error in my code

    record typedef doesnt work for some reason..


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #define TRUE 1
    FILE *fstud;
    FILE *fteacher;
    record readscreen1(record stud);
Results 1 to 18 of 18