GitXplorerGitXplorer
p

Practice11

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cc6b52ae9b875c88d79f7a44ee107dca03c4eca1

Create README

ppsanchezp committed 8 years ago
Unverified
982dc16e6c8fe05c86f8a1ce62dc494b8667f0e2

First Commit

ppsanchezp committed 8 years ago
Unverified
b029e35a0a7e0665d12da9537eb1dce4ecabcc95

:confetti_ball: Added .gitattributes

ppsanchezp committed 8 years ago

README

The README file for this repository.

Practice11

Static and Dynamic Libraries used in Advanced Programming Course

Practice8.h library contains the following methods:

  • int binaryToInt (char *c) <- Method that receives a string of 1s and 0s and turns it into a base 10 integer
  • int hextoInt (char *c) <- Method that receives a hexadecimal string and converts it into a base 10 integer
  • double asciiToDouble (char *c) <- Method that receives a number as a string and converts it into a double number

Practice9.dll library contains the following methods:

  • char* extremelyLargeString() <- Method that allocates memory for a large string