programming

  1. MajesticHamster

    Who else likes to code?

    I've been working on and off with freelance coding since I was 8 years old, and I was wondering who else enjoys programming. I've always thought it was a fun thing to do. :thumbsup:
  2. NabePup

    Anyone have experience with C++ vectors?

    I'm trying to write a program in C++ that separates a string into its separate elements if it contains multiple elements separated by spaces. For instance, the string "john hubert williams doe" would be stored as a vector containing the values {"john", "hubert", "williams", "doe"} at indexes...
Back
Top