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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 42970 - 42999 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42970
hi, the problem of SetFocus() is solved, thanx shyam. this mail is an alternate to- RE:[c-prog]VC++ beginner's problems, with complete source code. i m using...
Ankush Jain
ankushj10
Offline Send Email
Mar 1, 2005
9:42 am
42971
... But Shyan did you even bother to compile the code ??????? The code is not compiling..... Hats off to you..... iocc.c(46) : fatal error C1057: unexpected...
Sarvex Jatasra
simplyjat
Offline Send Email
Mar 1, 2005
11:23 am
42972
... [snip] ... I'm sure he did. ... No need to be sarcastic. Just because you can't be bothered reading what your compiler is telling you. ... Now if you'd...
PJH
shabble
Offline Send Email
Mar 1, 2005
11:53 am
42973
The function looks like this: status = bt_mmap(btd, &remote_p, remote_address, length, BT_RDWR, BT_SWAP_DEFAULT); where btd is an MPU identifier &remote_p is...
Steve
strum0
Offline Send Email
Mar 1, 2005
3:16 pm
42974
Thank you for answering this Paul....
Shyan Lam
sflam108
Offline Send Email
Mar 1, 2005
4:13 pm
42975
Hi, i use dev-c++ and when i compile and run this code win32 console opens a window and immediately closes it before i can examine it.code is here very simple:...
leventim2002
Offline Send Email
Mar 1, 2005
8:36 pm
42976
OK, first, it is correct that from the bt_mmap call you cannot tell what the units are that the "length" is referring to. Presumably, that information is...
Bernd Stramm
berndstramm
Offline Send Email
Mar 1, 2005
8:41 pm
42977
... I'm guessing from the code and a quick Google search that you are dealing with some memory-mapped hardware (Bit 3)? The btapi (if that's what you are...
Brett W. McCoy
idragosani
Offline Send Email
Mar 1, 2005
8:59 pm
42978
Reply embedded... ... IMHO, that is the correct and normal behavior of any console program. ... [code snipped] ... You can but this makes your console program...
Shyan Lam
sflam108
Offline Send Email
Mar 1, 2005
9:03 pm
42979
Man, I feel bad! I saw that function and looked right over it. uuggh! And there was a BT_INFO_DATAWIDTH. Man, I feel so silly now. Thanks a million though!...
Steve
strum0
Offline Send Email
Mar 1, 2005
9:37 pm
42980
... Shouldn't ch be an int?...
Dave Sinkula
dave_sinkula
Online Now Send Email
Mar 1, 2005
10:20 pm
42981
... Well you're a happy camper today. ;) ... But that isn't the only problem. Even correcting the carriage return, gcc in conforming mode yields a required...
peternilsson42
Offline Send Email
Mar 1, 2005
10:32 pm
42982
... Quite right. Thanks for that. An alternative that doesn't declare a variable is... if (scanf("%[^\n]") != EOF) getchar(); else ; -- Peter...
peternilsson42
Offline Send Email
Mar 1, 2005
11:08 pm
42983
Hi everyone. I am going to have a professional interview for the first time. Can anyone here share your experiences and tips for me to prepare for mine. I'm...
Nathan N
programming_...
Offline Send Email
Mar 2, 2005
1:06 am
42984
http://elc.polyu.edu.hk/ELSC/material/Speaking/interviewhtm.htm http://www.google.co.in/search?q=interview+attending+skills best of luck btw On Tue, 1 Mar 2005...
Ananth
ananth_dude
Offline Send Email
Mar 2, 2005
3:27 am
42985
... mail. ... 46 ... I read the warning error message and also corrected it before posting the last message. The post was not about the error message, the post...
Sarvex Jatasra
simplyjat
Offline Send Email
Mar 2, 2005
5:35 am
42986
hello , 1) try to refresh all the fundamental of your engineering. 2) be confident in your answers. 3) pray to god. best of luck with regards meenachi...
meenachi
minakannan
Offline Send Email
Mar 2, 2005
6:40 am
42987
... a ... dismiss the ... built. ... built. ... In Dev-C++ there is system call for PAUSE, when you create a new project, Dev-C++ IDE includes the call ...
Sarvex Jatasra
simplyjat
Offline Send Email
Mar 2, 2005
7:21 am
42988
HELLO SIR. I DID LIBRARY MANAGEMENT PROJECT IN VB-ORACLE. NOW I WANA DO SAME PROJCET IN C-ORACLE. BUT I DON'T KNOW HOW TO DO CONNECT C WITH ORACLE. PLEASE...
Vikrant Singh Malik
vikrant_mali...
Offline Send Email
Mar 2, 2005
8:46 am
42989
Hi Vikrant My 2 cents embedded. Thanks!! and have a nice day!! Jaspreet ... From: Vikrant Singh Malik [mailto:vikrant_malik2222@...] Sent: Wednesday,...
Jaspreet Oberoi
jaspreet.oberoi@...
Send Email
Mar 2, 2005
8:55 am
42990
to start this program do u use char for 'T', 'B', 'C'; string for minutes and hours and int for dollar values............ do u use printf("Enter the vehicle; "...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 2, 2005
11:26 am
42991
to start this program do u use char for 'T', 'B', 'C'; string for minutes and hours and int for dollar values............ do u use printf("Enter the vehicle; "...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 2, 2005
11:26 am
42992
... program. ... return ... in ... Sorry for the name of the function, it is "system", my mail editor capitalized the s in last post. So the actual call will...
Sarvex Jatasra
simplyjat
Offline Send Email
Mar 2, 2005
12:00 pm
42993
I am trying to use code to draw in line, using devc++. I use code that is referenced to Borland C, Turbo C, etc... But this does not work in Dev C++ Somebody...
adjuto
adjuto_vasco...
Offline Send Email
Mar 2, 2005
12:21 pm
42994
... You've probably missed a compiler specific header, or your compiler doesn't support the non-standard things you're trying to do. ... It would be helpful if...
Paul
shabble
Offline Send Email
Mar 2, 2005
12:35 pm
42995
the error: storage size of 'regs' isnīt known ... From: "Paul" <9sfudcr02@...> To: <c-prog@yahoogroups.com> Sent: Wednesday, March 02, 2005 9:35...
adjuto
adjuto_vasco...
Offline Send Email
Mar 2, 2005
12:51 pm
42996
I am finding troubles trying to draw a line in Dev C++. There are several examples over the internet about graphics libraries. But I find problems. I would be...
adjuto
adjuto_vasco...
Offline Send Email
Mar 2, 2005
1:11 pm
42997
... Test code: Just to make sure you've got everything set up correctly, try this test code in a new Dev-C++ WinBGIm project: #include <winbgim.h> int main() {...
Paul
shabble
Offline Send Email
Mar 2, 2005
1:29 pm
42998
... There's no one single way to draw a line... does DevC++ have its own graphics library? Are you developing under Windows? -- Brett...
Brett McCoy
idragosani
Offline Send Email
Mar 2, 2005
1:36 pm
42999
yes i am developing under windows I am discovering ways to draw lines. Until now, i found no way. I need to teach students in logic. Using graphics. I should...
adjuto
adjuto_vasco...
Offline Send Email
Mar 2, 2005
1:47 pm
Messages 42970 - 42999 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