Search:

Type: Posts; User: makit

Search: Search took 0.01 seconds.

  1. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    it works!!! at last - thanks all! :-)

    it works!!! at last - thanks all! :-)
  2. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    i dont have the header file so that wont work!

    i dont have the header file so that wont work!
  3. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    can?

    I dont have the curses header file. Can you tell me a site. please, where I can download header files?
  4. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    Error: (65) : error C2065: 'getch' :...

    Error:

    (65) : error C2065: 'getch' : undeclared identifier

    start of code:

    #include <string>
    #include <iostream>
    #include <fstream>
  5. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    how

    how do i declare a identifier? I have changed what you said and now I only have one error saying undeclared identifier so I want to fox it
  6. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    anyways thanks for your help

    anyways thanks for your help
  7. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    ummmmm...

    well I changed one of them and there was still 69 errors so that can't be an error. Also I get this error:

    '=' : cannot convert from 'char [8]' to 'int'

    which is on the first string line...
  8. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    cool

    doing that only caused one error:

    fatal error C1083: Cannot open include file: 'cstring.h': No such file or directory

    [edit]I just downloaded cstring and it has thew 69 errors again[edit]
  9. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    with the using namespace thing all the errors are...

    with the using namespace thing all the errors are like this:

    error C2780: 'class std::basic_istream<_E,_Tr> &__cdecl std::getline(class std::basic_istream<_E,_Tr> &,class...
  10. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    :-(

    102 errors now! weird or what?
  11. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    using

    im using MS visual c++ 6.0
  12. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    Where would I include the memset. And do you want...

    Where would I include the memset. And do you want the full code ?

    #include <iostream.h>
    #include <string.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <fstream.h>
    #include <stdio.h>
    ...
  13. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    umm..

    it has 69 errors but If I put it back to how I had it, it only has the one. The top two are:

    'string' : undeclared identifier

    syntax error : missing ';' before identifier 'font'
  14. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    problem

    but now it says:

    error C2065: 'string' : undeclared identifier
  15. Thread: Fuction Headers

    by makit
    Replies
    31
    Views
    2,625

    Fuction Headers

    I'm new at C++ and I have found the source for a program but when I compile
    it, it says:

    error C2447: missing function header (old-style formal list?)

    the line number is 28 which is the line...
Results 1 to 15 of 15