I'm trying to change my char array to string so an unlimited amount of characters can be entered instead of it being a limit ex. (char DNA[50]) this means I can only enter 50 DNA characters but I want it to be unlimited. The idea i had is to change the char DNA[50] to string DNA; then declaring int DNA length and then DNAlength=DNA.Length(). well I enter that in my code and I have problems here's my original code
The idea i had is to change the char DNA[50] to string DNA; then declaring int DNA length and then DNAlength=DNA.Length(). well I enter that in my code and I have problems here's my original code
Thanks alot fellas
you guys make me realize I got a whole lot to learn
how long does it usually take to get to a pretty confident level of being a legit programmer?
6 months? 1 year?
whats the average time i should expect to become good at this?