Search:

Type: Posts; User: mat13mat

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,483

    oh another thing is: when I execute a file or a...

    oh another thing is: when I execute a file or a project, I think it might build everything then run the .exe file, now the .exe file suppose to be saved somewhere, where is it? I use microsoft visual...
  2. Replies
    6
    Views
    1,483

    ok cool anyway heres the code of the 2 file 1...

    ok cool anyway heres the code of the 2 file 1 project:
    #include <iostream>

    using namespace std;

    int main()
    { char act;

    do {
    cout<<"Please choose 1 of a mathematic actions. For...
  3. Replies
    6
    Views
    1,483

    oh and y does this: #include ...

    oh and y does this:
    #include <iostream>

    using namespace std;

    int main()
    {
    int x;
    int y;
    int array[8][8]; // Declares an array like a chessboard
  4. Replies
    6
    Views
    1,483

    some question asking for answer...

    hi, I'm not "old" in this stuff c++ but, I got some problems.
    first. how do I execute 1 of the files in 1 project. 1 is int main() and 1 is int submain() so how do I execute only the int submain()?...
  5. Replies
    5
    Views
    978

    Begginer Question

    hi, I started c++ not long ago and I did 2 files in 1 project.
    now I know main(); will always be execute first but how do I execute only the submain();?(my other function of the file)?

    pls help? ...
  6. Replies
    3
    Views
    1,269

    2 files 1 project

    If I make 2 files in 1 project, and I execute it, but I want to execute only 1 file how do I do it?
    I made a project with 2 files in it, 1 is int main() and 1 is int submain() now how do I execute...
  7. Replies
    13
    Views
    1,443

    I don't know if some1 will answer this here so...

    I don't know if some1 will answer this here so I'll post a thread too, gm do w/e u want.
    If I make 2 files in 1 project, and I execute it, but I want to execute only 1 file how do I do it?
    I made a...
  8. Replies
    13
    Views
    1,443

    oh 1 last question: how do I make && evaluate...

    oh 1 last question: how do I make && evaluate after ||? means: if I do (1 || 1 && 0) that's not like 1 || 1 = 1 && 0 = 0

    it's 1 && 0 = 1 then 1 || 1 = 1
    I want AND to be evaluate before OR, how...
  9. Replies
    13
    Views
    1,443

    Thankkkkss

    WOOWW thanks it's really (!(1/0)) and recognize = identify
  10. Replies
    13
    Views
    1,443

    oh and if it is (!true) so how do I make it like...

    oh and if it is (!true) so how do I make it like first evaluate (1 || 0) then evaluate NOT. (1 || 0) = true but NOT makes it false.
  11. Replies
    13
    Views
    1,443

    Help I'm Hopelessss

    I'm sorry I can't reply for some reason so if u feel u need to replace this go ahead.


    I'm messing around with the NOT !.
    At the first place I did like this !(1 || 0) and that suppose to be true...
Results 1 to 11 of 11