Search:

Type: Posts; User: JohnnyCat

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,289

    Using the debugger to see array contents

    Hello,

    I am using Bloodshed Dev and am trying to debug a program. When using the debugger how can I see the values inside the array?

    Thanks.
  2. I'm using 4.9.9.1 I just downloaded it from...

    I'm using 4.9.9.1

    I just downloaded it from their website. It was the most recent one.
  3. Here it's just a simple test trying to get the...

    Here it's just a simple test trying to get the string to work.


    #include <iostream>
    #include <string>

    int main()
    {
    string test;
  4. Thanks for the quick reply. That did not work...

    Thanks for the quick reply. That did not work however. It did not like that line of code. Also, I already had the line:


    using namespace std;
  5. Newbie Question: Can't use #include

    Hello,

    I am trying to define a variable of type string, however the compiler does not like it.

    I've done #include <string>.

    I'm using the Bloodshed compiler. The include files are there....
Results 1 to 5 of 5