Search:

Type: Posts; User: karimallen

Search: Search took 0.00 seconds.

  1. DataGridView Cant Get It To Display Text When I Tell It!

    I have a DataGridView control that isnt attached to any data. I set up a column
    using the property pages its a DataGridViewTextBoxColumn. Ive tried to set the text as so, it doesnt work!!!

    ...
  2. Replies
    4
    Views
    1,271

    no worries cin.ignore seems to work well thanks...

    no worries cin.ignore seems to work well thanks guys
  3. Replies
    4
    Views
    1,271

    thanks for your quick response

    i need the program to be as quick as possible, putting the input into an array
    wouldn't this mean manipulating the entire input first? which would be slower or the same speed as my current solution...
  4. Replies
    4
    Views
    1,271

    Read from input skipping characters

    I have a program that works like this from the command prompt

    program < input

    the input is a large list of numbers.

    i need to read every 3rd number.
    at the moment i flick through the whole...
Results 1 to 4 of 4