Mips And C++ [Archive] - KH-Vids.Net Forum

PDA

View Full Version : Mips And C++


josephace
04-19-2008, 08:07 PM
does anyone know what the difference is?

EvilMan_89
04-19-2008, 08:48 PM
no i don't why do you ask btw?

04-19-2008, 10:03 PM
C++ is a type of programming language
MIPS is a part of programming

NeoCloudstrife
04-19-2008, 10:03 PM
does anyone know what the difference is?
Mips is the coding language in which Playstation 2 games and possibly more consoles games are written. it is Written with hexidecimal numbers (1 to F) and isnt used much.

C++ is one of teh more popular code forms used to Code Computers (normally the windows OS) it is written (im sure) in regular numbers (1 to 9).

hope that helps :D

EDIT: @carey, im sure MIPS is indeed a seperate programming language?

04-19-2008, 10:09 PM
EDIT: @carey, im sure MIPS is indeed a seperate programming language?

true it is, but MIPS take more to program then writing simple command like C++

Erkz
04-20-2008, 04:32 AM
C++ is a high-level programming language.

MIPS is a low-level assembly language.

DjC
04-20-2008, 04:36 AM
all i know is c is used in psp programing.........

Zexion
04-20-2008, 07:39 AM
well....that's right *_*

wareya
04-26-2008, 12:08 AM
C++ is a programming language that is compiled into readable machine code.
Mips ASM is a way to read a specific machine code, and is used mostly by video game consoles.

EDIT: For example (this is true, I spent almost a year moding it), "The Legend of Zelda: Ocarina of Time" was written in c++, then compiled into MIPS assembly machine code in a way for the N64 to read it.