Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:I'm not one for reddit, I must say (Score 1) 214

I arrived in NZ to live on Oct 1, 2006. That happened to be the first Sunday in October, and according to the rules was the day that Daylight Time started in 2006. During 2007 there was rather intense lobbying to have the start date of Daylight Time be moved earlier so the extra daylight could be enjoyed sooner.

The change happened, and for 2007 the changeover date was set to be the last Sunday in September going forward. My what an outcry there was from many people protesting the awful disruption that change would cause them for days on end. Really, just bitter protests!

It turned out that the last Sunday of September in 2007 was September 30. So, compared to 2006, the change happened all of 1 day earlier. I really had to laugh at all the heat of the protests that had been put forward for really no reason. It was a hoot!

Comment Re:Start working on your dissertation (Score 1) 228

Unless things have changed a lot since I went through the process, it is necessary to pick a research problem and get it approved by the faculty of your department to be worthy of research. I don't think most people know what their problem will be the summer before they start the graduate program. I sure did not. I had to get some experience before I could identify a good topic.

Comment Re:New Zealand has a navy??? (Score 4, Informative) 104

And New Zealand does have an army (and an air force) in addition to a navy. All organizations are very small, and are not set up for offensive warfare. They are most often used for humanitarian missions. There is a contingent of the NZ Army SAS active in Afghanistan for several years now.

And, going back to the original posting, the proper term for the navy of NZ is "Royal New Zealand Navy", not "New Zealand Royal Navy". "Royal Navy" is British.

Comment Re:C Programming Language (Score 1) 594

Compilers compile to "object code" or "machine code", not "assembler language". It may be that some simple compilers produce output in assembler language that has to be separately "assembled". And the object code generated by some compilers may have to be interpreted by another program, such as the Java virtual machine.

Comment Re:I guess you don't understand languages either (Score 3, Informative) 594

Of course you can write object-oriented code in C. It has been done many times.

An object-oriented language has lots of syntactic help for the purpose, but all languages compile to some type of runtime code structure. If you understand what code gives the object-oriented behavior you want, then you can write it in C.

And yes, the poster who said C was assembler-like likely has never seen an assembler language, I would guess. I do remember writing a C routine once which had an initialized array containing hex representations of machine code to do a particular highly specialized task, and then using some coding wizardry to get the locus of control into that array when needed. Ah, those were the days.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...