Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 67188 - 67217 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
67188
hello friends, i need a sample programme to convert numbers in words  in 'C' for example: 225 two hundred and twenty five. thanking you, Bollywood, fun,...
osho ratha
rathaosho
Offline Send Email
Jul 1, 2008
8:53 am
67189
... int v, *f; f = &v; // or f = (int*)v; // depending on whether you want the address or the value of v. -- PJH 'Two Dead in Baghdad' not 'product-friendly' -...
Paul Herring
shabble
Offline Send Email
Jul 1, 2008
9:01 am
67190
... What for? How far have you got with it yourself? -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. ...
Paul Herring
shabble
Offline Send Email
Jul 1, 2008
9:34 am
67191
Hi, Here i have attached the program which accepts 999 to 1 and outputs as words. what here i developed 1. accepts the input 2. reverse the number 3.find the...
Vishnu Kumar
svmvishnu2000
Offline Send Email
Jul 1, 2008
1:52 pm
67192
any body knows this program please, mail this program code to me . pleaseeeeeeeeeee thanku for seeing my question. bye...
pavani_papayya
Offline Send Email
Jul 1, 2008
2:50 pm
67193
Most of us charge by the hour to program, and I double my fees if it's homework. If you make an attempt to do the program, we can help, but I have no idea what...
Tyler Littlefield
tyler@...
Send Email
Jul 1, 2008
3:13 pm
67194
... http://www.delphiforfun.org/programs/clock_angle.htm...
andrew clarke
zoomosis
Offline Send Email
Jul 1, 2008
5:56 pm
67195
Thank you Paul. My compiler still disregards the cast from int to pointer. Never mind... i found a solution to access memory from C. I use the fact that C does...
teletep
Offline Send Email
Jul 1, 2008
7:09 pm
67196
... For these, you'd be better off using bit masks, the & bit operator (and possibly the shift operator) -- PJH 'Two Dead in Baghdad' not 'product-friendly' -...
Paul Herring
shabble
Offline Send Email
Jul 1, 2008
11:32 pm
67197
Gotta question. Once you 'release' a visual studio express 2008 project, what files do you have to move with the .exe to get the program to run if you move it...
nimak247
Offline Send Email
Jul 2, 2008
3:02 am
67198
... If this is a managed C++ project it compiles to .NET, and if the target computer does not have a compatible .NET layer (e.g. you compiled against 2.0,...
John Gaughan
john23874
Offline Send Email
Jul 2, 2008
3:51 am
67199
Just beginning to learn C++. Which of these 2 softwares is easier to use?...
Leilani Villanueva
lei_vil2000
Offline Send Email
Jul 2, 2008
4:10 am
67200
... There's a wide variety of opinions. My personal recommendation is VC++ because, as a beginning programmer, you will want the superior debugger. Dev-C++,...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 2, 2008
4:45 am
67201
... Sounds like a DLL dependency issue. Try installing the Visual C++ 2008 Redistributable on the target machine. Also get your hands on Dependency Walker...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 2, 2008
4:47 am
67202
Hi C gurus, I have some questions about the address of an array, Please look at the following simple code: =================================================== ...
LiGang
luzifer.li@...
Send Email
Jul 2, 2008
6:38 am
67203
Thank you my friend for your kind replay with regards ... From: Vishnu Kumar <svmvishnu@...> Subject: Re: [c-prog] need a sample programme To:...
osho ratha
rathaosho
Offline Send Email
Jul 2, 2008
3:18 pm
67204
Hi John, The machine I moved to is actually newer than the one I built the project on; Target computer is running: XP Professional version: 5.1.2600 Service...
nimak247
Offline Send Email
Jul 2, 2008
3:38 pm
67205
Hi Thomas, I will check and see if I have depends.exe. if not, I will download. Thanks! Nim ... files do ... move ... an ... 2008 ... come with...
nimak247
Offline Send Email
Jul 2, 2008
3:41 pm
67206
Hello, I need help... I want to make a program that sending signals for parallel port produces sounds. I did this... but all the times my program stuck in an...
R.NícolasR.S.
rnicolasrs
Offline Send Email
Jul 2, 2008
7:24 pm
67207
Hi, The following build-in function (acceptNumber, acceptAlpha) are used to get the input from the user. The special in that function is it only accepts...
Vishnu Kumar
svmvishnu2000
Offline Send Email
Jul 2, 2008
7:47 pm
67208
... If you change the code to following, and run it through Gimpel's PC-Lint, it gives you a clue: int main(void) { int inter[3] = {1, 2, 3}; int **pp =...
John Matthews
johnmatthews...
Offline Send Email
Jul 3, 2008
7:30 am
67209
hi i need this simple programe plz send me if you are a good programer thanks.shan_man130@... Programe:Write a C++ program that contains a class named...
asd dfds
shan_man130
Offline Send Email
Jul 3, 2008
8:06 am
67210
... Is there any particular reason you can't be bothered doing your own homework, and then asking us specific questions about the parts on which you're stuck. ...
Paul Herring
shabble
Offline Send Email
Jul 3, 2008
8:27 am
67211
Yes Surely, You have to do your homework by your own. ... -- Akter Yakub Suriya Senior Software Analyst Hyderabad. (09440711663) [Non-text portions of this...
Akter Suriya
akter2suriya
Offline Send Email
Jul 3, 2008
9:42 am
67212
try it by user self. its very easy to implement. if you have doubt to continue further please ask. ~vishnu~ ... From: asd dfds <shan_man130@...> To:...
Vishnu Kumar
svmvishnu2000
Offline Send Email
Jul 3, 2008
10:22 am
67213
Hi Friends, I need to understand a very simple doubt: Function pointer has some overhead associated with it. Still WHY SHOULD we use function pointer instead...
Arindam Biswas
biswaari
Offline Send Email
Jul 3, 2008
10:22 am
67214
... There is no difference between a 'function' and a 'function pointer' except the syntax. The function has parentheses after it: int foo(void){ return 1; } ...
Paul Herring
shabble
Offline Send Email
Jul 3, 2008
10:27 am
67215
which use case / where u have the problem. ~vishnu~ ... From: R.NĂ­colasR.S. <rnicolasrs@...> To: c-prog@yahoogroups.com; c4swimmers@yahoogroups.com ...
Vishnu Kumar
svmvishnu2000
Offline Send Email
Jul 3, 2008
11:33 am
67216
Hi all, This is a review of my topic: "memory access". Given: long int r[100],m,n,o,v; // array and workvariables char b[4];short int w[1];long int l[1]; //...
teletep
Offline Send Email
Jul 3, 2008
11:33 am
67217
... Thank you Paul. I presume your hint has to do with the division. A shift is more code efficient than a division. But my compiler generates a shift...
teletep
Offline Send Email
Jul 3, 2008
11:33 am
Messages 67188 - 67217 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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