Search:

Type: Posts; User: t3chn0n3rd

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,923

    if statement

    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>

    main()
    {
    char user,pass,run;
    scanf("%c",&user);
    scanf("&c",&pass);
    if(user=="joker" && pass=="t");
  2. ifstream in_stream; ...

    ifstream in_stream;
    in_stream.open(seats.txt);
    if (in_stream.fail()) //if the opening of the input file fails, the program exits
    {
    cout << "Input file...
  3. Replies
    3
    Views
    1,176

    c code

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

    #define merror() {printf("memory allocation problem\n");exit(1);}

    int main(void)
    {
    char buffer[2];
    char **buf;
  4. Replies
    6
    Views
    1,056

    great code

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


    int main(){
    char Name[10];
    char LastName[10];

    printf("What is your first name?: ");
  5. Thread: C Graphics

    by t3chn0n3rd
    Replies
    22
    Views
    3,371

    Anything similar to Direct X in linux?

    Anything similar to Direct X in linux?
  6. Replies
    11
    Views
    3,385

    that is an interesting problem

    that is an interesting problem
  7. Replies
    2
    Views
    1,603

    I am new to C sharp

    A friend of mine is learning this for a new job.

    What is this programming language primary used for?
  8. Replies
    6
    Views
    2,408

    great code

    that looks like great code I dont see a problem
  9. Replies
    4
    Views
    3,393

    Ruby programming language

    I am learning Ruby language. I think C programming is much harder. Ruby is more like Perl
  10. Replies
    4
    Views
    2,107

    ps3 game engine libraries

    does anyone know where to down load the standard game libraries for the ps3
  11. Replies
    4
    Views
    1,735

    books

    Yes i am interested in mathematics as they apply to games.

    I am also interested in game physics.

    does anyone have any good books on these subjects?
  12. Replies
    27
    Views
    2,588

    yes the struct is difficult to learn

    yes the struct is difficult to learn
  13. Replies
    17
    Views
    3,037

    C++ text book

    if you have an old college text book.

    they might have a bubble sort sample
  14. source code

    That is an interesting problem, I havent tried it before. But it will be an interesting problem to work on
  15. Replies
    2
    Views
    4,405

    python programming language

    Is it object oriented like C++
  16. Replies
    14
    Views
    4,396

    I am using the Visual C++ compiler

    I am using the Visual C++ compiler
  17. Replies
    11
    Views
    1,520

    Did that program compile

    Did that program compile
  18. Replies
    14
    Views
    11,927

    hex editor

    I think you can download a hexeditor on shareware.com and edit or browse a binary.

    I have done this numerous times with various games to edit them
  19. operating systems

    I agree for Fat16, Fat32, winnt operating systems, not sure about other platforms
  20. Replies
    9
    Views
    23,705

    shared libraries for keyboard input

    I am assuming the only library to be included is the standard

    #include <stdio.h>
  21. Replies
    4
    Views
    1,507

    gaming physics

    I am really interested in gaming physics.

    Are there any really good books ?
  22. Replies
    5
    Views
    977

    object oriented programming

    this was a great example of object oriented programming
  23. Replies
    8
    Views
    2,368

    nice coding

    elegant code
  24. Replies
    10
    Views
    1,082

    gcc compiler or Visual C

    which compiler are you usinig?
  25. Replies
    60
    Views
    6,983

    I like C programming language

    /* A simple C program*/
    include<stdio.h>
    int main()
    {
    printf("Hello to C forum")
    }
Results 1 to 25 of 28
Page 1 of 2 1 2