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

Search:

Type: Posts; User: lopce

Search: Search took 0.02 seconds.

  1. Thread: help me with c++

    by lopce
    Replies
    8
    Views
    1,710

    Re: help me with c++

    I fixed all missing ; but still 3 errors left....

    Anyone has idea where am i wrong?

    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    int n,i,s;
  2. Thread: help me with c++

    by lopce
    Replies
    8
    Views
    1,710

    Re: help me with c++

    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    int n,i,s;
    cout<<"Insert number of n"<<endl;
    cin>>n;
    s=o;
    for(i=1;<=n;i++)
  3. Thread: help me with c++

    by lopce
    Replies
    8
    Views
    1,710

    Re: help me with c++

    I need to find S if N is 4...
  4. Thread: help me with c++

    by lopce
    Replies
    8
    Views
    1,710

    help me with c++

    I need to find S and please explain how did you find S in N is 4

    #include <iostream>

    int main ()
    {

    int n,i,s;

    cout<<"Put the number of n"<<endl;
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured