Search:

Type: Posts; User: Ben1220

Search: Search took 0.01 seconds.

  1. problem combining forms in visual c++ with opencv

    I've taught myself basic opencv functionality and I've taught myself how to create forms using visual c++, but I can't merge the two.

    At the moment, all I'm trying to do is write a program that...
  2. Replies
    5
    Views
    2,432

    That's the point, I'm trying to print the data,...

    That's the point, I'm trying to print the data, but it just won't happen. I've tried several different ways from several websites but none of them work. I know the file is being opened properly...
  3. Replies
    5
    Views
    2,432

    reading in a list of integers.

    Hey guys, I've been trying to figure out how to read in a list of integers from a text file using visual c++ express 2010, and I'm completely stumped. This is the kind of thing that I'm trying now: ...
  4. Works perfectly. Thankyou!

    Works perfectly. Thankyou!
  5. simple question about printing hex numbers at a certain size

    Say I had an array full of hex numbers that I wanted to print. If I just went ahead and printed them out one by one in a for loop like this:


    for (a = 1; a<= 31; a++) {
    ...
Results 1 to 5 of 5