Categories
- Computer Science (39)
- C Language (4)
- Coding Discussions (16)
- Linux / Unix Shell (14)
- Others (3)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (35)
- Humor (16)
- Writings (3)
- Computer Science (39)
Tags
StackOverflow
-
Top 10
- Floating point math operations in bash
- Geeky Code Wallpaper with GIMP
- Bash Script : Print lines of a file in reverse order
- Read multiple arguments in bash script
- Making a Multi Booting CD DVD USB
- Generating Twin Primes, Cousin Primes and Sexy Primes
- Balanced Parenthesis Check
- Choose login manager GDM or KDM in Fedora
- Bash Script: Counting lines, words, characters
- Little and Big Endian conversion
-
Recent Comments
Polls
Tag Archives: C++
Accessing private data members directly outside from its class in C++
Private members in C++ cannot be accessed from outside the class directly. In this post I will tell an interesting fact, that in C++ however there are means with which you can access/modify the values of the private members of … Continue reading




