Search:

Type: Posts; User: gtriarhos

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,527

    COM/ATL or static Library

    I'm not very good with C++, so I'm having a guy write me some code. I need an object to CASS certify each address. We're having a hard time whether to write this in COM/ATL or as a static-link C...
  2. Replies
    0
    Views
    2,679

    DataGrid drag and drop

    Hi, can someone help me out or point me in the right direction to drag and drop from a datagrid. Basically I have two grids that are populated with arrays on one form. I need to drop values from...
  3. Replies
    3
    Views
    2,914

    Private or Public

    Hi, I was curious why you would neet to declare and variable in a class as private, and then use the get and set for the property, when you could just use a public variable? I might be getting...
  4. Replies
    3
    Views
    23,906

    header and source files

    Hi, can someone give me a good explanation of how source and header files work. Can I use function on one source file from another source file? any good links on this? I'm a lost and helpless VB...
  5. Thread: Linking code

    by gtriarhos
    Replies
    4
    Views
    991

    Hi, it all worked real good. The only small...

    Hi, it all worked real good. The only small issue i have is that I got a couple of warnings.



    ------ Rebuild All started: Project: usps_reader, Configuration: Debug Win32 ------
    Deleting...
  6. Replies
    7
    Views
    1,137

    You're right sand_man, what was i thinking using...

    You're right sand_man, what was i thinking using that junk, VB made me a bad programmer. :) by the way, it worked Ancient Dragon, much thanks.
  7. Thread: Linking code

    by gtriarhos
    Replies
    4
    Views
    991

    Linking code

    Hi, can someone explain to me how to link a .lib or .dll to an console application in Visual Studio. I want to add a .lib C to a C console app. Some sample code will be helpful.

    thanks
  8. Replies
    7
    Views
    1,137

    mistake

    I got my rights and lefts backwards, sorry.
  9. Replies
    7
    Views
    1,137

    Substring functions

    Hi, can someone help me with functions that do substring, left and right cuts from a string.

    examples:


    string = "cprogramming"

    right(string,1) = "c"
    left(string,4) = "ming"...
  10. Replies
    7
    Views
    1,137

    C for Visual Studio

    Hi, can someone help me get started on writing a C, not C++ application in Visual Studio. What setting do I need to set and what code (ie, precompilers) need to be put in the file? A nice tutorial...
  11. Replies
    5
    Views
    1,147

    got it working

    I'm not sure how I did it, but I think my problem has something to do with pointers and strings. I'm pointer illiterate.
  12. Replies
    5
    Views
    1,147

    I actually used fgets not fscanf

    I actually used fgets not fscanf
  13. Replies
    5
    Views
    1,147

    I actually used fgets not fscanf

    I actually used fgets not fscanf
  14. Replies
    5
    Views
    1,147

    simple datafile read

    Hello,
    I am trying to do a real simple task, it is basically read a file with 600 characters in each row. I need to parse 3 fields out of each record. I keep getting some weird variables. Can...
  15. Replies
    7
    Views
    3,122

    this is something terribly wrong with this...

    this is something terribly wrong with this function, but i dont know what it is. If you see, where I commented out the address, if I uncomment it, the function works fine. The other strange thing...
  16. Replies
    7
    Views
    3,122

    compare strings not working

    I am somewhat new to C programming, but this looks like it should work. I am using MS VS .Net 2002. When I put my mouse over the variable, the strings match up, but when I compare them, the...
Results 1 to 16 of 16