Search:

Type: Posts; User: ToxicLove

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,293

    ya, with dev-c++ i get a linker error that says:...

    ya, with dev-c++ i get a linker error that says:
    "Undefined reference to __gl_personality_vxx"
    I have also tried the borland command line compiler (bcc5.5) but i get 14-16 errors when...
  2. Replies
    2
    Views
    1,293

    using consoleGDI

    trying to run demo program (drawshapes.cpp, draws a couple basic shapes in a GUI window). I'm getting an error that says:

    Resource Error | no resources.

    I've installed the clGDI devpack...
  3. Replies
    0
    Views
    2,902

    Using winbgim.h

    I'm trying to incorporate this library into Dev-C++ compiler, just attempting to compile a few demo progs i got. I get errors like:

    previous declaration of 'COLOURS BLACK'
    etc.. for all colours....
  4. Replies
    3
    Views
    1,150

    i was browsing threads and found the answer like...

    i was browsing threads and found the answer like 2mins after. that'll learn me to post quickly. :rolleyes:

    it was exactly like your suggestion. thanks.
  5. Replies
    3
    Views
    1,150

    Opening input file

    My program asks the user for the name of the input file.
    If the user screws up and enters nothing, or an incorrect filename, the program will crash. How can the program be directed to recognize that...
  6. Replies
    4
    Views
    3,285

    both of these solutions work on their own, so...

    both of these solutions work on their own, so thats cool, but now ive got a different problem.
    The code checking for an integer or invalid character is within a case statement... like so:

    switch...
  7. Replies
    4
    Views
    3,285

    Entering character in integer field

    How am i able to display an error message and exit the program when a character is accidentally entered by a user when the scanf statement expects an integer ( or double ), instead of having the prog...
  8. Replies
    2
    Views
    1,715

    cool. i got it workin now. thx.

    cool. i got it workin now. thx.
  9. Replies
    2
    Views
    1,715

    Header file creation problem

    I get an error when compiling my source file for the header,

    [Linker Error] Undefined reference to 'WinMain@16'

    Here is my header code:

    #define Pi 3.14159265358979323846

    extern double...
  10. Replies
    3
    Views
    1,354

    sorry, i was a little vague, but actually im just...

    sorry, i was a little vague, but actually im just looking for a function to read the # of data values in the file.

    like if file contained: 10,20,30,40,50,60
    the function would read 6 values......
  11. Replies
    3
    Views
    1,354

    Finding values in input file

    what is the best way to determine how many values are contained in an input pointer file and store in a variable? any ideas appreciated.
Results 1 to 11 of 11