User profile: kam hagh

User info
User name:kam hagh
History
Joined:
Number of posts:63
Latest posts:

AutoCompeletion and other stuff in linux
Thanks for the reply Shadowwolf, I've been using Ubuntu sometimes with xfce since i was 10! I only g...

AutoCompeletion and other stuff in linux
My friend tells me that linux is only good for low level programming, is this true? for example, ...

how to make my function accept both const char* and string
[QUOTE] Neither does reference (&) - http://www.learncpp.com/cpp-tutorial/73-passing-arguments-by-r...

how to make my function accept both const char* and string
What is the difference between & and the * i used? And i tried constant pointer, it didn't work (was...

how to make my function accept both const char* and string
I have a function in my class: [CODE]Serial::Serial(std::string* portname) { file.open(portnam...