Search:

Type: Posts; User: nigy

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    3,960

    yeah, i got a dev C++ compiler, but whats the...

    yeah, i got a dev C++ compiler, but whats the difference between that and a bisual C++ compiler?
  2. Replies
    12
    Views
    1,610

    #include using namespace std;...

    #include <iostream>


    using namespace std;

    int main (void)
    {

    int x;
    x = 5;
  3. Replies
    12
    Views
    1,610

    Ok, yes, all goes well in command prompt, but...

    Ok, yes, all goes well in command prompt, but when running it, will those codes let me see my final product? using
    cin.get();, the window stays open for a simple
    cout << "__";, but anything...
  4. Replies
    12
    Views
    1,610

    oh, i just edited my last post saying i got it to...

    oh, i just edited my last post saying i got it to work via cmd.

    buy why does it work there...

    skynet-systems....so you just inserted the code into a compiler, compiled, ran it and it worked?...
  5. Replies
    12
    Views
    1,610

    you mean from run>>command ? from command...

    you mean from run>>command ?
    from command prompt?

    how exactly would i do that? ill try, sorry.....

    edit: oh, i got it to work..and it worked.

    but....why....and is there a way to not go to...
  6. Replies
    12
    Views
    1,610

    that's one of the things, well, the only thing...

    that's one of the things, well, the only thing i've tried. doesn't help. or at least not for me....
  7. Replies
    12
    Views
    1,610

    small code question

    #include <iostream.h>
    int main ()
    {
    int x;
    x = 5;
    int y;

    cout << "enter choice here: ";
    cin >> y;
    if (y == x)
Results 1 to 7 of 7