<< Prev Showing: 11-15 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 ·Your First Visual Basic Program
Practice defining variables and writing assignment statements. For each problem, write the VB statements to accomplish the specified task.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
4086
OTA ID:
102607
1) (50 points) In C, create a union and struct (record) declaration. Using the size of() and address-of (&) capabilities of C, write a program to measure the size of each data structure, and the offset and width of each member and any padding within each data structure. Turn in the C code, and a descriptor in the form of an table (as a text file) that shows where data members are located in each data structure. To make this problem interesting, create your union and struct declarations according to the following guide lines: for your union and struct, create members using only the following primitive data types: char, short, int, long, float, double, and pointer (any kind). the union ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
6542
OTA ID:
103642
Will you be able to write a 3-6 page paper on programming language "Perl"?
The objective of this assignment is to report on the features behind the design of a programming language. (Perl) Scripting language with extensive report generating facilities. The report should follow standard formatting for technical reports. This includes a cover page, an introduction, a background section, as many sections needed to cover the relevant topics, a conclusion, and a list of references. The report is 3-6 page range. The report should contain information on the following: A short history of the language, including which languages it may have been based on and which languages it may have subsequently influenced. This may be part of the introduction or the background. ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
6740
OTA ID:
103577
looking for A program that has a declaration in main() to store the following numbers into an array named rates 4.3,5.5,3.2,8.8. There should be a function call to show () that accepts rates in a parameter named rates and then displays the numbers using the pointer notation *(rates + i)
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
7379
OTA ID:
103642
Creating an Addition Tutor in Visual Basic
In Visual Basic the form needs to contain one command button that should present a new addition problem and one should allow the user to quit. There should be a text box to present the question and accept the answer and another to tell the user whether her answer was correct. End program with the quit button. After that is working, add option buttons to allow the user to choose easy medium or hard problems, i.e., numbers between 0 and 9, 0 and 99 or 0 and 999. My question is the following: To create an new problem in the text box, what should the code look like in the command button? I know that x=int(random()*10) and y=int(random()*10) but I am having a tough time putting it together to s... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
7722
OTA ID:
103642
<< Prev Showing: 11-15 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0944 seconds