User profile: nedo

User info
User name:nedo
Name:Rada Florin-Daniel
Location:Bucharest
Website:http://florinrada.blogspot.com
Bio:I am just someone who developed a passion for programing, and try's to learn as much as he can whenever he can, wherever he can.
I prefer c++ and i have medium experience with it, and with the wxWidgets framework(for c++, not for pythone). Recently i started working with php, trying to go in the web development direction, not only in the desktop direction.
I program mostly for windows but i do have 1 app that is full cross platform(a ip to ip crypted chat).
History
Joined:
Number of posts:83
Latest posts:

Object with argument as a class member
you need to do something linke this: [code] class A { }; class B { B(const A& a) // you use cons...

please help.. beginner cout problem c++
On your line 14 and line 17 check the n\"; well you see, the "\" is used as an escape character. Let...

.txt file help
Your aproch is wrong. Why not just have some content in the text file, and the content is encrypted...

how to print in reverse using data structure
If you have a single linked list, you use recursion as people sugested. the function wil check if th...

Plz tell a way for comparing performance of c++ made dataStructures in external memory,help.
one way for comparing algorithms is scalability. You give them 10 entries and do some thing with the...