Search:

Type: Posts; User: sentienttoaster

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,315

    ok, then I got this error g++ -Wall -c...

    ok, then I got this error

    g++ -Wall -c money.cxx
    g++ -Wall -c lab1main.cxx
    g++ money.o lab1main.o -Wall -o lab1main
    lab1main.o(.text+0x31): In function `main':
    : undefined reference to...
  2. Replies
    11
    Views
    1,315

    my code is exactly as it is above, with his...

    my code is exactly as it is above, with his corrections. my errors are these

    g++ -Wall -c lab1main.cxx
    lab1main.cxx: In function `int main()':
    lab1main.cxx:9: no matching function for call to...
  3. Replies
    11
    Views
    1,315

    ok, I have done what was posted, but it didn't...

    ok, I have done what was posted, but it didn't help, I am using a makefile, could this code be wrong?



    lab1main : money.o lab1main.o
    g++ money.o lab1main.o -Wall -o lab1main

    money.o :...
  4. Replies
    11
    Views
    1,315

    I know this makes me look really stupid, but what...

    I know this makes me look really stupid, but what would that look like?
  5. Replies
    11
    Views
    1,315

    g++ -Wall -c money.cxx money.cxx:12: prototype...

    g++ -Wall -c money.cxx
    money.cxx:12: prototype for `money::money(long int)' does not match any in
    class `money'
    money.h:12: candidates are: money::money(const money&)
    money.h:15: ...
  6. Replies
    11
    Views
    1,315

    class help

    I have some problems with a class in my program, I have a header file and a .cxx file which I can change that actually contain my class, and a .cxx file that has my main which I cannot touch. Here is...
  7. Replies
    1
    Views
    2,537

    Amiga 500 help

    Ok, I just found my old Amiga 500, and have some problems with it. I tried to insert Plutos into the drive and run it, but is gives me a "software failure: waiting for software activity to end" is...
  8. Replies
    1
    Views
    3,063

    knoppix config file

    I am runniung knoppix off my cd, and need to know how to save my config file to my hard disk, and be able to access it everytime, and also how to go about changing the config file to accept my...
  9. Replies
    1
    Views
    1,296

    default value

    extremely simple question, just wanted to make sure of the answer. What would the code look like of you wanted to have a function prototype that declared two integers, one of which has a default...
  10. Replies
    17
    Views
    4,787

    ok, that did it, thanks!!!

    ok, that did it, thanks!!!
  11. Replies
    17
    Views
    4,787

    I downloaded that and installed that, but nothing...

    I downloaded that and installed that, but nothing happened, its as if the program isn'n even on my computer, there isn't anything special I have to do to use it, is there?
  12. Replies
    17
    Views
    4,787

    virtual desktops

    Ok. I am Running Windows XP Home Edition ( don't laugh ) and I wanted to download something that would give me multiple desktops to use. The best one I know of is MSVDM, so I downloaded that,...
  13. Replies
    4
    Views
    1,264

    ok, I put that into my code, but now I am getting...

    ok, I put that into my code, but now I am getting a this error:
    (63) : error C2601: '>>' : local function definitions are illegal
    It starts at the open bracket for the code you gave me, how do I...
  14. Replies
    4
    Views
    1,264

    disregard the employee::lname=infile.get>> ...

    disregard the employee::lname=infile.get>>

    cout<<employee::lname;

    I meant to comment those out
  15. Replies
    4
    Views
    1,264

    overloading >>

    ok. My working code is below. what I now need to do is read from a file, which needs to be done with the overloaded>>. each field I read needs to be assigned to a variable listed in my class. I will...
  16. Replies
    2
    Views
    1,018

    (49) : error C2059: syntax error : ')' (49) :...

    (49) : error C2059: syntax error : ')'
    (49) : error C2660: 'compute' : function does not take 0 parameters
    (49) : error C2144: syntax error : missing ')' before type 'int'
  17. Replies
    2
    Views
    1,018

    easy fix

    Ok, classes are confusing me alot. here some code, and I will give you the error. I'm not entirely sure what is wrong with it, but maybe you can help.


    #include<iostream>
    #include<fstream>...
  18. Replies
    8
    Views
    1,158

    that helped, thanks for the advise

    that helped, thanks for the advise
  19. Replies
    8
    Views
    1,158

    hmmm... ok, take the code above, and I am getting...

    hmmm... ok, take the code above, and I am getting these errors now:

    (29) : error C2109: subscript requires array or pointer type
    (33) : error C2374: 'j' : redefinition; multiple initialization...
  20. Replies
    4
    Views
    1,519

    ok, that seemed to fix it. Thanks for now, I'm...

    ok, that seemed to fix it. Thanks for now, I'm sure I will find trouble again
  21. Replies
    8
    Views
    1,158

    thanks, I will try that, I am using visual c++...

    thanks, I will try that, I am using visual c++ 6.0 (I know I shouldn't be!)
  22. Replies
    4
    Views
    1,519

    Linking... n queen.obj : error LNK2001:...

    Linking...
    n queen.obj : error LNK2001: unresolved external symbol "int * col" (?col@@3PAHA)
    Debug/n queen1.exe : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.

    n...
  23. Replies
    4
    Views
    1,519

    linking errors

    ok, here is my other program that I am having trouble with. It will look familiar. I have 2 linking errors that I cannot figure out. I hope you can help.



    #include <iostream>
    #include<ctime>...
  24. Replies
    8
    Views
    1,158

    easy fix

    ok, for some reason, it is one of those days where I cannot fix simple problems. Anywhere j is used in this code, I either get left operand must be l-value, or I get pointer erros. Take a look.


    ...
  25. Thread: errors

    by sentienttoaster
    Replies
    1
    Views
    1,112

    errors

    I am going to paste my code. It for what is there, I thin kit should run, but I am getting some wierd errors that I cannot fix. Take a look and see if you can see what is wrong.

    ...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4