AutoCompeletion and other stuff in linuxThanks for the reply Shadowwolf, I've been using Ubuntu sometimes with xfce since i was 10! I only g...
AutoCompeletion and other stuff in linuxMy 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 stringWhat 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 stringI have a function in my class: [CODE]Serial::Serial(std::string* portname) { file.open(portnam...