Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 249 results
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/16%3A_String_Class%2C_Unary_Positive_and_Negative/16.2%3A_Unary_Positive_and_Negative_Operators
    Unary positive also known as plus and unary negative also known as minus are unique operators. The plus and minus when used with a constant value represent the concept that the values are either posit...Unary positive also known as plus and unary negative also known as minus are unique operators. The plus and minus when used with a constant value represent the concept that the values are either positive or negative.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/04%3A_Often_Used_Data_Types/4.5%3A_L_Value_and_R_Value
    They refer to on the left and right side of the assignment operator. The L value (pronounced: L value) concept refers to the requirement that the operand on the left side of the assignment operator is...They refer to on the left and right side of the assignment operator. The L value (pronounced: L value) concept refers to the requirement that the operand on the left side of the assignment operator is modifiable, usually a variable. R value concept pulls or fetches the value of the expression or operand on the right side of the assignment operator.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/18%3A_Introduction_to_Arrays/18.4%3A_Practice_18_Introduction_to_Arrays
    Define the terms on the definitions as listed in the modules associated with this chapter. Within C++ source code be able to calculate the number of members in an array using the sizeof operator. Down...Define the terms on the definitions as listed in the modules associated with this chapter. Within C++ source code be able to calculate the number of members in an array using the sizeof operator. Download and store the following file(s) to your storage device in the appropriate folder(s). You may need to right click on the link and select "Save Target As" in order to download the file. Read and follow the directions below carefully, and perform the steps in the order listed.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/13%3A_Test_After_Loops/13.2%3A_Flag_Concept
    For centuries flags have been used as a signal to let others know something about the group or individual that is displaying, flying or waving the flag. There are country flags and state flags. Ships ...For centuries flags have been used as a signal to let others know something about the group or individual that is displaying, flying or waving the flag. There are country flags and state flags. Ships at sea flew the flag of their country. Pirates flew the skull and cross bones.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/05%3A_Integrated_Development_Environment/5.1%3A_Introduction_to_IDEs
    High-level language programs are usually written (coded) as ASCII text into a source code file. A unique file extension (Examples: .asm .cob .for .pas .c .cpp) is used to identify it as a source code ...High-level language programs are usually written (coded) as ASCII text into a source code file. A unique file extension (Examples: .asm .cob .for .pas .c .cpp) is used to identify it as a source code file. As you can guess for our examples – Assembly, COBOL, FORTRAN, Pascal, "C" and "C++" however, they are just ASCII text files (other text files usually use the extension of .txt).
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/04%3A_Often_Used_Data_Types
    Best practices for choosing programming structures
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/05%3A_Integrated_Development_Environment
    Programs built to help you program
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/10%3A_Introduction_to_Structured_Programming/10.1%3A_Structure_Programming
    One of the most important concepts of programming is the ability to control a program so that different lines of code are executed or that some lines of code are executed many times. The mechanisms th...One of the most important concepts of programming is the ability to control a program so that different lines of code are executed or that some lines of code are executed many times. The mechanisms that allow us to control the flow of execution are called control structures.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/10%3A_Introduction_to_Structured_Programming/10.3%3A_Flowcharting
    A module on helping to construct flowcharts, a useful programming tool.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/18%3A_Introduction_to_Arrays/18.2%3A_Array_Index_Operator
    This second usage of the square brackets is as the array notation of dereference or more commonly called the index operator. As an operator it either provides the value held by the member of the array...This second usage of the square brackets is as the array notation of dereference or more commonly called the index operator. As an operator it either provides the value held by the member of the array (Rvalue) or changes the value of member (Lvalue). In the above example the member that is two offsets from the front of the array (the value 26) is assigned to variable named my_age.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/07%3A_Specific_Task_Functions/7.1%3A_Specific_Task_Functions
    Program Control functions which might have similar identifier names usually perform slightly different tasks in one program to another. Looking at the organizational chart or hierarchy chart for two c...Program Control functions which might have similar identifier names usually perform slightly different tasks in one program to another. Looking at the organizational chart or hierarchy chart for two companies, both might have a vice president of production, but producing automobiles is different than producing ice cream. Similar but different.

Support Center

How can we help?