Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 39 of 39
Search took 0.01 seconds.
Search: Posts Made By: funkey_monkey
Forum: Software Design and Algorithms Nov 20th, 2007, 5:08 AM
Replies: 2
Views: 135
Posted By funkey_monkey
Adding using modulo arithmetic

Hi,

I’ve got a counter which is incremented by 2 under certain conditions. This counter has been defined as a 32-bit modulo type. If I was to set all bits true and then increment by 2 – what would...
Forum: Coder's Corner Lounge Nov 20th, 2007, 5:05 AM
Replies: 15
Views: 570
Posted By funkey_monkey
Re: Solid dependable job or Career?

They are in house languages although I've got experience of verifying Ada. I done some Java on an MSc course 7 years ago...
Forum: Coder's Corner Lounge Nov 19th, 2007, 4:36 PM
Replies: 15
Views: 570
Posted By funkey_monkey
Re: Solid dependable job or Career?

Thanks for the reply. I do have my resumeonline and am sending it out. However, i'm not gettting any responses - which is annoying me.

I know it is because of my lack of commerical skills such as...
Forum: Coder's Corner Lounge Nov 19th, 2007, 4:09 PM
Replies: 15
Views: 570
Posted By funkey_monkey
Solid dependable job or Career?

Hi,

I'm working in software engineering testing life critical software for the aerospace industry and after over 7 years in this position I am feeling weighed down by the monotonous boredom of the...
Forum: Community Introductions Oct 20th, 2007, 1:06 PM
Replies: 6
Views: 273
Posted By funkey_monkey
Re: Career guidance - SCJP

I was asking adivce on this previously, but I thought it was on another forum...

In the intervening time I had a chat with my boss and certain things were promised which still have not come to...
Forum: Community Introductions Oct 20th, 2007, 11:26 AM
Replies: 6
Views: 273
Posted By funkey_monkey
Career guidance - SCJP

Hi,

I'm an engineer needing some adive about career progression.

Presently I work as a Senior Sftware Engineer in an Aerospace company verifying software for Safety Critical Systems.

I have...
Forum: Software Design and Algorithms Jul 2nd, 2007, 4:09 AM
Replies: 5
Views: 198
Posted By funkey_monkey
It won't but the prog lang I use must always have...

It won't but the prog lang I use must always have an else branch, so doing a check for abs < 0 is the same as > 0 in that the construct will always be IF-THEN-ELSE. The outcome will always be the...
Forum: Software Design and Algorithms Jul 1st, 2007, 11:40 AM
Replies: 5
Views: 198
Posted By funkey_monkey
I've mucked about with this and now got the...

I've mucked about with this and now got the following which ain;'t working :rolleyes:


--
AbsX = Abs(x)
AbsY = Abs(y)

IF AbsY /= 0
THEN
Res1 = AbsX / AbsY
Forum: Software Design and Algorithms Jun 29th, 2007, 3:32 PM
Replies: 5
Views: 198
Posted By funkey_monkey
Question Defining the modulo peration in a langauge with no mod operand

Hi,

I am trying to mimick a modulo operation in an in house language at work which doesn't recognise mod or %.

Therefore, if I want to calculate x % y

I have to do the following:

z = int( x / y...
Forum: Other Programming Languages Mar 13th, 2007, 7:20 AM
Replies: 6
Views: 337
Posted By funkey_monkey
By the way thanks for the replies! :)

By the way thanks for the replies!

:)
Forum: Other Programming Languages Mar 13th, 2007, 7:19 AM
Replies: 6
Views: 337
Posted By funkey_monkey
It's a dynamic loop. Demon - it was not really...

It's a dynamic loop.

Demon - it was not really wrote in any language - just a pseudocode.
Forum: Other Programming Languages Mar 13th, 2007, 6:17 AM
Replies: 6
Views: 337
Posted By funkey_monkey
Correct name for a variable length loop?

If I have a loop construct looping between i = 0 and i = 10 like below

for(i=0, i=10, i++)
{
...
}

and changed it to

for(i=0, i=x, i++)
Forum: Other Programming Languages Mar 8th, 2007, 10:32 AM
Replies: 3
Views: 219
Posted By funkey_monkey
Dunno! I thought it was associated applications...

