Search:

Type: Posts; User: barneygumble742

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    3,171

    how can i go back to the normal view? i'm on win7...

    how can i go back to the normal view? i'm on win7 firefox 3.6.17 and under mobile view, the settings page won't come up.
  2. Replies
    17
    Views
    3,171

    hi...i tried the mobile view on firefox 3.6.17 on...

    hi...i tried the mobile view on firefox 3.6.17 on win7. now i can't go back because the mobile version doesn't allow the settings page to come up. how can i switch back to the default/normal view?
  3. Replies
    1
    Views
    1,259

    object detection

    hello,

    in blog detection (i think thats what its called), what is the name of the process where a video is turned from color to black and white so that detection would be simple?

    in a video,...
  4. Replies
    4
    Views
    1,470

    java forum?

    hi all,

    is there a forum similar to cboards but for java?

    i don't want to learn java but i'm being forced to...and java and the business world are close and when i did a simple search for java...
  5. Replies
    10
    Views
    1,118

    do a search first because i've been through this...

    do a search first because i've been through this before and this has been covered so many times.
  6. Replies
    9
    Views
    2,621

    i prefer farcry2 for its realism. IMO, dunia is...

    i prefer farcry2 for its realism. IMO, dunia is much better than crytek2. i'd like to see more games for both engines and then compare the two engines.

    this may sound weird...but farcry2 feels...
  7. Replies
    11
    Views
    1,626

    and raid controller?

    i wasn't thinking about the 2TB but now i think i'm going to go with the WD 2TB green from newegg. they have a sale this weekend (15% off).

    i have the dell vostro 410 and it has onboard raid.
    ...
  8. Replies
    11
    Views
    1,626

    they were both mounted horizontal and in a (5.25"...

    they were both mounted horizontal and in a (5.25" to 3.5") bay adapter with a 120mm fan in front of them. both hd's separated by enough space to fit another hd in between them.

    i don't know what...
  9. Replies
    11
    Views
    1,626

    i had two WD4000KD go bad. RMAd with WD. and a...

    i had two WD4000KD go bad. RMAd with WD. and a year later...one of the two replaces went bad.
  10. Replies
    11
    Views
    1,626

    HD recommendation

    hi, can anyone recommend a good 1.5 TB drive to get? i'm done with WD (had 4 drives go bad on me over 3 years).
  11. Replies
    7
    Views
    3,433

    very true. i thought about that. but for whatever...

    very true. i thought about that. but for whatever reason, using C style file IO reported slightly faster times than C++.
  12. Replies
    7
    Views
    3,433

    only the file IO part is in C but the rest of the...

    only the file IO part is in C but the rest of the code is C++.
  13. Replies
    7
    Views
    3,433

    hi. how will it work with pointers? for example i...

    hi. how will it work with pointers? for example i have this:


    unsigned char *array;
    array = (unsigned char *)malloc(SIZE);
    fread(array, 1, SIZE, fin); // reading from file
  14. Replies
    7
    Views
    3,433

    shift characters inside array

    hi,

    i have an unsigned char array...say my_array[3] and i'm trying to shift every content in the array by 2.

    for example, i have: my_array[1] = 'aa'
    my goal is to shift the 'aa' by 2 to the...
  15. Replies
    7
    Views
    2,024

    it wasn't like that in vs6. any keystroke i can...

    it wasn't like that in vs6. any keystroke i can hit so i don't have to go in deep and pull out with shift + F11?

    thanks for your fast reply.

    bg742
  16. Replies
    7
    Views
    2,024

    debugging - step into issue

    hi...i'm using msvs 2008. in the past, using msvs6, i've stepped through with F10 and F11. i'm new to msvs 2008 and i came across and issue. i can step line by line but it goes way too deep when i...
  17. Replies
    6
    Views
    2,418

    dude...i know i'm not the greatest coder...but...

    dude...i know i'm not the greatest coder...but even i wouldn't ask a question like that. you must've had huge cajones before clicking on submit.

    bg
  18. Replies
    9
    Views
    2,127

    hi everyone, the following works fine after...

    hi everyone,

    the following works fine after the .clear() and .close() suggestion. the .clear() is completely new to me. i also debugged the heck out of it and found out that when my num_of_files...
  19. Replies
    9
    Views
    2,127

    ok. now i have: file.close();...

    ok. now i have:



    file.close();
    file.open(newfilename.c_str());


    and still the same.
  20. Replies
    9
    Views
    2,127

    hi, thanks for your response. i tried...

    hi,

    thanks for your response.

    i tried file.clear() at the beginning and the end of the for-loop and i'm still receiving the same output and issues as before. i forgot to clear my fstream object...
  21. Replies
    9
    Views
    2,127

    opening files sequentially

    hi,

    i have a problem with my following code. i'm trying to open 15 files sequentially named file01.txt to file15.txt. the very first file is opening and the program displays the contents...
  22. Replies
    1
    Views
    2,568

    g++ trace

    hi...i forgot how to trace through g++. i looked in the man pages and i remember something like a -Wall from class.

    can anyone help me out?
  23. Replies
    4
    Views
    1,264

    what about finding the '\f' and replacing it with...

    what about finding the '\f' and replacing it with a '\n'
  24. Replies
    4
    Views
    1,264

    that's not it. that has to do with removing...

    that's not it. that has to do with removing vectors. however i'm looking for a value i should search for like '\t' for tab and '\n' for a new line.

    however i'm looking for the value that...
  25. Replies
    4
    Views
    1,264

    finding form feed

    hi,

    i have a table that i want to format but for the very last line, debugging in msvc++ it says character 12 and i looked it up and its a form feed.

    how can i look for this throughout my...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4