Search Result

Collapse
6 results in 0.0140 seconds.
Keywords
Members
Tags
expected
  •  

  • I get "expected primary-expression before '<<' token" error don't know why

    I get this error don't know why

    Here's the code:
    Code:
    double z=dt/dd;
    double y=(ut-z*ud)/uu;
    double x=(ct-(z*cd)-(y*cu))/cc;
           
    cout<<"x="<<x<<"\n"<<<<"y="<<y<<"\n"<<"z="<<z<<"\n";
    The error is in the last line
    See more | Go to post

  • Object expected, Code: 0 in I.E. but not Firefox

    Please help, I'm getting this error, Object expected, Code: 0 in Internet Explorer (not in Firefox, though). Here is the link:

    http://www.uatparts.co m/miva/merchant.mvc?Sc reen=PROD&Store _Code=uatparts& Product_Code=UA T-9931&Category_C ode=

    I'm worried that my customers might shy away and not buy from me when they see this error. What do I need to do in order to stop this error from appearing? Here is the entire...
    See more | Go to post

  • Script to show/hide DIVs (x-browser), syntax error?

    Having an odd problem with this script- it's supposed to show/hid div's based on the option selected in a selection box. It's supposed to change methodology based on common browsers. The hardest part of my needs is that I explicitly need to support IE6, IE7, IE8, FF2, and FF3. Other browsers are optional, but that IE6 throws a monkeywrench in things.
    So I came up with this script, and now it supports FF2-3, but IE is catching an error, "Expected...
    See more | Go to post

  • newbguy7040
    started a topic Time and Date will not show up!

    Time and Date will not show up!

    I made a clock on my HTML document, and tried to make it show the current date. After I loaded the page, it worked fine.

    However, after typing more code and testing things completely separate from the time and date, when I loaded the page awhile later, the time and date didn't show up. I never even touched the functions to display the time and date, yet they wouldn't show up on my document! I need to know why they wouldn't show up....
    See more | Go to post

  • Why am I getting "end of statement expected"?

    Private Sub txtBox1.txtLife _Enter(ByVal frmQuote) Handles txtLife
    Me.txtQuote.Tex t = "I like life, it's something to do."
    End Sub

    Private Sub txtBox2.txtFutu re_Enter(ByVal frmQuote) Handles txtFuture
    Me.txtQuote.Tex t = "The future isn't what it used to be."
    End Sub

    Private Sub txtBox3.txtTrut h_Enter(ByVal frmQuote) Handles txtTruth
    ...
    See more | Go to post

  • error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘extern’

    Hi,
    I am using gcc (GCC) 4.2.1 (SUSE Linux).
    SUSE 10.3

    While compiling a .c file I get following error ::::



    CCWebConfigurat ion.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘extern’
    CCWebBrowser.c: In function ‘main’:
    CCWebBrowser.c: 134: error: ‘CUSTOMERCENTRA L_HEADER_TEXT’ undeclared (first use in this function)
    ...
    See more | Go to post
Working...