Dunno! I thought it was associated applications such as Configuration Management tools and requirement capture applications.
Forum: Other Programming Languages Mar 8th, 2007, 9:39 AM
Replies: 3
Views: 219
Posted By funkey_monkey
Job application question

Hi,

i'm trying to fill in a job application and one of the sections where I have to fill in my experience is as follows:

Good understanding of fundamental computing concepts including general...
Forum: Java Feb 12th, 2007, 6:10 PM
Replies: 6
Views: 266
Posted By funkey_monkey
mrynit, are you a lecturer or a student? I've...

mrynit, are you a lecturer or a student?

I've used the Dietel & Dietel book Java: How to Program and was wondering if you know how it compares to the one you mention?

I want to get something that...
Forum: Java Feb 6th, 2007, 2:45 PM
Replies: 6
Views: 266
Posted By funkey_monkey
Recommended Java tutorials trying to progrss to SCJP

Hi,

I'm looking to start learning Java properly - I've done some programming in it but I am still unaware of the technicalities of the language and from looking at the SCJP questions there is a...
Forum: Java Jan 23rd, 2007, 5:28 PM
Replies: 10
Views: 434
Posted By funkey_monkey
Hi guys, Thanks for all the replies. i've got...

Hi guys,

Thanks for all the replies. i've got an interview tomorrow for a company in the telecommunications field called Intelliden - have any of you heard of them?

They are looking for software...
Forum: Coder's Corner Lounge Jan 23rd, 2007, 2:27 AM
Replies: 3
Views: 250
Posted By funkey_monkey
Software Engineer BEng (Honours) Electrical &...

Software Engineer
BEng (Honours) Electrical & Electronic Eng
MSc (Disctintion) Computer Science & Applications
Post Graduate Certificate in Management
Chartered Engineer

6.5 years total experience...
Forum: Coder's Corner Lounge Jan 22nd, 2007, 5:58 PM
Replies: 3
Views: 250
Posted By funkey_monkey
Thinking about moving to USA to work in software - advice please!

Hi,

I was thinking about emirgating to work in the USA as a software engineer and would appreciate some advice as to the pros and cons of it.

Presently, I work verifying safety critical software...
Forum: Java Jan 18th, 2007, 12:56 PM
Replies: 10
Views: 434
Posted By funkey_monkey
I used Java in my CS course but API and OO was...

I used Java in my CS course but API and OO was lightly touched on and I have no real experience of them since (over 6 years ago) so I am loathed to say I have knowledge. I don't like bullsh*tting...
Forum: Java Jan 18th, 2007, 11:13 AM
Replies: 10
Views: 434
Posted By funkey_monkey
I have a honours degree in Electrical &...

I have a honours degree in Electrical & Electronic Eng & and Masters in Computer Science.
I have no real programming experience as I've mostly worked with in house languages in my job.

The...
Forum: Java Jan 17th, 2007, 7:24 PM
Replies: 10
Views: 434
Posted By funkey_monkey
Sun Certified Java Programmer - is it worth it?

Hi,

