Club Penguin Planet
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesRegisterLog in

 

 THIS is real programing.

Go down 
+15
figure.
CPfan2450
Incendio
Iced8383
Tricky
Mike Hawke
HavoKitten
BT
Emess
Hellopayton
Name
Sergio
Bronze
whitepwny
ZO0T
19 posters
Go to page : Previous  1, 2
AuthorMessage
Emess
Adept
Adept
avatar


Posts : 1559
Registration date : 2009-03-02

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 12:06 pm

THIS is real programming.

Code:
while true do
game.Workspace:BreakJoints()
wait(0.03)
end

^ use that to destroy a Roblox game
Back to top Go down
Name
Exemplar
Exemplar
Name


Posts : 2493
Registration date : 2008-04-13

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 1:04 pm

MrMess wrote:
THIS is real programming.

Code:
while true do
game.Workspace:BreakJoints()
wait(0.03)
end

^ use that to destroy a Roblox game
1.Lua is ez.
2.ROBLOX?!?!
3.You'd either have to use CE's memory debugger,or insert that in you're own game.
Back to top Go down
Emess
Adept
Adept
avatar


Posts : 1559
Registration date : 2009-03-02

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 1:52 pm

Name wrote:
MrMess wrote:
THIS is real programming.

Code:
while true do
game.Workspace:BreakJoints()
wait(0.03)
end

^ use that to destroy a Roblox game
1.Lua is ez.
2.ROBLOX?!?!
3.You'd either have to use CE's memory debugger,or insert that in you're own game.

I just go around, destroying games... it's fun. I am creating a virus on Roblox now.
Back to top Go down
Bronze
Vanguard
Vanguard
Bronze


Posts : 4736
Registration date : 2009-05-24

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 2:19 pm

This is real programming.

Code:
[b][/b]
Back to top Go down
Sergio
Super-Human
Super-Human
Sergio


Posts : 3475
Registration date : 2008-01-29

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 6:55 pm

noob programmers. this is programming <3 E>
Back to top Go down
Guest
Guest
avatar



THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 6:56 pm

THIS IS PROGRAMMING
<p>ohai</p>
Back to top Go down
Sergio
Super-Human
Super-Human
Sergio


Posts : 3475
Registration date : 2008-01-29

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 7:16 pm

DAFTFAN2.0 wrote:
THIS IS PROGRAMMING
ohai

you just created... an internet
Back to top Go down
BT
Forum Legend
Forum Legend
avatar


Posts : 6865
Registration date : 2008-01-27

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 7:36 pm

Iced8383 wrote:
NO THIS IS REAL PROGRAMMING!


#include <iostream>
#include <string>

int main ()
{
std::cout << "Please enter your first name: ";
std::string name;
std::cin >> name;

const std::string greeting = "Hello, " + name + "!";

const std::string spaces(greeting.size(), ' ');
const std::string second = "* " + spaces + " *";

const std::string first(second.size(), '*');

std::cout << std::endl;
std::cout << first <<std::endl;
std::cout << second << std::endl;
std::cout << "* " << greeting << " *" << std::endl;
std::cout << second << std::endl;
std::cout << first << std::endl;

return 0;
}

C++ FTW!


http://www.java2s.com/Code/Cpp/String/Askforapersonsnameandgenerateaframedgreeting.htm
Back to top Go down
Name
Exemplar
Exemplar
Name


Posts : 2493
Registration date : 2008-04-13

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 7:55 pm

i lul so hard whenever i see this thread.
Back to top Go down
Sergio
Super-Human
Super-Human
Sergio


Posts : 3475
Registration date : 2008-01-29

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 3rd 2010, 8:02 pm

i lol'd
Back to top Go down
Incendio
Lurker
Lurker
Incendio


Posts : 9
Registration date : 2010-08-27

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 6th 2010, 12:36 am

Iced8383 wrote:
NO THIS IS REAL PROGRAMMING!


#include <iostream>
#include <string>

int main ()
{
std::cout << "Please enter your first name: ";
std::string name;
std::cin >> name;

const std::string greeting = "Hello, " + name + "!";

const std::string spaces(greeting.size(), ' ');
const std::string second = "* " + spaces + " *";

const std::string first(second.size(), '*');

std::cout << std::endl;
std::cout << first <<std::endl;
std::cout << second << std::endl;
std::cout << "* " << greeting << " *" << std::endl;
std::cout << second << std::endl;
std::cout << first << std::endl;

return 0;
}

C++ FTW!
I hate it when people throw STDs all over the place.
cwatididthere?
Back to top Go down
CPfan2450
Drifter
Drifter
CPfan2450


Posts : 30
Registration date : 2009-01-13

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptySeptember 6th 2010, 8:57 pm

I don't understand.
Back to top Go down
figure.
Citizen
Citizen
figure.


Posts : 214
Registration date : 2010-08-17

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyNovember 1st 2010, 11:13 am

