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 5238 - 5282 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5238
hello people could anyone help me figure out an algorithm. I'm having trouble with it. I'm supposed to count the number of pules. The pulse counter counts the...
broke_as_ajoke
Offline
Nov 1, 2003
11:22 pm
5239
I think I am doing something wrong because the return value ends up being garbage after it leaves the scope of the function. I can't figure out what the...
oswald_chainsaw
Online Now
Nov 2, 2003
1:18 pm
5240
The problem is with the Str[] array. By default, variables that are declared in functions reside on the stack. When the function returns, the contents of the...
bates320
Offline
Nov 2, 2003
6:18 pm
5241
Well people i m working on C++ project and i need a interface or introduction page for my program which should be graphically very good . plz help me send me...
Faisal Raja
rajafaisal09
Offline Send Email
Nov 2, 2003
6:24 pm
5242
how to call print screen interrupt and then get that data from clip board ... Do you Yahoo!? Exclusive Video Premiere - Britney Spears...
FaisalWasDeadImGhost
faisalloe
Offline Send Email
Nov 2, 2003
6:35 pm
5244
hai can anyone telll me that whether we can use the C graphics programe in vc++ . I copied the graphics.h file into the include folder of vc++ but when i run...
raju sai
sayee3k1
Offline Send Email
Nov 3, 2003
2:14 am
5246
dear all, i need c++ project with atleast 10 classes in it. the project may be of database(e.g banking system or student registration system or anything ...
Sarfaraz Munir
faraz_459
Offline Send Email
Nov 3, 2003
5:49 pm
5247
Hi everybody. What is an include guard and how do I implement it? I wanna include an .h file several times and there are sometimes problems with this. I'm new...
Jill Johnson
nickandjessi...
Offline Send Email
Nov 3, 2003
8:49 pm
5248
Hi, Include guard prevent the header to be included more then once for each compilation unit (source file). This is how you normally write it: /* MyFile.h -...
Shyan Lam
sflam108
Offline Send Email
Nov 3, 2003
9:34 pm
5249
could you please please help me! have been running this program a few times and couldnt get it working! hav used different libraries bt stil didnt work! ...
Farzaneh Namvar
farzaneh_del...
Offline Send Email
Nov 3, 2003
10:25 pm
5250
could you please please help me! have been running this program a few times and couldnt get it working! hav used different libraries bt stil didnt work! ...
Farzaneh Namvar
farzaneh_del...
Offline Send Email
Nov 3, 2003
10:25 pm
5251
could you please please help me! have been running this program a few times and couldnt get it working! hav used different libraries bt stil didnt work! ...
Farzaneh Namvar
farzaneh_del...
Offline Send Email
Nov 3, 2003
10:25 pm
5252
could you please please help me! have been running this program a few times and couldnt get it working! hav used different libraries bt stil didnt work! ...
Farzaneh Namvar
farzaneh_del...
Offline Send Email
Nov 3, 2003
10:26 pm
5253
... you should prototype the functions that you use here: int getcs ( int * ); void putcs ( int ); so copy () knows about them. also, the type of the...
cpp_asm_programmer
cpp_asm_prog...
Offline
Nov 4, 2003
1:30 am
5254
AOA HRU ALL WELL I AM HIRA IAM NEW HERE BUT THE PROBLEM IS THAT OUE TEACHER HAS GIVEN US A PROBLEM AND HE NEEDS ITS SOLUTION ON MONDAY BUT IAM V MUCH CONFUSED...
teal spots
teal_spots11
Offline Send Email
Nov 4, 2003
3:58 am
5258
Thank u very much andrew for replying bk! it was very helpful:))))) tanx, farzaneh ... you should prototype the functions that you use here: int getcs ( int *...
Farzaneh Namvar
farzaneh_del...
Offline Send Email
Nov 4, 2003
4:12 pm
5259
hi, Actually I m given an assignment to make a partition Tool Using C Language. It must also contain Formating of Hard Disk. It should be made on "16 Bit"...
mail_4_rashid
Online Now Send Email
Nov 4, 2003
7:52 pm
5261
#include <stdio.h> #include <stdlib.h> #include <string.h> int nb_of_lines(FILE *f) { int lines; char strg[100];//i ensure there is no line >100 ! do { ...
flavius_aspra
Offline
Nov 4, 2003
10:06 pm
5264
If you don't find an API for the xls file format, I would highly recommend getting a hex-editor. I use XVI32.exe, which seems to be pretty good for me. I don't...
oswald_chainsaw
Online Now
Nov 5, 2003
4:11 am
5265
Heres some problems I can see. I've marked them with multiline comments since you don't use them. ( /* */ ) Hope it helps! ~Slayemin ... posted ... please...
oswald_chainsaw
Online Now
Nov 5, 2003
4:32 am
5266
Hi, The problem is with the printf in the function nb_of_lines. anyways the code below works as you expect. with few changes #include <stdio.h> #include...
mda007_2000
Offline Send Email
Nov 5, 2003
11:10 am
5268
I would also suggest that you use the value returned by the fets() function to detect the end of the file. You don't need to add it now, because you are...
bates320
Offline
Nov 5, 2003
6:04 pm
5269
Hi, I have a problem in a program i cannot make this program. the program is Write a function that makes a integer of 4 digits as its parameter and return that...
ghazanfar iqbal
ghazanfar_fsd
Offline Send Email
Nov 6, 2003
3:38 am
5271
Thanks!!! Sincerely The JS Fan ... Hi, Include guard prevent the header to be included more then once for each compilation unit (source file). This is how you...
Jessica Fan
nickandjessi...
Offline Send Email
Nov 6, 2003
7:58 am
5272
Conider the following loop: //-------------------------- for (j = 0; j < 20000; j++) { result += (j + 19 * 71 + (j + 35 + 28)) / 87; } ...
Michel.P
michelpetrovic@...
Send Email
Nov 6, 2003
8:55 am
5276
Hi, The 'UL' suffix tells the compiler to treat the constant number as "unsigned long". Note that suffix is not case sensitive, so you can use 'ul' as well. ...
Shyan Lam
sflam108
Offline Send Email
Nov 6, 2003
4:35 pm
5277
Hello, I am having problems gettng the program to do the average adn to end when -1 is entered. please help me. Here is what i have so far. #include<iostream>...
faithhillfan22
Offline
Nov 6, 2003
6:57 pm
5280
hi friend, the logic of that progamme is very simple let number is 5346 (integer) portion1= 5346 % 10 answer is 6 portion2= (5346/10) % 10...
adnan ahmad cheema
adnan_comsia...
Offline Send Email
Nov 7, 2003
3:57 am
5281
Hi, The following program achieves what you expect.. /************************Code*****/ #include <stdio.h> #include <math.h> int intrev(int num) { int temp=0;...
mda007_2000
Offline Send Email
Nov 7, 2003
5:25 am
5282
Hi, The foll. program achieves what you expect with few changes.. /**************Code*******/ #include<iostream> #include <iomanip> using std::cout; using...
mda007_2000
Offline Send Email
Nov 7, 2003
5:28 am
Messages 5238 - 5282 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