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
- ‘Subdued’ IT contractor jobs market took third tumble in a row in August Today 08:07
- Are CVs medieval or just being misused? Yesterday 05:05
- Are CVs medieval or just being misused? Sep 23 21:05
- IR35: Mutuality Of Obligations — updated for 2025/26 Sep 23 05:22
- Only proactive IT contractors can survive recruitment firm closures Sep 22 07:32
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
- IR35: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Sep 16 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Sep 16 13:55
Leave a comment: