Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4653 - 4682 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4653
... 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...
ceedeep99
Offline
Jun 1, 2003
10:24 pm
4654
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@...
Send Email
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...
lihtnes78
Offline Send Email
Jun 2, 2003
9:30 am
4656
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...
Gene Gerard
vfoxdel
Offline Send Email
Jun 2, 2003
9:42 pm
4657
try this program: http://www.widestudio.org/EE/ make sure you download the distrubution thats compatible with your computer. ...
don nizz
idon5744
Offline Send Email
Jun 3, 2003
12:50 am
4658
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...
lihtnes78
Offline Send Email
Jun 3, 2003
7:03 am
4659
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++...
kitta techi
kitta_techi
Offline Send Email
Jun 4, 2003
9:10 am
4660
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...
sahar8686
Offline Send Email
Jun 4, 2003
11:48 am
4661
Why are huge projects easier to maintain? ... to maintain. ... points that i have missed?...
kennethtucker
Offline
Jun 4, 2003
11:57 am
4662
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. ...
kennethtucker
Offline
Jun 4, 2003
12:04 pm
4663
... to maintain. ... points that i have missed? ... Well, C++ is somehow different, it has certain functions and techniques (streams, for example) which are a...
Andrei Stroe
andreistroe
Offline Send Email
Jun 4, 2003
2:24 pm
4664
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...
Shyan Lam
sflam108
Offline Send Email
Jun 4, 2003
2:34 pm
4665
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...
Naina.... raj@...
sapna172
Offline Send Email
Jun 4, 2003
3:44 pm
4666
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....) ...
Michael Safyan
la_virtud
Offline Send Email
Jun 4, 2003
8:25 pm
4667
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...
lncholerton
Offline Send Email
Jun 5, 2003
1:37 pm
4668
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,...
Nico Heinze
nico_heinze
Offline Send Email
Jun 6, 2003
1:24 pm
4669
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....
nidputerguy
Offline Send Email
Jun 8, 2003
7:06 pm
4670
Any of you guys into horror? I put up a group about my favorite horror show Evil Dead http://groups.yahoo.com/group/EvilDeadByDawn...
Anthony
evilaggression
Offline Send Email
Jun 8, 2003
9:56 pm
4671
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...
Naina.... raj@...
sapna172
Offline Send Email
Jun 9, 2003
10:32 am
4672
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...
Naina.... raj@...
sapna172
Offline Send Email
Jun 9, 2003
10:32 am
4673
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 ...
Farzaneh Namvar
farzaneh_del...
Offline Send Email
Jun 9, 2003
11:35 am
4674
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...
kumaravadivel shanmugam
kumar_mcet
Offline Send Email
Jun 9, 2003
2:01 pm
4675
... 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:...
Andrei Stroe
andreistroe
Offline Send Email
Jun 9, 2003
2:31 pm
4676
TRY this program... http://www.widestudio.org/EE/index.html...
don
idon5744
Offline Send Email
Jun 9, 2003
4:52 pm
4677
Hey I am a new member 2. I have learned Pascal and begging to learn C. Your Friend N1...
N1EARNHRT@...
n1earnhrt
Offline Send Email
Jun 9, 2003
5:13 pm
4678
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"); ...
n1earnhrt
Offline Send Email
Jun 9, 2003
6:24 pm
4679
... 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...
ceedeep99
Offline
Jun 9, 2003
9:03 pm
4680
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...
nidputerguy
Offline Send Email
Jun 10, 2003
12:24 am
4681
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...
udaya9june
Offline Send Email
Jun 10, 2003
10:12 am
4682
"Naina.... raj@..." <sapna172@...> wrote: UNBELIEVABLE OFFER TO EARN EXTRA INCOME...right in INDIA...right from U R HOME. Do you have access...
waheeed ullahkhan
crazydude707
Offline Send Email
Jun 10, 2003
10:16 am
Messages 4653 - 4682 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help