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...
Show off your group to the world. Share a photo of your group with us.

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 64399 - 64428 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64399
... with ... simplest, ... have ... Thanks, I'll look into the TCP/IP option since I just want basic functionality. Now you introduced a new variable which is...
mr_gees100_peas
Offline Send Email
Nov 1, 2007
1:21 pm
64400
... I dare to disagree. RPCs are still in heavy use, and because they don't force you to deal with authentication mechanisms and security issues on a higher...
Nico Heinze
nico_heinze
Offline Send Email
Nov 1, 2007
1:29 pm
64401
... I don't know if this is applicable to what you are doing, but you can use Expect to remotely control another machine... you can tunnel it through SSH for...
Brett McCoy
smartandkewl
Online Now Send Email
Nov 1, 2007
1:33 pm
64402
Hello! I am a c programe learner, I am look for a test web which can offer some problem and the data! Thank all! [Non-text portions of this message have been...
xiaoxinchen1989
xiaoxinchen1989@...
Send Email
Nov 1, 2007
2:07 pm
64403
Hello ~~~~! Nice to meet everyone! (in korean windows backslash=\) I know in printf("\n"); printf("\b"); printf("\t"); \n is new line \b is backspace \t is...
이도형
daojiong77@...
Send Email
Nov 1, 2007
4:17 pm
64404
... There isn't a character for going to the previous line, at least not for what your are trying to do. You'd have to create a line buffer (like a linked...
Brett McCoy
smartandkewl
Online Now Send Email
Nov 1, 2007
4:24 pm
64405
Hello all! This one of my programe, when it is running, a warning that" 0xC00000FD: Stack overflow"!Can you help me!Thank you! #include "stdafx.h" ...
xiaoxinchen1989
xiaoxinchen1989@...
Send Email
Nov 1, 2007
6:46 pm
64406
Hi, I am reading bulk of data and writing into a file in binary format using fwrite().I like to create new line after writing each structure. How can I do it. ...
mano M
blaunche
Offline Send Email
Nov 2, 2007
12:05 am
64407
... Are the structures all binary data? Are you creating fixed length records? If so, why do you need the newline at the end of each record? If not, write the...
Brett McCoy
smartandkewl
Online Now Send Email
Nov 2, 2007
12:15 am
64408
I think it is better if you can state what your code is trying to do. make a better alignment and add some comment. I have done some changes based on your...
Wang Jun
wjangelwj
Offline Send Email
Nov 2, 2007
11:52 am
64409
Try out http://www.devsquare.com ... offer some problem and the data!...
desaiasit
Offline Send Email
Nov 2, 2007
12:02 pm
64410
[Owner/Mod: Before deciding to submit your programs to this person, think about the future. What will happen when you solely rely on this person to do your...
senthilcom
Offline Send Email
Nov 2, 2007
1:50 pm
64411
... Attachments are not allowed on this forum. Just post the code in the message. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus...
Thomas Hruska
shininglightpro
Offline Send Email
Nov 2, 2007
1:53 pm
64412
... I just checked this site out. The problem set isn't the greatest but the interface seems fairly nice (code, compile, and run all inside a web browser)....
Thomas Hruska
shininglightpro
Offline Send Email
Nov 2, 2007
2:01 pm
64413
hello! I'm new to C programming.And I've got to make an adder with numbers beyond the integer storage limits.My program can excute successfully on VC.But it...
Haohao
haohaotch
Offline Send Email
Nov 2, 2007
2:29 pm
64414
#include<stdio.h> #include<stdlib.h> #include<time.h> int main() { int s1[101]={0}; int s2[101]={0}; int i,j,r; srand(time(NULL)); int n1,n2; n1=rand() %...
wang jun
wjangelwj
Offline Send Email
Nov 2, 2007
4:14 pm
64415
hello! I'm new to C programming.And I've got to make an adder with numbers beyond the integer storage limits.My program can excute successfully on VC.But it...
Haohao
haohaotch@...
Send Email
Nov 2, 2007
5:09 pm
64416
hello! I'm new to C programming.And I've got to make an adder with numbers beyond the integer storage limits.My program can excute successfully on VC.But it...

haohaotch@...
Send Email
Nov 2, 2007
5:09 pm
64417
Hello all, Recently I read in some topic about C99 - modifications to ANSI C. That it had facility for runtime varying array compatibility. So I tried this...
debasish deka
debasish_deka
Offline Send Email
Nov 2, 2007
5:30 pm
64418
... DevC++ uses gcc underneath (mingw), so you'd need to see what gcc supports for C99: http://gcc.gnu.org/c99status.html -- Brett ... "In the rhythm of music...
Brett McCoy
smartandkewl
Online Now Send Email
Nov 2, 2007
6:10 pm
64419
i need a c compiler 2 download __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
s b
suge.knight
Online Now Send Email
Nov 2, 2007
8:24 pm
64420
... Did you read the group welcome message that you received when you joined the group? It contains all sorts of useful information on how to get started. ...
Thomas Hruska
shininglightpro
Offline Send Email
Nov 3, 2007
1:08 am
64421
Hi Debasish, I am using gcc in ubuntu. once I remove n in the arr[ n ] int arr[ ] = { 1, 2, 3, 4, 5 } it complies without warning. Or int arr[ 6 ] = { 1, 2, 3,...
wang jun
wjangelwj
Offline Send Email
Nov 3, 2007
3:28 am
64422
... Usually compilers will give warnings when using "advanced" features. Have you invoked the compiler with the necessary compiler options to turn off warnings...
Nico Heinze
nico_heinze
Offline Send Email
Nov 3, 2007
9:48 am
64423
I am learning C programinglanguage.What is the different between %c and %s? ... @yahoo.cn ע [Non-text...
 
lwangys
Offline Send Email
Nov 3, 2007
12:22 pm
64424
... I assume you are talking the format specifiers in the printf family of functions... %c = print a single char %s = print a string -- Brett ... "In the...
Brett McCoy
smartandkewl
Online Now Send Email
Nov 3, 2007
12:31 pm
64425
Hi, When you calculate the sum of each of the digits, you have not given a provision for having a sum that is of 2 digits.i.e., while adding 12345 and 98764,...
krishnaprasadv88
krishnaprasa...
Offline Send Email
Nov 3, 2007
1:01 pm
64426
int atoi (const char *nPtr) This function change "*nPtr" into a int, and return this int. ... #include<stdio.h> #include<stdlib.h> int main(){ char...

bupt_softwar...
Offline Send Email
Nov 3, 2007
2:11 pm
64427
... Copy the individual elements of the string to a temp char and then convert, as in this example: int len = strlen(string); char temp; for (int i = 0; i <...
Brett McCoy
smartandkewl
Online Now Send Email
Nov 3, 2007
3:47 pm
64428
... Haven't had your morning coffee yet? -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. ...
Thomas Hruska
shininglightpro
Offline Send Email
Nov 3, 2007
4:17 pm
Messages 64399 - 64428 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