Search:

Type: Posts; User: skaldicpoet9

Search: Search took 0.01 seconds.

  1. Ah, I see. Thanks for the information. I knew it...

    Ah, I see. Thanks for the information. I knew it had to do something with the preprocessor statements.
  2. Getting the following error: error C2059: syntax error : '=', can anyone help?

    I am trying to define values for the variables "area" and "circ" but everytime I try to build the project I get this error:


    error C2059: syntax error : '='

    Here is the code in question:

    ...
  3. Replies
    6
    Views
    1,602

    I actually have the eBook of C++ for Dummies so I...

    I actually have the eBook of C++ for Dummies so I just pasted the code from there into VC++ Express. It was formatted that way in the book I just assumed that it would be fine to use in the compiler....
  4. Replies
    6
    Views
    1,602

    Thanks, that was the problem ;)

    Thanks, that was the problem ;)
  5. Replies
    6
    Views
    1,602

    Need help with code!

    Recently I decided to start trying to teach myself C++ and picked up the C++ version of For Dummies to begin at the beginning. However the code that is given in the first chapter doesn't seem to...
  6. Replies
    12
    Views
    2,138

    Yes, this is what I thought but I wasn't quite...

    Yes, this is what I thought but I wasn't quite sure. Well, at least I don't have to go through a long drawn out install process now :D

    Thanks for the help everyone, I appreciate it a lot.


    ...
  7. Replies
    12
    Views
    2,138

    Should I switch to Vista 64 bit?

    I recently purchased a new laptop and found out it has AMD64 architecture but was only installed with a 32 bit version of Vista (Home Premium). I was wondering what the advantages/disadvantages (if...
  8. Replies
    8
    Views
    1,439

    Ok, I understand now. Thanks for all of your help...

    Ok, I understand now. Thanks for all of your help :)
  9. Replies
    8
    Views
    1,439

    Ok, I think I understand what you are saying but...

    Ok, I think I understand what you are saying but what is a pass-by-pointer?
  10. Replies
    8
    Views
    1,439

    So I would have to create an if statement for...

    So I would have to create an if statement for every form of math that the user inputs?
    Something like:



    if(symbol = +) {
    scanf("%d", "%d", "%d",num1,symbol,num2);
    ans...
  11. Replies
    8
    Views
    1,439

    Need Help with Homework.

    I have an assignment due in Programming 1 and I need a little bit of help. I have already created the program but now I have one last thing to do. However, I don't quite understand what my professor...
  12. Replies
    11
    Views
    1,465

    Right on, that works. I knew it was something...

    Right on, that works. I knew it was something simple I was overlooking.



    Oh, sorry about that, it must have got messed up when I pasted it.
  13. Replies
    11
    Views
    1,465

    Oops. That actually isn't like that in the...

    Oops.

    That actually isn't like that in the code though...I just checked. I just typed that on the forum like that.
  14. Replies
    11
    Views
    1,465

    Hmm, when I try to compile it with the code...

    Hmm, when I try to compile it with the code if((num1 ==0) || (num <=0));
    it still doesn't display the error message when I type zero though, it only displays it after I type in the second number as...
  15. Replies
    11
    Views
    1,465

    What am I doing wrong?

    I am trying to get this program to display an error message when the user inputs a zero for the base of an exponent. However, whenever I compile the program the program does not display an error...
Results 1 to 15 of 15