Click here to Skip to main content
15,919,341 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I'm bored, send codez Pin
CDP180214-Feb-17 23:20
CDP180214-Feb-17 23:20 
GeneralRe: I'm bored, send codez Pin
harold aptroot14-Feb-17 23:26
harold aptroot14-Feb-17 23:26 
GeneralRe: I'm bored, send codez Pin
megaadam15-Feb-17 0:08
professionalmegaadam15-Feb-17 0:08 
NewsRe: I'm bored, send codez Pin
User 1106097915-Feb-17 0:48
User 1106097915-Feb-17 0:48 
GeneralRe: I'm bored, send codez Pin
ZurdoDev15-Feb-17 1:56
professionalZurdoDev15-Feb-17 1:56 
GeneralRe: I'm bored, send codez Pin
User 1106097915-Feb-17 2:15
User 1106097915-Feb-17 2:15 
GeneralRe: I'm bored, send codez Pin
harold aptroot15-Feb-17 4:38
harold aptroot15-Feb-17 4:38 
GeneralRe: I'm bored, send codez Pin
HobbyProggy15-Feb-17 2:24
professionalHobbyProggy15-Feb-17 2:24 
Here is my beABillionaire App which really rocks, sadly it doesn't generate money in short time so plz optmze to get me the moneeehz!

<pre>#include "stdafx.h"
#include <ctime>


int main()
{
	moneyMoney();
	return 0;
}

void moneyMoney()
{
	while (stillToday()){//Wait the sh*t out of it
	}
		myMoney++;
		moneyMoney();
}

bool stillToday()
{
	//UberCodezToCheckIfWePassedTheDay
	time_t timeZ = time(0);
	tm * datenow = localtime(&timeZ);
	if (datenow == date)
	{
		return true;
	}
	else { return false; date = datenow; };
}


It's also a bit buggy i think, so have phun.

Rules for the FOSW ![^]
if(this.signature != "")
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}

GeneralCCC OTD 2017-02-15 (Solved) Pin
Duncan Edwards Jones14-Feb-17 22:35
professionalDuncan Edwards Jones14-Feb-17 22:35 
GeneralRe: CCC OTD 2017-02-15 Pin
LabVIEWstuff14-Feb-17 22:43
LabVIEWstuff14-Feb-17 22:43 
AnswerRe: CCC OTD 2017-02-15 Pin
Duncan Edwards Jones14-Feb-17 22:50
professionalDuncan Edwards Jones14-Feb-17 22:50 
GeneralGood morning! Pin
CDP180214-Feb-17 22:00
CDP180214-Feb-17 22:00 
JokeRe: Good morning! Pin
Johnny J.14-Feb-17 22:16
professionalJohnny J.14-Feb-17 22:16 
GeneralRe: Good morning! Pin
RossMW14-Feb-17 22:21
professionalRossMW14-Feb-17 22:21 
GeneralRe: Good morning! Pin
Jörgen Andersson14-Feb-17 23:42
professionalJörgen Andersson14-Feb-17 23:42 
GeneralRe: Good morning! Pin
BillWoodruff15-Feb-17 0:11
professionalBillWoodruff15-Feb-17 0:11 
GeneralRe: Good morning! Pin
W Balboos, GHB15-Feb-17 3:41
W Balboos, GHB15-Feb-17 3:41 
GeneralSystem.ComponentModel.Win32Exception: Access is denied Pin
srikanta mohanty14-Feb-17 21:25
srikanta mohanty14-Feb-17 21:25 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
OriginalGriff14-Feb-17 21:32
mveOriginalGriff14-Feb-17 21:32 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
srikanta mohanty14-Feb-17 21:48
srikanta mohanty14-Feb-17 21:48 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
OriginalGriff14-Feb-17 21:56
mveOriginalGriff14-Feb-17 21:56 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
srikanta mohanty14-Feb-17 21:58
srikanta mohanty14-Feb-17 21:58 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
OriginalGriff14-Feb-17 22:11
mveOriginalGriff14-Feb-17 22:11 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
lopatir15-Feb-17 0:43
lopatir15-Feb-17 0:43 
GeneralRe: System.ComponentModel.Win32Exception: Access is denied Pin
Pete O'Hanlon15-Feb-17 2:23
mvePete O'Hanlon15-Feb-17 2:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.