From the school of Oric-1 urban terrorism, (Currys, with TV sound turned up to max)
10 WAIT 60
20 PRINT "MGM WAS HERE";
30 PING
40 ZAP
50 EXPLODE
60 GOTO 20
This also locked up the keyboard and left many a red-faced shop assistant running around trying to stop the noise!!!
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: IT - Too easy these days.
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "IT - Too easy these days."
Collapse
-
Originally posted by suityou01 View PostIs true. However take a look at GTK+
It's a C based framework for windows GUI building. I had a play around over christmas when I was benched. Fracking loved it.
Code:WNDCLASSEXW wndclass; wndclass.cbSize = sizeof(wndclass); wndclass.style = CS_GLOBALCLASS | CS_HREDRAW | CS_VREDRAW; wndclass.lpfnWndProc = WndProc; wndclass.cbClsExtra = 0; wndclass.cbWndExtra = 0; wndclass.hInstance = hInstance; wndclass.hIcon = NULL; wndclass.hCursor = NULL; wndclass.hbrBackground = NULL; wndclass.lpszMenuName = NULL; wndclass.lpszClassName = L"Wibble"; wndclass.hIconSm = 0; result = ::RegisterClassExW(&wndclass) != 0;
Leave a comment:
-
Originally posted by expat View PostISTR that he did point out reasonably thatCode:printf("Hello, World");
It's a C based framework for windows GUI building. I had a play around over christmas when I was benched. Fracking loved it.
Leave a comment:
-
I was in the last year that assembly language was mandatory (early 90s) in computer science at University.
Not quite sure how you can get a degree in CS without learning assembler.
Leave a comment:
-
Originally posted by DimPrawn View PostIn the old days, to get anything to work you had to resort to low level tulip like C and assembler.............
Leave a comment:
-
Originally posted by VectraMan View PostFunnily enough Petzold popped into my head this morning for no apparent reason. I was thinking of that first chapter in the Programming Windows book where he showed the typical one line C command line "Hello World" program, followed by the two page listing that was required to do the same in Windows.Code:printf("Hello, World");
Leave a comment:
-
Nah, I'll stick with the drag n drop, have another sip of coffee and a biscuit, enterprise integration stuff.
Leave a comment:
-
Originally posted by DimPrawn View PostIn the old days, to get anything to work you had to resort to low level tulip like C and assembler, now you just open your favourite design surface and drag and drop coloured shapes and lines, click deploy and carry on posting on CUK.
If it gets any easier I'm not sure I'm going to be able to cope.
Leave a comment:
-
Originally posted by BrilloPad View PostAh yes. Petzold. Those were the days.
Leave a comment:
-
Originally posted by DimPrawn View PostIn the old days, to get anything to work you had to resort to low level tulip like C and assembler, now you just open your favourite design surface and drag and drop coloured shapes and lines, click deploy and carry on posting on CUK.
If it gets any easier I'm not sure I'm going to be able to cope.
Leave a comment:
-
Is it bollocks.
I've yet to find a design framework that will write legible RPGILE code for me.
I've also yet to find an off-shore coding team that can write legible RPGILE code, but that's a different pot of fish altogether.
Leave a comment:
-
IT - Too easy these days.
In the old days, to get anything to work you had to resort to low level tulip like C and assembler, now you just open your favourite design surface and drag and drop coloured shapes and lines, click deploy and carry on posting on CUK.
If it gets any easier I'm not sure I'm going to be able to cope.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- How to answer at interview, ‘What’s your greatest weakness?’ Yesterday 09:59
- Business Asset Disposal Relief changes in April 2025: Q&A Nov 13 09:37
- How debt transfer rules will hit umbrella companies in 2026 Nov 12 09:28
- IT contractor demand floundering despite Autumn Budget 2024 Nov 11 09:30
- An IR35 bill of £19m for National Resources Wales may be just the tip of its iceberg Nov 7 09:20
- Micro-entity accounts: Overview, and how to file with HMRC Nov 6 09:27
- Will HMRC’s 9% interest rate bully you into submission? Nov 5 09:10
- Business Account with ANNA Money Nov 1 15:51
- Autumn Budget 2024: Reeves raids contractor take-home pay Oct 31 14:11
- How Autumn Budget 2024 affects homes, property and mortgages Oct 31 09:23
Leave a comment: