Search:

Type: Posts; User: zerodevice

Search: Search took 0.00 seconds.

  1. so i guess using pure unmanaged c++ to print is...

    so i guess using pure unmanaged c++ to print is not going to be a bright solution afterall.
  2. Does anyone has a better print (on paper) syntax?

    ok, i've actually posted related question.
    but the question that was asked in here is different.

    I wanted to know, does anyone has a better way of printing the RAW text onto a paper with c++?
    ...
  3. Replies
    16
    Views
    7,384

    ah~~~ ok. Now I've got more reasons to change...

    ah~~~ ok.
    Now I've got more reasons to change all my char* into string. :)
    Thanks Daved.
  4. Replies
    16
    Views
    7,384

    ah, Salem. sorry to brake the rules. anyway, so...

    ah, Salem. sorry to brake the rules.
    anyway, so i guess if i do every char* into char[99]; would be ok?
    how much bytes or size does a string takes anyway?
    coz if everything in char[99] works less...
  5. Replies
    16
    Views
    7,384

    gosh~!!! man, i was trying...

    gosh~!!!
    <<snip profanity>>
    man, i was trying to do everything in char*.
    guess i have no choice.
  6. Replies
    16
    Views
    7,384

    thanks mate, but it doesn't help. #include...

    thanks mate, but it doesn't help.

    #include <iostream>
    using namespace::std;

    class CTest
    {
    public:
    char *name;
    };
  7. Replies
    16
    Views
    7,384

    Problem with cin to char*

    Hi, I wanted to pass an input to a char* then pass it to a class member.
    but before i even get to the class member, i got stuck in the char* itself.



    #include <iostream>
    using namespace::std;...
  8. by the way, do you know what is the printer name...

    by the way, do you know what is the printer name i should use for USB?
    coz some printers are using USB nowadays.
  9. hmm... i could give it a try.

    hmm... i could give it a try.
  10. XD well, finally someone has something (althought...

    XD well, finally someone has something (althought it wasn't a solution, but it's a good start) to prove that I wasn't the only one having problems.

    hmm... Twomers, are you able to get some help...
  11. hmm.... that's a funny one. Well, thanks anyway....

    hmm.... that's a funny one.
    Well, thanks anyway.
    I'll try other forums to see if anyone has a solution of a similar problem.

    thanks Salem and JaWiB.
  12. I did what you said but nothing has changed. it...

    I did what you said but nothing has changed.
    it was fine until I was told to change from "/MDd" to "/MTd".
    and I still think the "/MDd" thing has nothing to do with it.

    There has to be some...
  13. Thanks again. I am using /MTd. I dont have...

    Thanks again.

    I am using /MTd.
    I dont have /MLd in my option.

    erm... lots of errors.
  14. Thanks. as for the topic, I've taken away...

    Thanks.


    as for the topic, I've taken away the "urgent". but its still says "not urgent at all"?
    :(
    just trying to get some help from the internet, coz I've been trying to fix this problem but...
  15. sorry for not reading the page before posting. I...

    sorry for not reading the page before posting. I will remove it now.
    thanks.
  16. Hi. Thanks for the reply. Ok, I've changed it...

    Hi.
    Thanks for the reply.

    Ok, I've changed it to "int" (I know it doesn't matter.)

    I am using VisualStudio.NET 2005.

    I am unclear about the /MD option.
    Is there anyway you could provide...
  17. Print from c++ Console doesn't work.

    Hi. I have search the internet. and most of the solution I've got is similar to the code below.

    Problem is, It doesn't work for me.
    i've tested the exe on several PCs, it still doesn't work....
Results 1 to 17 of 17