Search:

Type: Posts; User: Insenic

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,148

    I use vim. I tried emacs once, but I did not...

    I use vim. I tried emacs once, but I did not like it. Vim is good though once you get used to it. It scares allot of people because of it's "I eat noobs" learning curve though. Peaple get scared to...
  2. Replies
    13
    Views
    2,220

    Okay. I will keep that in mind (what is the...

    Okay. I will keep that in mind (what is the differance?)



    Oh, whoops. I forget that C's quotes are different like that.

    -------------------------------------------------------------------
  3. Replies
    13
    Views
    2,220

    Okay, I am going to try rewriting this. Let me...

    Okay, I am going to try rewriting this. Let me just get some facts down first though.

    - getenv returns a char pointer, and therefore to deturman(sp?) the length, instead of sizeof, I need...
  4. Replies
    13
    Views
    2,220

    That is the way I have seen it done everywhere I...

    That is the way I have seen it done everywhere I look (typecasted), And I will remember to free it when I am done with it. Thanks for that. (I will look into memset later, unless maybe you want to...
  5. Replies
    13
    Views
    2,220

    Pointers probably. (doing CGI)

    To keep myself interested in C, I decided to start messing with CGI. I am just testing stuff out now, getting used to C for the web, but I have already hit a problem. I bet it is with my pointers,...
  6. Thread: Hooks

    by Insenic
    Replies
    4
    Views
    1,271

    Thanks. I saw the SetWindowsHook function in what...

    Thanks. I saw the SetWindowsHook function in what I did read on them. And somewhat how to use them, but not a great deal I will defenatly seargh for your example. I hope it isn't burried too far. I...
  7. Thread: Hooks

    by Insenic
    Replies
    4
    Views
    1,271

    Yes, but I am still looking to do it as a...

    Yes, but I am still looking to do it as a learning experience. I have a windows PC here with admin privliges that I can test it on.
  8. Replies
    2
    Views
    1,030

    Praticle C Programs

    Although I am still intending to my previous project for fun, which envolves windows hooks (but I was told it wouldnt work on a system without admin privilages. I still entend to do it as a learning...
  9. Thread: Hooks

    by Insenic
    Replies
    4
    Views
    1,271

    Hooks

    I am currently wolking on a on a C project to convert QWERTY keystrokes to DVORAK keystrokes for the system. I googled and found I have to use a global keybeard hook, but I am not exactly sure how to...
  10. Thread: Key Converter

    by Insenic
    Replies
    5
    Views
    1,718

    I figured i would be OS dependant. But it dosn't...

    I figured i would be OS dependant. But it dosn't affect me that much, as I really only need this for the windows (98/xp) OS. The only place I run Linux is at home, and I have controll over everything...
  11. Thread: Key Converter

    by Insenic
    Replies
    5
    Views
    1,718

    Key Converter

    I have recently switched to the DVORAK keyboard layout, and find it quite pleasing. I have derided to stick with it. This is where the programming comes in.

    I use the computers allot at school,...
  12. Replies
    14
    Views
    5,303

    1) ok, so if i put cin.ignore(); before the last...

    1) ok, so if i put cin.ignore(); before the last cin.get, it will keep the window open? EX:


    #include<iostream>
    #include<string>
    using namespace std;

    int main() {
    string name;
    ...
  13. Replies
    14
    Views
    5,303

    Simple C++ help for a beginer?

    well i recently took up C++, and have had a hell of a time with it. I was hoping i could get some help here if possible.

    first things first. i have had a pain in the ass time trying to keep a...
Results 1 to 13 of 13