Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by C++

  1. C

    Help me with compiling NACHOS with Cygwin

    nahos cygwin -java hello, I need to compile NACHOS, I don't have a linux system, but I've got Cygwin installed on windows, i've been trying to compile it for a week, debugged a lot of errors, but now i'm getting linker errors and can't really fix that. If anyone has the compiled file please...
  2. C

    need help debugging a MFC 7 prog

    x and y are declared in the main class, every time the agent makes a move, x and y are updated using updateAgentPosition ().....anyways, i fixed the code, thanks anyways :)
  3. C

    need help debugging a MFC 7 prog

    hi, i've attatched the project to this post, the left, right, up, and down functions (recursive) aren't working properly. the agent in this project is supposed to go around the maze (no walls, all rooms open, some have holes, there's 1 monster and 1 gold room) looking for the gold, but instead...
  4. C

    MFC - writing programs in other languages. . .

    Hi, I've started working with dialogs in ms visual studio .Net, and I wanna know how I can make the buttons, and other objects display text other than those in the english language, like arabic, french, german, etc. . .
  5. C

    Looking for e-book for MFC 7

    MFC 7 e-book anyone have a link to an e-book for MFC 7 (.NET?) thanks in advance
  6. C

    Where this MFC Wizard generated code reads the ESC key?

    Re: MFC Problem thanks, but mine's still not working :( what am i doing wrong?
  7. C

    Where this MFC Wizard generated code reads the ESC key?

    Re: MFC Problem well, couldn't figure it out, can u give an example code plz?
  8. C

    Where this MFC Wizard generated code reads the ESC key?

    Re: MFC Problem i think that'd solve my problem, but here's the description of what i'm trying to do we're making "automated game tables", where the costumer walks in, pays some money, there's a light on top of the tables, and the computer's supposed to turn the light on for the amount of time...
  9. C

    C++ - International Characters

    what header is WCHAR in? I included everything I thought might work, but, well, it didn't
  10. C

    C++ - International Characters

    It's a string containing unicode characters
  11. C

    Where this MFC Wizard generated code reads the ESC key?

    Re: MFC Problem okies, I figured it out, it won't exit with the Esc button anymore, thanks... now I have another question.... does MFC have some kinda message loop like the WinAPI? somewhere where I can keep on updataing some text on the screen according to the time :-/
  12. C

    Where this MFC Wizard generated code reads the ESC key?

    MFC Problem I'm trying to learn mfc on my own through trial and error . . . So far I've figured out lots of the stuff, but there's still 1 thing I don't get. . . I used the MFC Application wizard (VC++ .NET) to start a dialog based project, it generates code for an OK, and Cancel button which...
  13. C

    C++ - International Characters

    I've already found this on the net ostream& operator<<(ostream & os, char* szSource) { TCHAR szDestination[260] = ""; CharToOem(szSource, szDestination); printf(szDestination); return os; } but it doesn't work . . . so is there any other way to print international characters in...
  14. C

    C++ function for plotting a graph

    making output look good in c++ I agree, C++ is a pain . . . I know that delphi is easy when it comes to doing these kinda stuff, and I've seen lots of examples of delphi and how simple it makes everything....I'm intrested in learning delphi, so if you know a good book that teaches it, let me...
  15. C

    C++ function for plotting a graph

    visual c gnuplot Thanks for the suggestion . . . I'm not trying to learn C++, I know C++ very well, fluent in working with classes, and the other standard stuff, it's the fancy stuff I'm not so familiar with

Part and Inventory Search

Back
Top