Search:

Type: Posts; User: DeepFyre

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: c2061 error

    by DeepFyre
    Replies
    1
    Views
    5,220

    oooh i get it ..... im stupid .... i wasn't...

    oooh i get it ..... im stupid .... i wasn't supposed to do FileStream::FileStream(), just FileStream()
  2. Thread: c2061 error

    by DeepFyre
    Replies
    1
    Views
    5,220

    c2061 error

    i get the error


    error C2061: syntax error : identifier '{ctor}'

    when trying to compile the second and third lines of this snippet in visual c++ 2005 with all the default compiler options...
  3. Thread: Dialog

    by DeepFyre
    Replies
    11
    Views
    1,530

    maybe i is a stupidhead but methinks you should...

    maybe i is a stupidhead but methinks you should be tryin visual c++
    p.s. its free!
  4. Replies
    8
    Views
    1,467

    try running fx in safe mode and see if it still...

    try running fx in safe mode and see if it still happens
  5. Replies
    3
    Views
    1,163

    thanks anonytmouse, that did the trick!

    thanks anonytmouse, that did the trick!
  6. Replies
    3
    Views
    1,163

    firefox question

    is there a way to prevent a website from resizing the size of the window (an option, an existing extension, or even a new extension). it gets quite annoying when your goin to a website and everyother...
  7. Replies
    2
    Views
    1,369

    wow thanks a load for the help w/ directx, the...

    wow thanks a load for the help w/ directx, the registry edit did the trick

    about the graphics card ... ya .. its pretty ghetto, but i manage to get by with it : )
  8. Replies
    2
    Views
    1,369

    directx help!!!!!!!!!!!!!!!!!!!!!!

    ugh.....i have directx 9.0c installed apparently, but many of my games say that it isnt installed (warcraft 3, guild wars) but some of my games seem to work fine (oblivion). i have tried updating it,...
  9. Thread: Spam email

    by DeepFyre
    Replies
    17
    Views
    5,134

    spam really isnt a problem for me, all the spam...

    spam really isnt a problem for me, all the spam gets conveniently redirected into the trash bin 99% of the time, and when i sign up for really trashy sites (like trying to sign up for those free ipod...
  10. Thread: Spam email

    by DeepFyre
    Replies
    17
    Views
    5,134

    Spam email

    I keep getting weird email messages with these odd sayings and idioms and metaphors and stuff. There is always a spam email (i.e. sign up for a credit card, or trying to get my personal information...
  11. Thread: Product Keys

    by DeepFyre
    Replies
    6
    Views
    1,546

    my dad had office installed on his laptop & i...

    my dad had office installed on his laptop & i wanted it on my desktop so all i had to do was copy the program files from his computer and paste them on mine

    im 99.99% its illegal, but what they...
  12. Replies
    22
    Views
    3,434

    Are you even trying to understand what is going...

    Are you even trying to understand what is going on in this thread cgsarebeast?

    Frst of all - if you cant understand chaos engine's post, then no website will help you.

    Second of all - we dont...
  13. Replies
    24
    Views
    2,650

    Code: const char* var1 = "test"; const char*...

    Code:

    const char* var1 = "test";
    const char* var2 = "";
    const char* var3[] = {var1, var2};
    int a = 2;
    int c = 0;

    for(int b=0; b<a; b++) {
    if(var3[b]!="") {
  14. Replies
    4
    Views
    1,114

    http://72.14.203.104/search?q=cache:EY9J2rpzYx8J:w...

    http://72.14.203.104/search?q=cache:EY9J2rpzYx8J:www.phptr.com/articles/article.asp%3Fp%3D102230+wep+vulnerabilities&hl=en&gl=uk&ct=clnk&cd=1


    ...
  15. Replies
    4
    Views
    1,114

    Wireless encryption question

    we got a new wireless router and i've been setting up our wireless netowrk so that the computers can have access to each others drives. I setup the 10 digit WEP encryption so that random people cant...
  16. Replies
    10
    Views
    1,236

    just as you said int counter = 0; you have...

    just as you said

    int counter = 0;

    you have to say

    int mod = 0;//or whatever value

    likewise
  17. Replies
    1
    Views
    1,839

    sending commands

    i know that you can send text from the serve to a client application, but is there a way to send a command to the client application (i.e. "close" (Alt + F4)). I know that you could send a code in...
  18. Replies
    4
    Views
    927

    ok thanks codeplug ill try to make it so both...

    ok thanks codeplug ill try to make it so both work

    but i still dont understand why one worked and the other didnt
  19. Replies
    4
    Views
    927

    File I/O problem

    why will this write the text to a file:


    ofstream fout("info.txt");
    char ch;
    char word[BUFSIZ];
    int i = 0;

    while (1)
    {
  20. Replies
    6
    Views
    1,330

    to get random numbers use the rand() function...

    to get random numbers use the rand() function
    http://www.cprogramming.com/tutorial/random.html

    to control how many attempts the user gets use a loop (most likely a for loop)...
  21. Replies
    3
    Views
    1,425

    guess that was the one thing i didnt try lucky...

    guess that was the one thing i didnt try lucky
    thanks a lot lucky that worked :)
  22. Replies
    3
    Views
    1,425

    vector erase() problem

    havent been programming recently but school just finished so i got back to it, but im getta couple wierd errors that i cant straighten out

    i have this code:


    ...
  23. Replies
    4
    Views
    2,907

    or you could use system("pause"); instead...

    or you could use

    system("pause");

    instead of the cout<<"press any key to continue"<<endl;
    ???what should i put here???

    it would save a lot of time if you use it a lot but some people say...
  24. Replies
    87
    Views
    18,714

    my mother "unconditionally" loves me, if i were...

    my mother "unconditionally" loves me, if i were in prison she would love me, if i were a terrorist she would still love me. now as alphaoide said, if i were not her son, she would not love me under...
  25. Replies
    37
    Views
    11,812

    well, it is on ebaumsworld.com. so how can it...

    well, it is on ebaumsworld.com. so how can it have anything to do with intelligence ;)
Results 1 to 25 of 232
Page 1 of 10 1 2 3 4