Search:

Type: Posts; User: bubux

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    1,805

    Poll: I think...

    4 me, programming efficiently is being able to understand the main language structure and where to get support. Cause if u don't know the structure it's hard to get support. Cas-else, you can code a...
  2. Thread: little problem

    by bubux
    Replies
    24
    Views
    1,961

    I think...

    Maybe this would work if you. But be carefull... If the name is 0 in lenght (''), it may generate an error... Ill explain it in 1 minute.. brb i gtg. But here it is:

    [quote]
    void new_char()
    {
    ...
  3. Replies
    16
    Views
    19,691

    So gl doesn't run on DOS

    hmm... interesting, i thought gl run over DOS. I'm curious:

    Is there any Graphics Libary that is Cross-Plataform? Like a GUI program that comoiles on Windows and Linux with (of course) little...
  4. Replies
    5
    Views
    4,448

    What a shame!

    Ahhhh... What a shame for me! I thought that func was in Graphics.h... But it wasn't. I remove it and it worked.

    PROBLEM SOLVED
  5. Replies
    16
    Views
    19,691

    Hmm dune...

    If I get it to work ill tell ya for sure! But I'm just a C newbie and I don't think on working over it now. Anyway, who knows, in the future... You can get Turbo C 2 that comes with that BGI Graphics...
  6. Replies
    5
    Views
    4,448

    But..

    But I still can't find the function. If you have an idea...
    I'm currently using Turbo C2.
    I'm using only standard includes except for 'keys.h' wich contains keycode constants as you can see...
  7. Replies
    5
    Views
    4,448

    Debugging link error

    Hey ppl, i'm having a problem. I'm a C newbie and i got and Link error when i was building my program.
    I'm currently using Turbo C2. It compiles all code OK but when it's gonna link, it generates...
  8. Replies
    3
    Views
    1,710

    Lol, I think, I understood...

    Youre a C learner...
    What you want is an idea of a program for you to code?
    If it is, here we go:
    Make an TicTacToe game. It's not simple for newbies, but not so complex. A good chalange for you C...
  9. Replies
    16
    Views
    19,691

    Hmm dune911...

    Hey dune911 it seems what you told me worked!
    But it generates many conflicts of variables already declared at another header files. :D

    Maybe I can change this in the future, who knows.
    With a...
  10. Replies
    16
    Views
    19,691

    OpenGL... good but...

    K... Thanks guys.
    I'm sure ill use youre help in future!

    But currently, what I look for is portabiblity.

    That is, I'm coding a program to compile under Win and UNIX plataforms. I'm not sure if...
  11. Replies
    16
    Views
    19,691

    Ok... But i'll never give-up

    Hey The Dog I ran your example under TurboC2 and it worked!
    Thank you so much!

    But my main objective is to run Graphics.h under DevC++.

    Ppl, I beg, if anyone have a graphics.h header that...
  12. Replies
    16
    Views
    19,691

    Ok i decide to act

    K, after al i decided to act to see what happens...

    Here we go:
    My TurboC2 is at C:\TC
    My Dev-C++4 is at C:\Dev-C++

    I copied the following files:
    C:\TC\INCLUDE\GRAPHICS.H -> ...
  13. Replies
    16
    Views
    19,691

    Graphics.h

    Thanks!

    But there isn't such header file on Dev-C++4.

    I have it on TurboC2. But how could I pass it to Dev-C++?

    And I think there´s a GRAPHICS.LIB file you should consider passing together...
  14. Replies
    16
    Views
    19,691

    Graphics for DOS under Dev-C++

    Hi, i'm a C leaner...

    Ppl help me! I want to generate graphics in DOS with Dev-C++.

    It can be simple graphics. No rendering or hardware stuff.
    Like drawing cirlces, squares, triangles...
    ...
Results 1 to 14 of 14