Loading

c/c++

Submitted by: 

Any variable in C programming is specified by it's data-type and storage-class specifier. The general syntax is as follows :- //storage-class data-type variable-name;// Example:extern int myInteger; There are four storage classes in C: 1) Automatic 2) External 3) Static, and 4) Register. 1.1) Automatic Variables :- These are the variables defined with in a function. Alternatively any thing(variable) defined within a function is automatic. They are identified by the keyword 'auto'. The general syntax is as follows : auto int k;

Submitted by: 
Language: 

The objective of this assignment is to create a program for users to perform math calculations and string operations. The program should allow different mathematical and string functions classified into menus. Provide the following Options in the Main Menu: 1. Conversions 2. Matrix Maths 3. String Functions 4. Exit 1. Conversions • Decimal to Binary • Binary to Decimal • Binary Addition • Binary Subtraction Output for the binary computations should be in both Base 10 and Base 2. 2. Matrix Maths • Matrix addition • Matrix subtraction • Matrix multiplication

Submitted by: 
Language: 

There about 7-8 different patterns which will help you to understand the loop techiques in programs. njoy codeeeeeeeeeeeeeeeeeeeeennnnnnnnnnnnnnnn

Submitted by: 
Language: 

1 2 5 6 3 4 and 7 8 are two matrix given: their addition : 6 8 10 12 their subtraction: -4 -4 -4 -4 their multiply: 21 22 43 50 will show by the program code; njoy coding....

Submitted by: 
Language: 

Hi there thank you for always visiting the site. About this code I called it Year Calendar Version 1.0 that I wrote using the C language. It display all the months in a given year given by the user. I hope everyone will be benefit with my work. If you find my work useful send me an email at jakerpomperada@yahoo.com. I am also accepting programming jobs at a very affordable price. People here in the Philippines who would like to contact me can reach me through my mobile number at 09296768375. Thank you very much and Happy Programming. Regards,

Submitted by: 
Language: 

Hi there thank you for always visiting and supporting the site. About this code I called it Check Book Solver 1.0 this program will help you balance your checkbook. I purposely wrote this code to help users in there day to day transactions using this check book. I hope my work help anyone interested in C/C++ programming.

Submitted by: 
Language: 

Hi there I wrote this code to help anyone with their problem solving their monthly home mortgage payment in C language. I love to program both C and C++ it is very challenging to solve a problem with an elegant code. I hope this code will help anyone interested in C programming in particular.

Submitted by: 
Language: 

Hello there Im glad that there are many programmers contributing in the site. Keep coding and sharing your knowledge to the community of programmers and developers around the world. About this program I called it Email Checker Version 1.0 in C++ what the program will do is to check and verify whether the email is valid or not valid.

Submitted by: 
Language: 

Hi there about this code I called it Gross Salary Solver 1.0 written in C and C++ programming language. It is a simple program shows how to use common programming statements in C++. I hope everyone likes this code. If you have some questions about my work please send me an email at jakerpomperada@yahoo.com. People here in the Philippines can reach me in my mobile phone number 09296768375 and my telephone number at home +63 (034) 4335081. I am also accepting programming jobs like assignments, projects and thesis in a very reasonable and affordable price. Thank you very much and God Bless.

Submitted by: 
Language: 

Hi there about this code I called it Employee's Management System 1.0 I wrote using a combination of C/C++ codes. It shows how use structure data strucute and array in C/C++ in a database application. I hope this will help someone that is interested in database development using C/C++ programming language.

Pages