CPP RELEASE Come on!

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Guys this section is dead  :eek:mg_run: please revive it..

plzz revive k? i gib u free vip full source hallo woreld code::
PHP:
#include <iostream>
int main()
{
   printf("Hallo woreldd");
   getchar();
   return 0;
}
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
It is your fault because you guys are good in c/c++ so this section live on your gives to the people
Try to make tutorials or programs for samp
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
Add Visual Basic (.NET) and Python... so I might bring people who know shit.
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
That's how it goes, most of the peoples here just want to Download.
It's really rare that we have some peoples who know shit, and if they're busy or dont bother.
 

ClausBear

Expert
Joined
Aug 19, 2013
Messages
647
Reaction score
0
0x688 link said:
That's how it goes, most of the peoples here just want to Download.
It's really rare that we have some peoples who know shit, and if they're busy or dont bother.

basicly this is what ugbase is built on
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
To complete the giving process ,First we have to complete the work process

In another words , we can't give downloads and releases to people which all they do here is takin , after all the stuff who knows about programming/scripting Of ugbase.eu won't stick here forever.., who knows about thing he has to share it , it is his duty to pass it to others and not keep it for him self...
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
blackHat link said:
To complete the giving process ,First we have to complete the work process

In another words , we can't give downloads and releases to people which all they do here is takin , after all the stuff who knows about programming/scripting Of ugbase.eu won't stick here forever.., who knows about thing he has to share it , it is his duty to pass it to others and not keep it for him self...
wow hold on..., all i asked is we have to get this section up somehow make it active a little bit...
it turns out no one knows shit here except few special people. so we have to just wait until someone lays a thread on this section  :challenge_accepted:.
 

0xf0rd

Active member
Joined
Jun 20, 2014
Messages
68
Reaction score
1
You are using C and you included a C++ header? Lol
Use stdio.h if you want to write in C and iostream if you want to use C++
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
0xf0rd link said:
You are using C and you included a C++ header? Lol
Use stdio.h if you want to write in C and iostream if you want to use C++
Actually, you can tell that it is C++ code since i included iostream which also declares printf from <stdio.h>, the reasion i used printf is because i don't like std::cout. and the line before the last one (getchar()) is just used to maintain the window open(executed from executable not from terminal like linux...)
 
Top