I am thinking of doing course in Java to beef up my CV/Resume. At present i work in Aeronautical Engineering doing mostly verification work to DO-178B Cat. A (the highest standard in this...
Forum: C++ Nov 14th, 2006, 4:42 PM
Replies: 1
Views: 118
Posted By funkey_monkey
Framing Program

Hi,

I've wrote a program to ask a user to input their name and then frame a greeting to them. For example, if their name was Jimmy, the output would look like:


*****************
* ...
Forum: C++ Oct 26th, 2006, 6:22 PM
Replies: 1
Views: 105
Posted By funkey_monkey
Concatenating Strings and String Literals

Hi,

I've been working through section 1 of Accelarated C++ and I can't explain the following programs:

// Exercise 1-1 Are the following definitons valid
// const std::string hello = "Hello";
//...
Forum: C++ Oct 9th, 2006, 5:33 PM
Replies: 5
Views: 168
Posted By funkey_monkey
The thing that confuses me about const...

The thing that confuses me about const std::string five_stars( 5, '*' ); is that to me it is calling a method with 2 passed parameters - one being the length of the string greeting and the second...
Forum: C++ Oct 9th, 2006, 5:25 PM
Replies: 5
Views: 168
Posted By funkey_monkey
Yes - that is the book I was recommended. Was it...

Yes - that is the book I was recommended. Was it a wise purchase or will i get confused quickly?
Forum: C++ Oct 9th, 2006, 4:08 PM
Replies: 5
Views: 168
Posted By funkey_monkey
Framed Inputs

Hi,

I've been muddling my way through the following example and I've got some questions on it which I hope you can answer simply.

// Ask for a persons name and greet this person
#include...
Forum: C++ Oct 4th, 2006, 3:56 AM
Replies: 14
Views: 425
Posted By funkey_monkey
It might be retarded question but I am learning...

It might be retarded question but I am learning C++ from home and the exercise in the book asked the question - not me, i'm trying to answer it.

Call them retards not me. Plus that is an offensive...
Forum: C++ Oct 3rd, 2006, 5:48 PM
Replies: 14
Views: 425
Posted By funkey_monkey
Shortest program in C++

Hi folks - quick query - isn't this the shortest program you can write in C++ (ignoring comments):


// Exercise 0-9
// What is the shortest valid program?

int main()
{
}
Forum: C++ Sep 25th, 2006, 5:03 PM
Replies: 9
Views: 324
Posted By funkey_monkey
Deciphering Hello World!

Hi,

I've been looking at the program Hello World and I've got some questions about a few of the lines contained in it.

Firstly


#include <iostream>

I believe that this line calls part of C++...
Forum: C++ Sep 6th, 2006, 4:59 PM
Replies: 14
Views: 392
Posted By funkey_monkey
Cheers Keiran, Thanks for that. I'm on my way...

Cheers Keiran,

Thanks for that. I'm on my way now:)
Forum: C++ Sep 3rd, 2006, 12:24 PM
Replies: 14
Views: 392
Posted By funkey_monkey
Okay, I've opened Win Explorer and tried double...

Okay,

I've opened Win Explorer and tried double clicking the application but it just flashes a window briefly on screen and I can see nothing of its contents.

Is there no way to execute it from...
Forum: C++ Aug 31st, 2006, 4:12 PM
Replies: 14
Views: 392
Posted By funkey_monkey
So why will it not let me run the program - its...

So why will it not let me run the program - its only a simple Hello World?
Forum: C++ Aug 30th, 2006, 6:15 PM
Replies: 14
Views: 392
Posted By funkey_monkey
Okay I've went back into the compiler options and...

Okay I've went back into the compiler options and selected GNU GCC Compiler as my default option.

The code now compiles:

Compiling: C:\Program Files\CodeBlocks\helloworld.c
C:\Program...
Forum: C++ Aug 29th, 2006, 7:35 AM
Replies: 14
Views: 392
Posted By funkey_monkey
I haven't installed a Boreland compiler. I...

I haven't installed a Boreland compiler. I downloaded the following setup: Code::Blocks IDE, with MINGW compiler

I guess I'm asking the IDE to look for the incorrect compiler. I should be asking...
Forum: C++ Aug 28th, 2006, 4:27 PM
Replies: 14
Views: 392
Posted By funkey_monkey
Help with setting up Code::Blocks (could be a compiler issue)

Hi,

I'm just starting to learn C++ and have opted for the Code::Blocks IDE.

However, I've now downloaded and installed the system but when I try to build my first program - a simple 'Hello World'...
Forum: C++ Jun 5th, 2006, 6:48 AM
Replies: 27
Views: 785
Posted By funkey_monkey
Does Code::Blocks have a compiler attached to the...

Does Code::Blocks have a compiler attached to the IDE download or must this be done separately?
if so, what compiler is used?

Many thanks for the replies.

FM.
Forum: C++ May 30th, 2006, 8:02 AM
Replies: 27
Views: 785
Posted By funkey_monkey
What IDE/Compiler should I use to develop C++?

Hi,

I am starting to learn c++ and I'm wondering what is the best platform/compiler to use?

I don't want to outlay a lot of money on this but I do want something that is worth setting up. I tryed...
Forum: C++ May 25th, 2006, 3:13 AM
Replies: 2
Views: 180
Posted By funkey_monkey
C++ Formal training/qualifications???

Hi,

I'm an engineer wanting to gain formal training in C++ through home learning. I am having difficulty getting a course which will provide formal recognition that i have obtained a certain...
Showing results 1 to 39 of 39

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:23 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC