Search:

Type: Posts; User: Borodin

Search: Search took 0.01 seconds.

  1. re

    Okie dokie I'll give visual basic a go seeing as it's up and ready to go allready. Thanks for the recommendation!
  2. re:

    #include <iostream>
    #include <cstring>
    #include <cctype>
    using namespace std;

    void strInvertCase(char *str);

    int main()
    {
    char str[80];
  3. Utter beginner question about using notepad for c++

    Hi all, I did try searching for this but I couldn't come with anything (I'm not even sure it is actually a problem!)

    I'm a total beginner, about a third the way through C++ A beginners guide by...
Results 1 to 3 of 3