Search:

Type: Posts; User: military genius

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,021

    ok thanks ok new code it's shorter yes...

    ok thanks


    ok new code it's shorter yes you're right

    #include <iostream>
    using namespace std;

    int main ()
    {
  2. Replies
    4
    Views
    1,021

    [SOLVED] don't get it how to make || operator

    #include <iostream>
    using namespace std;

    int main ()
    {
    long int x = 0;
    start:
    if (x != 128)
    {
    if (x == 9){x++;} //31 space//13 enter//10 enter//9 tab
  3. Replies
    13
    Views
    2,312

    ok I'm slowly making progress in assembly now...

    ok I'm slowly making progress in assembly

    now I don't understand what's the difference between this 2 tutorials


    this one can be assembled and run with:

    nasm -f elf filename.asm ; makes...
  4. Replies
    13
    Views
    2,312

    ok I'm familiar with pointers now my dad sad...

    ok I'm familiar with pointers
    now my dad sad that pointer in C++ sounds like register in assembly (he only coded assembly 15 years ago)

    now I'm confused what's different betwin register and...
  5. Replies
    13
    Views
    2,312

    hmmm interesting well I'm looking for coding CPU...

    hmmm interesting
    well I'm looking for coding CPU (i7-920 and Intel mobile CPU)

    well I've heard little about assembly coding
    and I don't even know where to look for "short cuts of each CPU (as my...
  6. Replies
    13
    Views
    2,312

    assembly tut --> help

    hey everyone I think I'm enough experienced with C++ to go learning assembly language
    I was googling for at least 2 months and found none good tutorials for it


    does anyone know any good...
  7. Replies
    1
    Views
    1,182

    problem solved cin.ignore(); after cin >> x

    problem solved
    cin.ignore(); after
    cin >> x
  8. Replies
    1
    Views
    1,182

    rune tipe error - calculator

    hi everybody I got an rune tip error -- >> it's marked in program
    what should I do that program will give me one more time to correct if I want
    manual or blind or exit calc


    #include <iostream>...
  9. Thread: Help

    by military genius
    Replies
    36
    Views
    3,220

    int main () { if (condition is true/*all...

    int main ()
    {
    if (condition is true/*all other if's will be ignored*/)
    {do stuff - if it is true}

    else if (if condition if isn't true look here/*all other if's will be...
  10. Replies
    6
    Views
    1,148

    sorry I have edit the message yes I found the...

    sorry I have edit the message

    yes I found the solution to that message you saw

    I used bool and works fine for 0 or flase
  11. Replies
    6
    Views
    1,148

    thanks null was the problem

    thanks

    null was the problem
  12. Replies
    6
    Views
    1,148

    pointer to string???

    this is normal pointer that gives variable that var contains



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

    int main ()
    {
  13. Thread: Help

    by military genius
    Replies
    36
    Views
    3,220

    cout

    cout << "Please enter an integer between 0 and 100: ";
    cin >> num1;

    cout << "Please enter an integer between 50 and 100: ";

    what about if I press 30 in the first num1???

    than it wouldn't be...
  14. well using namespace std; means it will use...

    well
    using namespace std;

    means it will use somethings in <iostream>

    so if you do a class or function



    myfunc ()
  15. first problem I can find is a lot of missing ; ...

    first problem I can find is a lot of missing ;

    on the end of line of all cout use ; (semicolon)

    this is all I have found till now I'll search further
  16. Thread: Help

    by military genius
    Replies
    36
    Views
    3,220

    all I don't understand what operator should I use...

    all I don't understand what operator should I use between num1 and num2

    I did your homework in less than 30 min ---->>> BUT I'M NOT GIVING YOU JUST LIKE THAT

    learn C++
  17. Thread: Help

    by military genius
    Replies
    36
    Views
    3,220

    you should say to your professor at school that...

    you should say to your professor at school that using system pause is a bad habit

    if he has any objections direct him to this site:

    IP Banned - GIDNetwork
  18. Replies
    5
    Views
    1,185

    if you need tutorial this is best where to start...

    if you need tutorial this is best where to start

    Cprogramming.com Tutorial: Introduction to C++
    here I learned a lot



    but if you are on short of time I suggest you start here
    YouTube - C++...
  19. Replies
    12
    Views
    3,521

    why don't you think I have already try it out...

    why don't you think I have already try it out ??????????? ----->>>>>

    I sad try it your self first and than post whole code please




    here is your code you were talking about with error
  20. Replies
    12
    Views
    3,521

    truthfully to say this one was a hard one but...

    truthfully to say this one was a hard one

    but I did it
  21. Replies
    12
    Views
    3,521

    #include #include using...

    #include <iostream>
    #include <string>
    using namespace std;
  22. Replies
    12
    Views
    3,521

    well I know how to do for 1 caracter (char) ...

    well I know how to do for 1 caracter (char)

    but not for string



    #include <iostream>
    #include <string>
    using namespace std;
  23. Replies
    9
    Views
    1,167

    of corse yea thanks

    of corse

    yea thanks
  24. Replies
    13
    Views
    1,266

    #include using namespace std; ...

    #include <iostream>

    using namespace std;


    string func1 ()
    {
    string name;
    getline (cin,name);
    cout << name << endl;
  25. Replies
    9
    Views
    1,167

    if it would do nothing it wouldn't use neighter...

    if it would do nothing it wouldn't use neighter 1% of CPU


    I wont to know what exactly it does
Results 1 to 25 of 35
Page 1 of 2 1 2