CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: S_M_A

Page 1 of 80 1 2 3 4

Search: Search took 0.10 seconds.

  1. Thread: Printing to PDF

    by S_M_A
    Replies
    6
    Views
    7

    Re: Printing to PDF

    CutePDF supports bypassing of the Save As dialog. See http://www.cutepdf.com/support/faq.asp
  2. Replies
    18
    Views
    199

    Re: Announcement: Forum software upgrade

    I enter the same way as you do.

    I think it's that I do log in instead of having remember me checked. This time it seems like there was a post update during the time from login, showing the thank...
  3. Replies
    18
    Views
    199

    Re: Announcement: Forum software upgrade

    Nope, still the same behaviour. :(
  4. Replies
    18
    Views
    199

    Re: Announcement: Forum software upgrade

    After the upgrade I now get all new posts marked as "The threads below have not been updated since your last visit but still contain unread posts.". Even brand new threads are marked as that.
  5. Re: Error in implenting class from .h into .cpp

    Oh! I didn't scroll down enough...
    You need to qualify things like string with std::string in the header
  6. Re: Laptop brand for Programmer: Visual C++, C++, Java, dot Net ...?

    Well it looks like an ok laptop. Personally I prefer a stationary since it's more bang for the buck but at work we always get latptops... :(
  7. Replies
    2
    Views
    3

    Re: Pass pointer to macro argument

    The question need more details to be answered.
  8. Re: Access (click) buttons in other apps' widnows? (MinGW g++)

    Sounds like this isn't anything related to VC or MinGW. FindWindow/EnumWindows and Post/SendWindow should do the trick.
  9. Replies
    24
    Views
    374

    Re: Heap Corruption during run time.

    Maybe we should ask for a "What C++ teachers should teach and why" forum (and of course the other langauges as well)? After all, we all do represent the industry and we do know what we want people...
  10. Re: Laptop brand for Programmer: Visual C++, C++, Java, dot Net ...?

    I can't say that a particular brand is the best choice for any purpose. Compiling and linking is CPU and disc I/O demanding and since disc I/O is a bottleneck I would prefer a laptop with a SSD drive...
  11. Replies
    4
    Views
    106

    Re: "Port I/O instructions and c#"

    Redundant info but _inp & _outp isn't supported in an OS of today. The older OS supported access to the hardware but newer OS does not so as Arjay say the access needs a device driver.
  12. Replies
    18
    Views
    199

    Re: Announcement: Forum software upgrade

    We had quite a delay when it comes to old posts... this time maybe the subscription of old threads show up. ;)
  13. Replies
    24
    Views
    374

    Re: Heap Corruption during run time.

    Frankly guys, how is the OP to benefit from the last posts? I feel that many threads ends up in a a lot of posts that blame the teachers of teaching the wrong stuff and giving the wrong type of...
  14. Replies
    11
    Views
    301

    Re: Common base class + abstract interface class

    You say that you "know" that the stored pointers all are pointers to objects that inherits MyBaseClass but for debug purposes you could use dynamic_cast when returning the pointer. At least in debug...
  15. Replies
    6
    Views
    179

    Re: c# code not executing

    That output isn't anything to be worried about. It's just informing you what other code that is loaded when you execute your application.
  16. Replies
    6
    Views
    179

    Re: c# code not executing

    Right-click on your solution (in the solution explorer), select add new project and make that project be an exe project (console or form). From the new project call/use what's public in your class...
  17. Replies
    6
    Views
    179

    Re: c# code not executing

    Just follow the instructions given in the dialog i.e. add an executable to the project.
  18. Replies
    3
    Views
    189

    Re: Beginner & need some help :)

    From one Swedish guy to another. Since you use MSVC (judging from what forum you post in) you already have one of the best debuggers installed so don't forget to use it. I can guarantee that you will...
  19. Replies
    5
    Views
    205

    Re: Searching a vector of objects for pairs

    I think you have to provide more details to get a serious answer.

    Edit: Sorry Paul, was typing a response but changed my mind before posting so your response was not accounted for.
  20. Replies
    58
    Views
    764

    Re: Unresolved external symbol

    See 2kaud's hint in post #5
  21. Re: AM new to Programming, I need help with my Program

    The array indices go from 0 to numStudents - 1, not 1 to numStudents

    See this http://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html
  22. Re: File Stream change its address during writing text contents to the stream

    As Paul said you're doing something wrong in your code. Do you have other global variables? Is the code that access those variabels without flaws?

    What you can try is to declare an int just before...
  23. Re: reverse the string sequence in a string buffer

    Do you mean that you want the loop to start with the last line in the file and then run for each line backwards? If so I don't know of any way of doing that. After all linefeed is just a character in...
  24. Thread: Kill file issue

    by S_M_A
    Replies
    16
    Views
    431

    Re: Kill file issue

    Zip and attach your files to a post here. Most people doesn't like to view files from other locations.
  25. Re: Odd Dialog creation... when deleting unused line of code

    Have you tried rearranging the variables (shuffle the variables around m_bFlag)? With a bit of luck it might produce something that's easier to detect like a access violation. It's been a long time...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width