|
| 13 Apr 2012 04:00 AM |
| a class="normalTextSmallBold"href="../User.aspx?username=DrHaximus" DrHaximus |
|
|
| Report Abuse |
|
|
| |
|
DrHaximus
|
  |
| Joined: 22 Nov 2011 |
| Total Posts: 8410 |
|
|
| 13 Apr 2012 04:01 AM |
Ew, web development.
Needs more C++....
{ std::cout << "DrHaximus\n"; }
There we are.
♂▲DrHaximus♂▲ C++ nerd of RT|| Programming Tutorials || 1337 Forumer |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2012 04:05 AM |
Guess what this is about; id="ctl00_cphBanner_cphBannerHeader_BannerAlertsLoginView_BannerAlerts_Authenticated_rbxBannerAlert_rbxAlerts_MessageAlertCaptionHyperLink" class="MessageAlertCaption tooltip-bottom" href="../My/Messages.aspx" original-title="Inbox" 2 |
|
|
| Report Abuse |
|
|
DrHaximus
|
  |
| Joined: 22 Nov 2011 |
| Total Posts: 8410 |
|
|
| 13 Apr 2012 04:06 AM |
It leads you to your messages.
PS: Eww, ASP.NET, LOL
♂▲DrHaximus♂▲ C++ nerd of RT|| Programming Tutorials || 1337 Forumer |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2012 04:11 AM |
// #include "stdafx.h" // Uncomment if Visual Studio user #include iostream int main() { using namespace std; // gives us access to cout and endl int x; // declare an integer variable named x // print the value of x to the screen (dangerous, because x is uninitialized) cout << x << endl; } |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2012 04:12 AM |
Google Chrome Inspect Element Ftw.
░▒▓The Chicken Of RT!▓▒░ |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2012 04:13 AM |
Not this: // #include "stdafx.h" // Uncomment if Visual Studio user #include iostream int main() { using namespace std; // gives us access to cout and endl int x; // declare an integer variable named x // print the value of x to the screen (dangerous, because x is uninitialized) cout << x << endl; } I had to remove Some < and >'s |
|
|
| Report Abuse |
|
|