CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dovip

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,269

    Re: Please little help me

    Hmm...Should I put integer with them on function prototype?
  2. Replies
    4
    Views
    1,269

    Please little help me

    Hello, I got some errors from void and others. Is something wrong that?



    #include <cstdlib>
    #include <iostream>
    #include <string>
    using namespace std;

    int main()
  3. Thread: struggle...

    by dovip
    Replies
    4
    Views
    2,124

    Re: struggle...

    Oh ok. I made mistaken. Thanks.
  4. Replies
    1
    Views
    1,720

    Re: need help please!!

    Go look to find some C++ books at any book stores. Then that will help you. Lol
  5. Thread: std::mutex

    by dovip
    Replies
    3
    Views
    4,506

    Re: std::mutex

    Hmm..Are you using on Linux?
  6. Thread: struggle...

    by dovip
    Replies
    4
    Views
    2,124

    struggle...

    I am using on Dev C++. However, I couldn't figure out it...because I got few errors.

    In function `int StringToNumber(std::string)':
    13 no match for 'operator>' in 'converter > result'
    ...
  7. Thread: help me

    by dovip
    Replies
    5
    Views
    1,534

    Re: help me

    Never mine. I already problem solved because I found out it. Show it here.



    (i <= sqrt((double)n))


    It would worked. :-)
  8. Thread: help me

    by dovip
    Replies
    5
    Views
    1,534

    Re: help me

    I mean, Number 15 is error. It is said that C:\Users\Duy N. Le\Desktop\C++\prime1.cpp
    call of overloaded `sqrt(int&)' is ambiguous
  9. Thread: help me

    by dovip
    Replies
    5
    Views
    1,534

    help me

    I don't know what should I doing. About cmath. Here



    #include <iostream>
    #include <cmath>

    using namespace std;

    int main() {
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured