Search:

Type: Posts; User: Justin C

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,187

    thank you, i didnt see the code

    thank you, i didnt see the code
  2. Replies
    1
    Views
    938

    String to Char array?

    Hey everyone, for a program I am writing, i need to convert a string of the class std::string to a character array. So essentially i need to convert something of the form:

    string toBeConverted;
    ...
  3. Replies
    4
    Views
    1,187

    so should i convert it to a character array?

    so should i convert it to a character array?
  4. Replies
    4
    Views
    1,187

    Cant use a variable name?

    Hey everyone, another question on my banker program, here it is. Im trying to have a variable in my class that creates a file when the class is initiallized. But, when i open the file using a...
  5. Replies
    12
    Views
    2,250

    Thanks alot for your patience lol, im a bit of a...

    Thanks alot for your patience lol, im a bit of a noob to C++, everythings working fine now, thanks =)
  6. Replies
    12
    Views
    2,250

    Heres my new code..im just not using visual C++...

    Heres my new code..im just not using visual C++ any more cause i cant find how to turn those things off but now im using bloodshed dev C++ and heres my new code and the errors im getting with this.
    ...
  7. Replies
    12
    Views
    2,250

    Heres new code: // Bank Program.cpp :...

    Heres new code:


    // Bank Program.cpp : Defines the entry point for the console application.
    //
    #include <iostream>
    #include <fstream>

    using namespace std;
  8. Replies
    12
    Views
    2,250

    How do you set it to not use precompiled headers?...

    How do you set it to not use precompiled headers? And what is MSC and PCH?
  9. Replies
    12
    Views
    2,250

    Im using visual C++...but i dont understand why...

    Im using visual C++...but i dont understand why its not letting me use the namespace std part of it...but yeah i forgot about the initialization..thanks for that
  10. Replies
    12
    Views
    2,250

    Doesn't Compile

    Hey guys, my family is starting a sort of in house bank and i want to write a program for it that will manage the accounts. I have started it a little bit and its not compileing. Its not much now...
  11. Replies
    3
    Views
    1,148

    Windowed Applications

    Hello everyone, I am just coming to C++ from a background in html, javascript, and JAVA. I am used to being able to create graphics and windowed applications in java very easily as it is built...
Results 1 to 11 of 11