User: Eto

  • Public profile

User profile: Eto

User info
User name:Eto
History
Joined:
Number of posts:3
Latest posts:

Turn hexadecimal strings to decimal integer value
Basically, I'm having trouble because the value for a char like 0 is also B because their value as a...

Turn hexadecimal strings to decimal integer value
Write a function in C++ that receives a string containing a 32-bit hexadecimal integer. The functio...

Find n prime numbers
#include <iostream> using namespace std; void getPrime(int); int main() { int n; cout ...

This user does not accept Private Messages