Search:

Type: Posts; User: slain

Search: Search took 0.01 seconds.

  1. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    Even this works great !! #define HLINE(val)...

    Even this works great !!


    #define HLINE(val) for(i=0;i<=val;i++)\
    { \
    printf("%c",196); \
    }
  2. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    From the suggestion the error free code is ...

    From the suggestion the error free code is


    #include<stdio.h>
    #include<conio.h>
    #include"lib.h"


    void main()
    {
  3. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    @Sale...

    @Salem Thank you for your concern and taking time to reply me, if i was rude in any way i am sorry for it.

    @anduril462 I understood the mistake i was making over there. And your post was helpful....
  4. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    And also undefined symbol i

    And also undefined symbol i
  5. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    The errors are expression syntax error at each...

    The errors are expression syntax error at each both the occerence of HLINE, and missing statement ;
  6. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    @Salem...

    @Salemyes i read the post but it is no way connected to my bug
  7. Thread: Macros problem

    by slain
    Replies
    12
    Views
    3,400

    Macros problem

    I was creating a program here


    #include<stdio.h>#include<conio.h>
    #include"lib.h"


    void main()
    {
    clrscr();
  8. Thread: What's that?

    by slain
    Replies
    4
    Views
    2,232

    Sounds great!!! months back i tried using those...

    Sounds great!!! months back i tried using those video tags but it wasnt supported in many browsers hope that the latest browsers support them now with all new tags too
  9. Replies
    8
    Views
    2,525

    As you have asked whiteflags, buisness game is a...

    As you have asked whiteflags, buisness game is a type of a family board type game, i used to play a lot in my childhood, so i thought why not create one :)
  10. Replies
    8
    Views
    2,525

    Thanks for the help crossfire

    Thanks for the help crossfire
  11. Replies
    1
    Views
    1,415

    I want to get started

    Hello i just started here, i really want to start creating a game Using C language since i am learning it, and i decided that i want to create Business game for some reason, I have never created a...
  12. Replies
    8
    Views
    2,525

    Thanks for welcoming and letting me knw whr i...

    Thanks for welcoming and letting me knw whr i have posted, i am too frustated to finding help
  13. Replies
    8
    Views
    2,525

    For a Fellow Programmer

    Hello fellow programmers, i am currently learning C language, and was wondering to create a mini project as a Business game, or any mini project which is worthwhile. but i haven't done any projects...
Results 1 to 13 of 13