angelic_sedition wrote:Is c better for psp than c++?
What do you mean by "better"?
| Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita |
angelic_sedition wrote:Is c better for psp than c++?




m0skit0 wrote:(Almost) Every programming programming language has pros and cons. Specifically C and C++ are quite different despite the name. C is imperative while C++ is object-oriented. They're two different worlds of programming, but each has good and bad sides.




Howto wrote:can i proggram in my language? i mean Greek...
#include <stdio.h>
#define ihaz int
#define showmeh printf
#define gimmegimme scanf
#define kbbai return
#define iz if
#define iznah else
#define areustilltherelol getch
ihaz main(){
ihaz agepl0x;
gimmegimme("%d", &agepl0x);
iz(agepl0x < 18){
showmeh("PAEDO!!!!");
}
iznah{
showmeh("KK");
}
areustilltherelol();
kbbai 0;
}


m0skit0 wrote:Not really, TiPi. Language reserved words still cannot be changed unless you modify the compiler source code.
/C++
#define hgr return
...
int main(){
hgr 0;
}
int main()
{
//εξόδου γειά ελληνικού κόσμου στην οθόνη.
printf("γειά σου κόσμος στα ελληνικά!");
return 0;
}Users browsing this forum: kakarotto and 2 guests