Category: C#

C#
uncategorised

C++ Question

in c++ code, the zip file is what it being asked, need a client.cpp file and a server.cpp file. below has some code example given that can be used but needs to be commented “code from given file” Objective: This assignment will introduce you to interprocess communication mechanisms in UNIX using sockets. Problem: You must […]

Read More
C#
uncategorised

DISCUSSION QUESTION

Arrays and Vectors Discussions TOPIC: Should beginners focus solely on learning std::vector first, or is a deep understanding of C-style arrays and manual memory management a necessary foundation for all C++ programmers? You must post before seeing replies MAIN POST: After reading the materials for this week and conducting any necessary independent research, write your […]

Read More
C#
uncategorised

Programming – Algorithm Analysis, need somebody to check if…

Q1 Algorithm Design7 PointsDungeonGator is a repository containing n*m books, each of which has a title length of at most tcharacters. All the books are stored in a 2-D container or collection, A[n][m] which has n rows and mcolumns. Each slot in the container contains a random book title. Thus the collection is not sorted […]

Read More
C#
uncategorised

What is the best approach to understanding pointers and memo…

Object-oriented programming (OOP) in C++ is based on four main principles: Encapsulation: Bundling data and methods that operate on the data within a single unit, or class. This restricts direct access to some of an object’s components, which is a means of preventing accidental interference and misuse. cppCopy codeclass Example {private: int value;public: void setValue(int […]

Read More
C#
uncategorised

C# Question

You are working for a company (jBlink Software Inc.) that recently had one of the programmers leave. The programmer was working on a library of methods in C# to support StatisticalCalculations. The library was designed using a List of Double values and it is currently onlyexpected to work with that data type. Your boss has […]

Read More
C#
uncategorised

Need Assistance with a LAB C## (Visual Studio)

Instructions Download and extract the .zip file with program source code and directions. Complete the Test functions in the Submission.cpp file. While working, Debug/Run the lab to see how many test runs pass or fail. Ideally, you want all test runs to pass to get the maximum amount of points. Your grade is shown at […]

Read More
C#

General Grading Guidelines: The following deductions will apply to all programmi

General Grading Guidelines: The following deductions will apply to all programming assignments. 1. Any program that does not compile will result in a zero for the assignment. No exceptions will be made for ‘accidental’ uploads, so check your code before submitting. 2. Poor Formatting and programming style will result in a 15% deduction. Please see […]

Read More
C#

Unit 9 Assignment: Preparing your IDE for Mobility Development Outcomes covered

Unit 9 Assignment: Preparing your IDE for Mobility Development Outcomes covered in this activity: Unit Outcome: Design an application written in Java, C#, or web development languages to be a mobile app. Course Outcome: IT391-6: Design interactive web applications or mobile applications. Purpose The purpose of this assignment is to design an application to be […]

Read More
C#

https://github.com/SzakiSzakeszKadar/Another_Try_p… I. Specification Task desc

https://github.com/SzakiSzakeszKadar/Another_Try_p… I. Specification Task description: The purpose of the administrative interface is to create a console application (hereinafter referred to as the application) that allows the operator to manage the rental of machinery, tools, and even labor. The application also enables the compilation and recording of orders, as well as the inventory management and data […]

Read More
C#

I have the code (will send it to you). Right now is 2D convolution. Just need to

I have the code (will send it to you). Right now is 2D convolution. Just need to add more layers to the convolution.

Read More