Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse All

Alphabetical listing with fast deep pagination.
1197283 items • Page 48 / 23946

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
#include \"Student.h\" #include #include using namespace std;
#include "Student.h" #include<iostream> #include <string> using namespace std; void ResistorClass::displaynominalResistance( ) { cout << "Display nominal resista…
#include \"bank.h\" int numOfCustomers; // the number of customers of the bank i
#include "bank.h" int numOfCustomers; // the number of customers of the bank int numOfAccounts; // the number of accounts offered by the bank int *available; // the amount availab…
#include \"book.hpp\" using namespace std; Book::Book(){ idCode = \"default\"; t
#include "book.hpp" using namespace std; Book::Book(){    idCode = "default";    title = "defalut";    author = "default";    location = ON_SHELF; } Book::Book(string idc, string …
#include \"des56.h\" #include #include #include
#include "des56.h" #include <stdlib.h> #include <stdio.h> #include <string.h> //Use these constants to specify ENCRYPT or DECRYPT in the fencrypt function call. …
#include \"functions.c\" /******************************************************
#include "functions.c" /***************************************************************************** Function Description: halfadder. notice that if u want to set a output value …
#include \"graph.h\" #include #include #include #include \"cirListDeque.h\" void
#include "graph.h" #include #include #include #include "cirListDeque.h" void createGraph1(Graph* g) { Vertex* firstVert; Vertex* secondVert; int i; srand(3); g->numVertices = 3…
#include \"graph.h\" #include #include #include
#include "graph.h" #include <stdlib.h> #include <stdio.h> #include <limits.h> #include "cirListDeque.h" void createGraph1(Graph* g) { Vertex* firstVert; Vertex* …
#include \"helpers.h\" /** * Returns true if value is in array of n values, else
#include "helpers.h" /** * Returns true if value is in array of n values, else false. */ bool binary_search(int value, int values[], int n); bool search(int value, int values[], i…
#include \"inlab6.h\" #include \"structs.h\" #include #include
#include "inlab6.h" #include "structs.h" #include <iostream> #include <fstream> #include <stdlib.h> using namespace std; // This function appends the record 'new…
#include \"inst_none.h\" #include using namespace std; const int matr
#include "inst_none.h" #include <iostream> using namespace std; const int matrixSize = 10; const int blockingFactor = 5; int a[matrixSize][matrixSize]; int b[matrixSize][mat…
#include \"ofApp.h\" int ofApp::getXSamples (float xMin, float xMax, float step,
#include "ofApp.h" int ofApp::getXSamples (float xMin, float xMax, float step, float x[]) { int i; int numSamples; numSamples = (xMax - xMin) / step + 1;    for (i = 0; i < num…
#include \"race.h\" /*this funtion will take the max number of racer and crate r
#include "race.h" /*this funtion will take the max number of racer and crate race objct and return it by refrance*/ race * create_race(int max_racers) { //make rac object and assi…
#include \"simpio.h\" #include #include \"genlib.h\" //Constants //___
#include "simpio.h" #include <stdio.h> #include "genlib.h" //Constants //____________ //LowerLimit -- Starting value for the squence //UpperLimit -- Final value of the seque…
#include \"splashkit.h\" using namespace std; #define CHERRY 0 #define GOOSEBERR
#include "splashkit.h" using namespace std; #define CHERRY 0 #define GOOSEBERRY 1 #define BLUEBERRY 2 #define POMEGRANATE 3 #define APRICOT 4 #define RASPBERRY 5 #define BLACKBERR…
#include \"stdafx.h\" #include #include using namespace std
#include "stdafx.h" #include <iostream> #include <conio.h> using namespace std; //class declaration class BankAccounts { private:    int acctNum;    double acctBal;   …
#include \"stdafx.h\" #include #include #include
#include "stdafx.h" #include <iostream> #include <cstdlib> #include <iomanip> using namespace std; int main() {    //declare variables    const int MAX_RANGE = 1…
#include \"stdafx.h\" #include #include #include #
#include "stdafx.h" #include <iostream> #include <fstream> #include <string> #include <cstring> using namespace std; class PersonalData { public: int ID; s…
#include \"stdafx.h\" #include #include #include us
#include "stdafx.h" #include <iostream> #include <iomanip> #include <ctime> using namespace std; static const int maxRoll = 50; static const int maxGame = 3; cla…
#include \"stdafx.h\" #include #include using namespace std
#include "stdafx.h" #include <iostream> #include <iomanip> using namespace std; #define entries 20 int main() { int i, v, j, k; int a = 0; int list1[entries], list2[en…
#include \"stdafx.h\" #include #include using namespace std
#include "stdafx.h" #include <iostream> #include <iomanip> using namespace std; #define entries 20 int main() { int i, j, v, maxindex, temp; int flag = 0; int list1[en…
#include \"stdafx.h\" #include \"arrays.h\" #include int main() { int
#include "stdafx.h" #include "arrays.h" #include <stdio.h> int main() {        int Array[] = { -15, 25, 5, -4, 10, 3, 100, 50, -20 }; // 9 elements of array        int size;…
#include \"stdafx.h\" //please disregard this as its part of visual c++ 2013 #in
#include "stdafx.h" //please disregard this as its part of visual c++ 2013 #include <iostream> { int alpha[15]; //Declare an array alpha of 15 components of type int. cout &…
#include \"stdio.h\" #include \"stdlib.h\" #include \"sys/stat.h\" /* A review o
#include "stdio.h" #include "stdlib.h" #include "sys/stat.h" /* A review on binary, octal, and decimal numbers.    Converting from binary to base 10 ( decimal ):    Binary numbers…
#include d set flag(unsigned int* f void unset flag(unsigned int * flag_holder,
#include d set flag(unsigned int* f void unset flag(unsigned int * flag_holder, int flag_position); int check flag(unsigned int flag holder, int flag_position); void display_32_fl…
#include enum States {Start, Init, LED_Lit1} state; unsigned char button; #defin
#include enum States {Start, Init, LED_Lit1} state; unsigned char button; #define button PINA & 0x01 void tick_LED() { switch(state) {    // Transitions case Start:       // S…
#include int main() int x = 6, y = 10; printf( \"Enter two numbers (separated by
#include int main() int x = 6, y = 10; printf( "Enter two numbers (separated by spaces) : " int values-read = scanf("%d %d", &x;, &y;); if (values-read != 2){ printf("scan…
#include int main() { clrscr(); int floors = 6, rooms = 20, suites = 120, occupi
#include int main() { clrscr(); int floors = 6, rooms = 20, suites = 120, occupied = 0, totalRooms = 120, totalOccupied = 0, totalUnoccupied = 0, numFloors=16; int occupRate; //st…
#include int main() {int max=7; char input[max+1],letters[]={\'a\',\'b\',\'c\',\
#include int main() {int max=7; char input[max+1],letters[]={'a','b','c','d','r'}; char output[max+1],key[6]; int i,j,k,used[5],bad; do { for(i=0;i<6;i++) used[i]=0; bad=0; pri…
#include int main() {int max=7; char input[max+1],letters[]={\'a\',\'b\',\'c\',\
#include int main() {int max=7; char input[max+1],letters[]={'a','b','c','d','r'}; char output[max+1],key[6]; int i,j,k,used[5],bad; do { for(i=0;i<6;i++) used[i]=0; bad=0; pri…
#include int main() {int max=7; char input[max+1],letters[]={\'a\',\'b\',\'c\',\
#include int main() {int max=7; char input[max+1],letters[]={'a','b','c','d','r'}; char output[max+1],key[6]; int i,j,k,used[5],bad; do { for(i=0;i<6;i++) used[i]=0; bad=0; pri…
#include int main() {int max=7; char input[max+1],letters[]={\'a\',\'b\',\'c\',\
#include int main() {int max=7; char input[max+1],letters[]={'a','b','c','d','r'}; char output[max+1],key[6]; int i,j,k,used[5],bad; do { for(i=0;i<6;i++) used[i]=0; bad=0; pri…
#include int multiple(int a, int b) { //a pair of integers whether the second in
#include int multiple(int a, int b) { //a pair of integers whether the second integer is a multiple of the first. if(b%a==0) return 1; else return 0; } int main() { int a; int b; …
#include int pleaseAdd( int a, int b ) { // define a function before it is calle
#include int pleaseAdd( int a, int b ) { // define a function before it is called int c = a + b; // a and b are the function parameters return c; } int main( ) { int x, y; // decl…
#include iostream> include using namespace std; class Book private string title
#include iostream> include using namespace std; class Book private string title public Book title-: Book(string) void setTitle(string) void showBook0: Book: Book(string inTitle…
#include kiostream> #includekiomanip #include Kassert.h #include using namespace
#include kiostream> #includekiomanip #include Kassert.h #include using namespace std; string output file void file Manipulation (string output file); int main int List 20 0, ma…
#include rims. 4. typedef struct task State unsigned long period; unsigned long
#include rims. 4. typedef struct task State unsigned long period; unsigned long elapsed Time. int TickFct. int task 11. task tasks C2 13. cons unsi gned char tasks Num const unsig…
#include struct time { int hh; int mm; int ss; }; struct date { int mm; int dd;
#include struct time { int hh; int mm; int ss; }; struct date { int mm; int dd; int yy; }; struct combined { struct date d; struct time t; }; struct combined nextSec(struct combin…
#include using class { public private }; int { DayOfYear today, bach_birthday; c
#include using class { public private }; int { DayOfYear today, bach_birthday; cout << today.input( ); cout << today.output( ); bach_birthday.set(3, 21); cout <<…
#include using namespace std; #include int main() { cout
#include using namespace std; #include int main() { cout << "What is your first name? "; string name; cin >> name; cout << "Nice to meet you " << name <…
#include using namespace std; /* INSERT YOUR RAT CLASS UP HERE */ double continu
#include using namespace std; /*    INSERT YOUR RAT CLASS UP HERE */ double continued_frac_1(int a[], int i) { } int* continued_frac_2(int a[], int i) { } Rat continued_frac_3(int…
#include using namespace std; bool isLeap(int); int dayNumber(int month,int day,
#include using namespace std; bool isLeap(int); int dayNumber(int month,int day,int year) { int count; if(isLeap(year) && month==2 && day==29) return 60; if(month=…
#include using namespace std; bool isLeap(int); int dayNumber(int month,int day,
#include using namespace std; bool isLeap(int); int dayNumber(int month,int day,int year) { int count; if(isLeap(year) && month==2 && day==29) return 60; if(month=…
#include using namespace std; bool isLeap(int); int dayNumber(int month,int day,
#include using namespace std; bool isLeap(int); int dayNumber(int month,int day,int year) { int count; if(isLeap(year) && month==2 && day==29) return 60; if(month=…
#include using namespace std; class Bank_Transaction { public: Bank_Transaction(
#include using namespace std; class Bank_Transaction { public: Bank_Transaction( ); //default constructor Bank_Transaction(double); double Check_Balance( ); void Deposit(double); …
#include using namespace std; class Bank_Transaction { public: Bank_Transaction(
#include using namespace std; class Bank_Transaction { public: Bank_Transaction( ); //default constructor Bank_Transaction(double); double Check_Balance( ); void Deposit(double); …
#include using namespace std; class Dumb { private: int a; public: Dumb() { a =
#include using namespace std; class Dumb { private: int a; public: Dumb() { a = 10; couta = obj.a + 1; cout a = right.a; cout << "Operator =" << endl; return *this; } …
#include using namespace std; class LIST_NODE { public: int data; // data elemen
#include using namespace std; class LIST_NODE { public: int data; // data element of node LIST_NODE *next; // pointer element of node }; class LINKED_LIST_CLASS { public: LINKED_L…
#include using namespace std; class matrix { public: int row,col,a[10][10]; publ
#include using namespace std; class matrix { public: int row,col,a[10][10]; public: matrix () { } matrix (int, int); friend ostream & operator<<(ostream& os, const m…
#include using namespace std; class stackN; class NodeS{ private: NodeS(int, Nod
#include using namespace std; class stackN; class NodeS{    private:        NodeS(int, NodeS*);        int data;        NodeS* next;        friend class stackN; friend ostream&amp…
#include using namespace std; class stackN; class NodeS{ private: NodeS(int, Nod
#include using namespace std; class stackN; class NodeS{    private:        NodeS(int, NodeS*);        int data;        NodeS* next;        friend class stackN; friend ostream&amp…