Thread: Someone explain me why this isn't working!

  1. #16
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Exclamation

    compiler error

  2. #17
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    whats the error?
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  3. #18
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    Is there another way of doing this?

  4. #19
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    not that i know of... whats the error?
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  5. #20
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    It says that cci isn't declared or something.

  6. #21
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    have you #include<windows.h>
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  7. #22
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    try this first #include <windows.h>

    if thats not it then your gonna have to copy and paste the error(s) or something i need more exact info on the error.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  8. #23
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    once again stoned...hah
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  9. #24
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    DJGPP doesn't have windows.h . I need another compiler!!!

  10. #25
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    ummm.... i don't um... know what to tell you then...
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  11. #26
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    use dev-c its free from bloodshed.net
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  12. #27
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    Question

    I've been trying to find out where to get Borland C++ Compiler. I've registered and validated. Now where do i go?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C question explain please..
    By code_guru in forum C Programming
    Replies: 3
    Last Post: 11-04-2005, 02:54 AM
  2. Program Not working Right
    By raven420smoke in forum C++ Programming
    Replies: 2
    Last Post: 09-16-2005, 03:21 AM
  3. Trying to eject D drive using code, but not working... :(
    By snowfrog in forum C++ Programming
    Replies: 3
    Last Post: 05-07-2005, 07:47 PM
  4. x on upper right corner not working
    By caduardo21 in forum Windows Programming
    Replies: 1
    Last Post: 02-20-2005, 08:35 PM
  5. cygwin -> unix , my code not working properly ;(
    By CyC|OpS in forum C Programming
    Replies: 4
    Last Post: 05-18-2002, 04:08 AM