Search:

Type: Posts; User: evstevemd

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,482

    simple command does the job (I was testing and it...

    simple command does the job (I was testing and it worked)


    Thanks for replay
  2. Replies
    4
    Views
    1,482

    Thanks I'm checking the links

    Thanks I'm checking the links
  3. Replies
    4
    Views
    1,482

    C++ development in Linux

    Please help me to setup IDE/GCC on Mandriva Linux Box. There is no GCC in repo and I cannot find codelite or codeblock there. There is KDevelop but I'm unwilling to use it!
  4. Replies
    15
    Views
    4,584

    Another question, how can I get .lib file to link...

    Another question, how can I get .lib file to link with DLL?
    I have read that it will easy my code but I cannot see it (Downloaded from divers of sources)
  5. Replies
    15
    Views
    4,584

    I understand now what that means :lol: You are...

    I understand now what that means :lol:
    You are good, not only to help, but also how to help!
  6. Replies
    15
    Views
    4,584

    Thanks sir At least I start seeing something. I...

    Thanks sir
    At least I start seeing something. I had no Idea.
    Thanks alot :cool:
  7. Replies
    15
    Views
    4,584

    That is my way of talking. :cool: If you read...

    That is my way of talking. :cool:
    If you read careful I failed to write code because I was having no place to put my feet.
    Once I get that place journey will begin
  8. Replies
    15
    Views
    4,584

    How to fil it. I find variables to fill but I...

    How to fil it. I find variables to fill but I don't see where to get it.
    Is BE_CONFIG defined somewhere I dont see? I remember looking at akrip Manual and all structs in it were defined. But where I...
  9. Replies
    15
    Views
    4,584

    Get Started with lame

    Hi All,
    I want to make single file encoder with lame_enc.dll.
    I have DLL Manual and it tells me steps to follow is to fill BE_CONFIG and going with other stuffs. I'm newbee with this and I need...
  10. Replies
    6
    Views
    1,704

    Plus your help, this helped a lot...

    Plus your help, this helped a lot
    http://www.cplusplus.com/doc/tutorial/files.html :cool:
  11. Replies
    6
    Views
    1,704

    In python it is as simple as: fo =...

    In python it is as simple as:
    fo = open("steve.txt")
    for words in fo:
    print words

    it will print all words in text files. I was wondering how easy it is in C++ :confused:
  12. Replies
    6
    Views
    1,704

    ifstream and ofstream

    I'm reading this tutorial:
    http://www.cprogramming.com/tutorial/lesson10.html

    I have found this a little bit challenging. Can anyone expound to me what it means technically.
    I'm a python...
Results 1 to 12 of 12