Programming Questions


Impact of using the “at” sign in the program name
I’m researching the affects of using the “at” sign in a college program name (ex. Program@CollegeName) on general technical processes and would appreciate any advice. Perhaps someone has any experience with such….? Thanks.

Answer Question   |  April 4, 2013  1:19 PM
Programming, programs
asked by:
5 pts.

Which programming language would be best for me to learn?
Hi all, I work as product associate for contract intelligence software company. Below mentioned are my skills…can some one advise which language would be good for me to learn? > I create usability documents > Fair Idea about SQL >Fair Idea about C > Configuration management > Creating impact and change request documents. > Training [...]

Answer Question   |  January 14, 2013  12:51 PM
Programming, Programming Careers, Software
asked by:
20 pts.

Protocol ARP //#
Does anyone know what this is, and what programming language ? Protocol ARP = ARPDescriptionTable(OpCode, ARPSrcHardAddress, ARPSrcAddress, ARPDstHardAddress, ARPDestAddress,SourceIPv4Alias,DestinationIPv4Alias) { UINT16 HardwareType = HardwareTypeTable(this); UINT16 ProtocolType = ProtocolTable(this); UINT8 HardwareAddressLen; UINT8 ProtocolAddressLen; UINT16 OpCode = FormatString(“%s, %d(%#x)”,ARPOpCodeTable(this),this, this); switch(HardwareAddressLen) { case 6: [ARPSrcHardAddress = this.toString] MacAddress SendersMacAddress; default: [ARPSrcHardAddress = this.toString] AsciiString(HardwareAddressLen) SendersHardwareAddress; } switch(ProtocolAddressLen) [...]

Answer Question   |  January 7, 2013  12:12 AM
Arp, IP address, Programming
asked by:
50 pts.

program
How can I make a program of prime number?

Answer Question   |  October 10, 2012  10:29 AM
Programming
asked by:
mmb
10 pts.

Block of DID’s
Is it possible to automate the way that we issue phone numbers through the use of DID’s to new hires in our company? We are trying to find a way to minimize human interaction.

Answer Question   |  June 19, 2012  4:30 PM
DID's, Programming
asked by:
5 pts.

Unique text messege software
Is possible to program a software where we send people a text messege corresponding to a particular #, and when they reply to the text the software automatially (using wireless/bluetooth or even a radio signal o some kind causes) a circuit or device to buzz/beap/or light up a small LED light? we are a valet [...]

Answer Question   |  February 28, 2012  3:44 PM
Computer programming, Electrical, Engineering, Programming
asked by:
5 pts.

What’s a college grad to do for work experience?
As a recent college graduate with no experience other than freelance projects online, would contractual programming be enough for employers as work experience? Also, other than internships, what are additional ways to gain work experience? Every job I have been applying for requires experience yet are listed as entry-level. If anyone can provide an insight [...]

Answer Question   |  March 6, 2012  4:21 AM
C#, Java, Programming, Software
asked by:
15 pts.

Help needed in making firewall in either C or C++ language
i have to make a program in C/C++ to be run Client pc(windows platform) for followings: 1. to block access to a site(s), either by drop down menu or user entered. 2. act as a url filter to block any url consisting any word from a given list, for example “Facebook” or a bad word. [...]

Answer Question   |  March 31, 2012  2:18 PM
C, C++, Firewall, Network, Networking, Programming, project management standard
asked by:
35 pts.

How to simultaneously build a program on multiple platforms using Hudson
I would like to know what I need and how I should configure Hudson to do builds for multiple platforms and archetectures without having to build each version seperately, thus taking up valuable time. Is there a way to do this, and if so, how?

Answer Question   |  November 16, 2010  2:29 AM
Hudson, Platform integration, Platform Solutions, Programming, Programming tools, Visual Studio
asked by:
5 pts.

VB When i create a screen size from ?then i how many size identify in pixel?
When i create a screen size from ?then i how many size identify in pixel?

Answer Question   |  July 12, 2010  3:48 AM
Programming, VB
asked by:
20 pts.

Log In then Output the Data of the Logged Person C# SQL 2005
I have a program that requires a user to input his/her IDNumber. If it doesnt exist the program will prompt to go to the NewRecord section. When the user input his IDNumber and he will be logged on to the real program. After doing the program and pressing the DONE Button. A messagebox will appear [...]

Answer Question   |  August 3, 2010  2:36 PM
C#, Programming, SQL 2005, sql 2005 Performance Issues, SQL Database
asked by:
15 pts.

SQLRPGLE – Result Set
I have an SQLRPGLE program [PGMA] containing the following: D ResultSet       DS                                 D                                     Qualified      D                                     Occurs( 9999 ) D  AAuUserId                   10 D  AAuValFr                      10     C/EXEC SQL                                              C+ CALL XXDLIB/PGMB (:##BegNo, :##EndNo, :##UserID)   C/END-EXEC                                              PGMB has the same DS structure defined as in PGMA and successfully populates the DS ResultSet in PGMB How do I get SQLRPGLE [...]

Answer Question   |  February 26, 2010  2:37 PM
AS400 Data Definitions, Data structures, Programming, RPGLE, SQLRPG, SQLRPGLE
asked by:
30 pts.

Coding career question
how i improve my logic in coding that will help me to build my carrier in IT INDUSTRY?  

Answer Question   |  February 1, 2010  7:43 AM
Careers, Coding, IT careers, Programming, Programming Careers
asked by:
5 pts.

C++ malloc typedef struct which is in a typedef struct already
Ok so I’ve got these typedef structs: typedef struct {            float objectTransformX; } Object; typedef struct {            float lookAtZ; } SceneCamera; typedef struct {            Object *Object;            SceneCamera Camera;            bool Active; } Frames; And I’ve got this class: class Scenario {            private:                       int currentFrame;                       int fps; [...]

Answer Question   |  January 30, 2010  8:47 PM
C, C++, Microsoft Visual Studio, Programming, Visual Studio
asked by:
5 pts.

Help with VB Script to delete old files and subfolders
Hello, Can someone give me some help on the below VB script. Unfortunately I am not a VB programmer. I pasted together different portions of scripts and the below is the script I have. This script works in deleting all files that are 30 days old from the main folder, ‘test”,  and all subfolders. However, [...]

Answer Question   |  November 23, 2009  4:29 PM
Development, Programming, VB script, Windows
asked by:
480 pts.

Vlookup Formual in VB
I have the following code that keeps being displayed as “run time error 1004 for application or object defined error. Sub formula() Sheets(“Depletions”).Activate Range(“G8:G156″).formula = “=IF(IF(ISERROR(VLOOKUP(B8,’Banfi DA ‘!$D$5:$P$266,7,FALSE)),”",VLOOKUP(B8,’Banfi DA ‘!$D$5:$P$266,7,FALSE))=0,”",IF(ISERROR(VLOOKUP(B8,’Banfi DA ‘!$D$5:$P$266,7,FALSE)),”",VLOOKUP(B8,’Banfi DA ‘!$D$5:$P$266,7,FALSE)))” End Sub When I replace the formula with something more simple it works. I have also pasted this formula in excel [...]

Answer Question   |  September 4, 2009  6:04 PM
Programming, Visual Basic, VLOOKUP
asked by:
5 pts.

VB.NET / C# – Microphone input frequency(db, hz)
Hi, i am looking for a way(code example) to be able to get the microphone input frequency(hertz) almost in real time(timer maybe?) and show it in a label.text. Can be in VB.NET or C#. Functional exemple: I say something in the microphone, the timer do his job and the label show something like “400 hz”. [...]

Answer Question   |  December 29, 2010  1:17 AM
C#, Programming, Visual Basic .NET, Windows Mobile
asked by:
15 pts.

Forced Date Routine Processing
I’m trying to process a RUNDATE = 2009-08-07 into my COBOL code via a PARM-DATE Link. That date comes in… now I try to place it in the following piece of code: EXEC SQL SET :WS-PREV-WK = CHAR(DATE(TMP-DATE)- 7 DAYS) END-EXEC. What am I getting ’0001-01-01′ returned?

Answer Question   |  August 10, 2009  8:08 PM
COBOL, EXEC, Programming, SELECT
asked by:
5 pts.

Qualified Data Structures
What is a Qualified Data Structure? Where can I find information on them? IBM RedBooks dont seem to have the answer????

Answer Question   |  August 4, 2009  11:18 AM
Data structures, IBM RedBooks, Programming, Qualified Data Structures, RPG IV
asked by:
100 pts.

evaluating a range
I am trying to evaluate a formula to return a statement if true. I am having trouble with the syntax. I am working out the number of years service for staff using the formula currentdate-{employment date}/365 What I want to evaludate is whether the result is between 5 and 6. If true I want the [...]

Answer Question   |  April 16, 2009  3:26 AM
Lookup, Programming, SQL
asked by:
5 pts.