... We'd like to help, but it's not this group's habit to write programs for people. If you can frame a question or two, I'm sure you'll get some valuable...
After an exhaustive search of the internet I have located some software that will enable [ hopefully ] the construction of a GUI with Dev-C++. However , I...
edmont@...
Jun 2, 2003 12:31 am
4655
Hi, I am developing a DLL through MSVC, which contains all C files and I export a function function1(). Function function1() is not being exported as...
Hello All, I’m a new member who used to be a C Language programmer some years ago. I need a program (EXE) developed that can dial a phone# from the MSDOS...
Hi, I write a source.dll which has two files: abc.hpp class __declspec(dllexport) abc { public: int f1(); } abc.cpp: #include <abc.hpp> int abc::f1() { retrun...
Hi, i was going through the basics of c++ programming.When i tried to understand where c++ scores over c this is what i found: 1.For handling huge projects c++...
hi every body im new in c programing.now im pursuing in a project and i need to calculate long digit number(1000 number). im not sure but i think i should use...
I have just started investigating wxWindows for usage in a new graphics application. Does anyone have an opinion on the quality and usefulness of this class. ...
... to maintain. ... points that i have missed? ... Well, C++ is somehow different, it has certain functions and techniques (streams, for example) which are a...
Personally, I think it comes to the level of abstraction. Programming languages are designed to have a certain level of abstraction to target certain kinds of...
Best Home Based Job Opportunity To Earn Extra Income ! Hello, Online job.... Our company is at present offering a unique job-opportunity to earn from YOUR...
The major benefits of C++: OOP: inheritance abstraction polymorphism The real question is why is C++ better than Java? Answer: Faster (the JVM is so slow....) ...
Hey guys, I've found a good introduction to what C/C++ is on CodeSpark. http://www.codespark.net/article.asp?ArticleID=469. It's in French & English too. LUKE...
Sahar, first please be so kind as to not post such question on five or six groups at the same time. Try another one if you don't get any answers on one group,...
I am writing a small program for fun using classes but am having trouble with where in the program they can be accessed versus where they are instantiated at....
UNBELIEVABLE OFFER TO EARN EXTRA INCOME...right in INDIA...right from U R HOME. Do you have access to computer and internet ? Do you have basic browsing...
UNBELIEVABLE OFFER TO EARN EXTRA INCOME...right in INDIA...right from U R HOME. Do you have access to computer and internet ? Do you have basic browsing...
hello, my name is farzaneh, currently studying BSc Software engineering. with this email, i would like to start sending messages to members of this group ...
hai friend, I am kumar from pollachi,tamilnadu ,india.I am doing my II year BE here. where are you from and what languages (programming)you know?. about...
... You're saying you are instantiating the object "menu" in the main function, and that you want to call its methods in another function. Something like this:...
I have been trying to use getchar but the program just skips over it Here it is in the code printf("Do you want to start over\n"); printf("\tY/N\n"); ...
... One of the big weaknesses of built-in C functions is the annoying habit of leaving the "new-line" character in the input buffer. So you pick up the user's...
Thanks for the help! I figured you had to pass the object to the function to use it but wanted to be sure that it worked like that! Appreciate the help! Chad...
Hi Everybody, I am in need of Re-engineering tools, which will provide documentation and Design for a C file given as input. If anybody of you used such Tools...