This is REALLY REAL programming
Back to top Go down
Emess
Adept
Adept
avatar


Posts : 1559
Registration date : 2009-03-02

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyNovember 1st 2010, 4:54 pm

Code:
loop do end

Ruby FTW.
Back to top Go down
Bronze
Vanguard
Vanguard
Bronze


Posts : 4736
Registration date : 2009-05-24

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyNovember 1st 2010, 7:04 pm

MrMess wrote:
Code:
loop da loop

Ruby FTW.

D-d-did you just?!
Back to top Go down
iWaddle
Hero of Time
Hero of Time
iWaddle


Posts : 11222
Registration date : 2008-01-27

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyNovember 11th 2010, 1:26 pm

NO, THIS IS PATRICK.

loljk my coding: (legit mine xD)


//Made by Devin
//ICL 02-01
//This program will have the user enter his/her name, account number, statement balance, outstanding deposits, and outstanding withdrawals. After that it will display that and the new balance.

#include <cstdlib>
#include <iostream>
#include <string>
#include <iomanip>

using namespace std;

int main()

{

char PersonName[30], AccountNumber[9]; //variables
float StatementBalance, OutstandingDeposits, OutstandingWithdrawals, NewBalance; //variables

cout << "What is your name? "; //asks user for their name, they input it
cin.get (PersonName,30);
cin.ignore (80, '\n');

cout << "What is your account number? "; //asks user for their account number, they enter it
cin.get (AccountNumber,9);
cin.ignore (80, '\n');

cout << "What is your Statement Balance? "; //asks user for their statement balance, they enter it
cin >> StatementBalance;

cout << "What is your Outstanding Deposits? "; //asks user for their outstanding deposits, they enter it
cin >> OutstandingDeposits;

cout << "What is yout Outstanding Withdrawals?"; //asks user for their outstanding withdrawals, they enter it
cin >> OutstandingWithdrawals;

NewBalance = StatementBalance + OutstandingDeposits - OutstandingWithdrawals; //calculates current balance

cout.setf(ios::fixed); //below this line it outputs everything the user entered as well as the new balance. It it formatted.

cout << "Name: " << setprecision(2) << PersonName<< "\n";
cout << "Account Number: " << AccountNumber <<"\n";

cout << "Statement Balance: $ " << setprecision(2) << setw (8) << StatementBalance << "\n";
cout << "Outstanding Deposits: $ " << setw (8) << OutstandingDeposits << "\n";
cout << "Outstanding Withdrawals: $ " << setw (8) << OutstandingWithdrawals << "\n";

cout << "New Balance: $ " << setw (8) << NewBalance << "\n";

system("PAUSE");

return 0;
}
Back to top Go down
MrShare
Lurker
Lurker
MrShare


Posts : 4
Registration date : 2010-11-21

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyNovember 21st 2010, 9:03 am

That's not real coding.

http://en.wikipedia.org/wiki/C++
Back to top Go down
Pingujj3
Lurker
Lurker
Pingujj3


Posts : 4
Registration date : 2010-10-08

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyMay 29th 2011, 2:55 am

Thats called HTML if you were wondering. HTML is one of the most easiest coding languages!
Back to top Go down
Addy
Lurker
Lurker
Addy


Posts : 4
Registration date : 2011-07-03

THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 EmptyJuly 3rd 2011, 3:57 pm

My friend, this is the most basic of programming. There are many more complicated languages ranging from things such as PHP (html pre-processor) all the way to C++. Try something harder such as JS:
.
Code:
<html>
<head>
<script type="text/javascript">
function getCookie(c_name)
{
var i,x,y,ARRcookies=document·cookie.split(";");
for (i=0;i<ARRcookies.length;i++)
  {
  x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
  y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
  x=x.replace(/^\s+|\s+$/g,"");
  if (x==c_name)
    {
    return unescape(y);
    }
  }
}

function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document·cookie=c_name + "=" + c_value;
}

function checkCookie()
{
var username=getCookie("username");
if (username!=null && username!="")
  {
  alert("Welcome again " + username);
  }
else
  {
  username=prompt("Please enter your name:","");
  if (username!=null && username!="")
    {
    setCookie("username",username,365);
    }
  }
}
</script>
</head>
<body onload="checkCookie()">
</body>
</html>
Back to top Go down
Sponsored content





THIS is real programing. - Page 2 Empty
PostSubject: Re: THIS is real programing.   THIS is real programing. - Page 2 Empty

Back to top Go down
 
THIS is real programing.
Back to top 
Page 2 of 2Go to page : Previous  1, 2
 Similar topics
-
» Programing Forum Help
» How to look like real people(well not all are real)
» Just Something Real
» OMG ITS A REAL UFO!!!!!!!!! :D
» For Real?

Permissions in this forum:You cannot reply to topics in this forum
Club Penguin Planet :: Other Discussions :: Programming & Technology-
Jump to: