Recent content by its me

  1. I

    error in my c++ program

    Hello I need a help in c++ program, There is an error and I couldn't solve it. this is the program #include<iostream> #include<string> using namespace std; void showMenu(); /////////////////////The Struct Car///////////////////// struct Car { int model; long plate; string brand; long...
  2. I

    assembly

    I have an assignment , and this is the question What is the instruction set of the processor in you computer? In other word, list the basic operations of your computer. Hint: You may use the program ‘disasm’ to translate any C program to assembly, and then you can find the instructions.
  3. I

    assembly

    Hello I want to know how can I know the instructions set ( assembly) of my computer
  4. I

    Post your C/C++ Programs Here

    Re: Post ur C/C++ Programs Here Thank you very much :)
  5. I

    Post your C/C++ Programs Here

    Re: Post ur C/C++ Programs Here Hello I need a program in C++ that convert numbers from Hexadecimal to Binary thanks :p
Top Bottom