DATA CONVERSION

46 programming challenges to help you master the fundamentals of C++ using OBJECT ORIENTED PROGRAMMING.

1

How to convert String to int

2

How to convert int to String

3

How to convert String to long

4

How to convert long to String

5

How to convert String to float

6

How to convert float to String

7

How to convert String to double

8

How to convert double to String

9

How to convert String to Date

10

How to convert Date to String

11

How to convert String to char

12

How to convert char to String

13

How to convert String to Object

14

How to convert Object to String

15

How to convert int to long

16

How to convert long to int

17

How to convert int to double

18

How to convert double to int

19

How to convert char to int

20

How to convert int to char

21

How to convert String to boolean

22

How to convert boolean to String

23

How to convert Date to Timestamp

24

How to convert Timestamp to Date

25

How to convert Binary to Decimal

26

How to convert Decimal to Binary

27

How to convert Hex to Decimal

28

How to convert Decimal to Hex

29

How to convert Octal to Decimal

30

How to convert Decimal to Octal

31

C++ Program to convert String to int

32

C++ Program to convert int to String

33

C++ Program to convert String to long

34

C++ Program to convert long to String

35

C++ Program to convert String to float

36

C++ Program to convert float to String

37

C++ Program to convert String to double

38

C++ Program to convert double to String

39

C++ Program to convert char to int

40

C++ Program to convert int to char

41

C++ Program to convert Binary to Decimal

42

C++ Program to convert Decimal to Binary

43

C++ Program to convert Hex to Decimal

44

C++ Program to convert Decimal to Hex

45

C++ Program to convert Octal to Decimal

46

C++ Program to convert Decimal to Octal