Advertising (This ad goes away for registered users. You can Login or Register)

Search found 103 matches

by Sirius
Mon Sep 17, 2012 12:21 am
Forum: Programming
Topic: What does Wololo.com/Talk Program in?
Replies: 36
Views: 17970

Re: What does Wololo.com/Talk Program in?

C, C++, java, asam x86
by Sirius
Fri Aug 24, 2012 6:17 am
Forum: Programming and Security
Topic: [Tutorial] Introduction to programming using C (VIII)
Replies: 37
Views: 21874

Re: [Tutorial] Introduction to programming using C (VIII)

Hi moskito, first sorry for the bad english I did everything in the same file, but everything is divided properly. Sometimes I didnt use "{" or "}" just to make the code smaller, usually I dont do that :P [spoiler] #include <stdio.h> #define MAX 10 int main(int argc, char* argv[]) { int vec[] = {5,2...
by Sirius
Tue Aug 14, 2012 6:38 am
Forum: Programming and Security
Topic: Learning Programming With C++ (II)
Replies: 3
Views: 3049

Re: Learning Programming With C++ (II)

nice tuto, I hope you can keep doing this tuto :)
by Sirius
Mon Jul 02, 2012 1:25 pm
Forum: Programming and Security
Topic: Make for dummies
Replies: 2
Views: 2950

Re: Make for dummies

Very interesting, thankyou
by Sirius
Wed Jun 27, 2012 3:19 pm
Forum: Programming and Security
Topic: [Tutorial] Introduction to programming using C (IV)
Replies: 28
Views: 16453

Re: [Tutorial] Introduction to programming using C (IV)

But if C/C++ is not good to develop games why psp's games are developed using C? also my little research on google says that most of the thrid generations PC games use C++ :P



sorry for the bad english
by Sirius
Tue Apr 24, 2012 5:59 am
Forum: Programming
Topic: Templated Class Question
Replies: 2
Views: 2694

Re: Templated Class Question

You can separate the code doing something like this

***.h

Code: Select all

template <class T>
class ***{
  T x;
  T y;
public:
  ***(T, T);
  T Add();
};

#include "***.cpp"
***.cpp

Code: Select all

template <class T>
***<T>::***(T one, T two){
  x = one;
  y = two;
}

template <class T>
T ***<T>::Add(){
  return x + y;
}
by Sirius
Sat Jan 21, 2012 9:01 pm
Forum: Programming and Security
Topic: [Tutorial] Advanced C
Replies: 29
Views: 63641

Re: [Tutorial] Advanced C

Yes, sorry I mean i r eip :oops:
by Sirius
Sat Jan 21, 2012 12:11 am
Forum: Programming and Security
Topic: [Tutorial] Advanced C
Replies: 29
Views: 63641

Re: [Tutorial] Advanced C

I finshed this part and found it very useful. :D Just one thing, in my disassamble code I have add insted of lea but everything else is the same ;) Other thing, the command i r aip just print the value stored in that register right? I can't find info about that command on internet. sorry for the bad...
by Sirius
Sat Jan 14, 2012 5:34 pm
Forum: Programming and Security
Topic: [Tutorial] Advanced C
Replies: 29
Views: 63641

Re: [Tutorial] Advanced C

Thank you. is still good to know that there are people that want to share their knowledge ;)
by Sirius
Tue Dec 20, 2011 5:36 am
Forum: Homebrews
Topic: Hello World on Vita?
Replies: 36
Views: 24801

Re: Hello World on Vita?

@wololo

did you try to connect your vita to a Linux OS?

Go to advanced search