Search:

Type: Posts; User: lisa92

Search: Search took 0.01 seconds.

  1. no i do the whole makefile thing but one of the...

    no i do the whole makefile thing but one of the source files is not compiling b/e of this error
  2. [Linker error]Undefined reference for function

    I'm trying to combine three sources files together to run a program. I included my .h files correctly but I still have this error [Linker error]Undefined reference for function. I've read that Im...
  3. Pointers error:assignment discards qualifiers from pointer target type

    When I compile I get the following error: assignment discards qualifiers from pointer target type
    I dont get what it means...


    int delete(const struct PassWeb *p, const char *u) {
    struct User...
  4. Cipher program error : redifinition/previous definition

    Hello everyone, Im trying to run a program PassWeb by compiling three source files together (PassWeb, Cipher and Menu) but every time I run it the compiler crashes(I use both dev C++ and gcc).
    The...
Results 1 to 4 of 4