Search:

Type: Posts; User: daioyayubi

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    887

    file question

    Just a question I know people on this board can probably answer easily, but what is a makefile? also what is a .bat file?

    thanks
  2. Replies
    8
    Views
    2,210

    Just wanted to bump to try and get some help. Its...

    Just wanted to bump to try and get some help. Its the wierdest thing when I have a char* buf and then add it to the end of the edit box it all comes up in chinese. Also, normally when I have a char*...
  3. Replies
    8
    Views
    2,210

    yes it does have the ES_MULTILINE style on it. It...

    yes it does have the ES_MULTILINE style on it. It really has to do with the cstrings they act different than I expected. This is so frustrating cause I'm so close to have something actually working...
  4. Replies
    8
    Views
    2,210

    using strings with a gui

    ok I've gotten my program to now append strings to the end of content in an read-only edit control using the EM_REPLACESEL trick. But now i've ran into a problem which probably came form my lack of...
  5. Replies
    8
    Views
    2,210

    simple chat program

    I'm new to using the Win32 API but am trying to use it and its dialogs to create a simple chat program. Where there is one edit box that you write in and another read-only edit box to display what...
  6. Replies
    15
    Views
    8,222

    try putting in your code : using namespace...

    try putting in your code :

    using namespace std;

    that's the only difference between your code and that of the person that says theirs works.
  7. Replies
    24
    Views
    3,088

    files passed to the program

    My question is simliar to the contex of this post. I understand acutally "hard coding" the address of the file you want to open in your program but what about when you don't know where the file is...
  8. okay i think i figured out how to do what i want...

    okay i think i figured out how to do what i want using the this pointer though trying to use it i came across another thing i'd like to do. from cpprefrence.com i got the syntax for defining a class...
  9. class passing a pointer to self to other class

    okay so I want to create a class that will keep track of all my objects automatically but don't know exactly how to accomplish this. my idea would be to creat a class that would have an array as a...
  10. Replies
    2
    Views
    971

    true but...

    yeah i should've defined to string but even with that function gone it still is giving the ( [Linker error] undefined reference to `vtable for ConsItem' ) error. I'm really confused what this error...
  11. Replies
    2
    Views
    971

    weird error message on dev-cpp

    im using dev-cpp as my ide and when i try and compile my project that i'm working on it gives me the following error:

    [Linker error] undefined reference to `vtable for ConsItem'

    where...
  12. Replies
    4
    Views
    1,506

    Thank you both Boksha and major_small for taking...

    Thank you both Boksha and major_small for taking the time to look at my code and give me some advice. If this wasn't an exercise just to practice recursion I would probably prefer to use loops just...
  13. Replies
    4
    Views
    1,506

    ::please help with recursion::

    I know there are a lot of people with enough experience to help figure out how to debug the last problem with my program.
    the problem is when you enter the starting coordinates as shown it can't...
Results 1 to 13 of 13