My account: Login | Sign Up
Loading... 

C | Forum profile

Forum profile page for C on http://www.daniweb.com. This report page is the aggregated overview from a single forum: C, located on the Message Board at http://www.daniweb.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "C" on the Message Board at http://www.daniweb.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: www.daniweb.com - IT Tech Talk - C (site profile, domain info daniweb.com)
Title: C
Url: http://www.daniweb.com/forums/forum118.html
Users activity: 28 posts per thread
Forum activity: 63 active threads during last week
 

Posting activity on C:

  Week Month 3 Months
Threads: 63 236 563
Post: 172 649 1,580
 

C Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name Posts
Salem 21
stilllearning 10
ahamed101 10
mikeregas 8
rrreeefff 8
slow14 7
jared_masc 7
RouseA 7
Denniz 6
Aia 6
 

Latest active threads on C::

www.daniweb.com - IT Tech Talk
Started 2 days, 3 hours ago (2008-10-09 21:29:52)  by rugs267
I'm very very new to C so I'm having some trouble with this (and pointers): I'm trying to pass four parameters into a function: birthdayFunction(char birthday, int month, int day, int year); The birthday is the string input from the user (with "/" separating each field, ex. 7/23/76) and I want to separate each field into the corresponding month, day, year variable, just so they ...
Thread:  Show this thread (1 post) Size: 911 bytes
Customize:  Customize "Passing parameters from strings to ints :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 3 days, 17 hours ago (2008-10-08 07:42:05)  by slow14
I'm trying to add a username, password, firstname and lastname on a text file. Everytime I run the program, it only accepts one username, password, etc. Can anyone please help? here's my code. #include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct { char UName[50]; char PWord[50]; char FName[50]; char LName[50]; } list; char ...
Thread:  Show this thread (13 posts) Size: 3,815 bytes
Customize:  Customize "please help me :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 3 hours ago (2008-10-09 21:01:09)  by mgirl
Hi, Ive written a program that is supposed to count the number of people of different ages and calculate the average of valid ages. We exclude ages entered as 0, over 130 or negative. The program does run but I sometimes don't have the right number in the different categories. I suppose this is because of my IF statements. Also the average doesn't calculate. I don't see the problem...
Thread:  Show this thread (2 posts) Size: 9,438 bytes
Customize:  Customize "Problems with average and loops :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 4 days, 16 hours ago (2008-10-07 08:25:50)  by shrikara
this is my code I am using in Unix machine, using cc compiler: Help with Code Tags c Syntax ( Toggle Plain Text ) #include<stdlib.h> main ( ) { int nr= 0 ,nc= 0 ; printf ( "Enter number of coulmns:" ) ; scanf ( "%d" ,&nc ) ; printf ( "Enter number of rows:" ) ; scanf ( "%d" ,&nr ) ; int *x,temp; printf ( "...
Thread:  Show this thread (4 posts) Size: 5,550 bytes
Customize:  Customize "getting core dump in C program :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 3 days, 23 hours ago (2008-10-08 01:41:53)  by Demonisya
Hello....everyone I want to ask you for your advice on what problem I'm gonna do.... So my teacher grouped us and make a program that we ourselves would make.... we can do that but what kind of program do we have to make, any suggestions???? My teacher said that the program we will make is interesting to everyone... Just give me the problem and I will talk to my groupmates about the program...
Thread:  Show this thread (6 posts) Size: 641 bytes
Customize:  Customize "Need Your Advice... :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 4 hours ago (2008-10-09 19:49:15)  by jared_masc
Iam meant to implement 3 methods that do the same thing differently to read in a string and the string that is read from the keyboard must be terminated with an end-of-string character. Also, it should not contain any new line character. iam supposed to use fgets(), getchar() and scanf(); this is wat i have cum up with Help with Code Tags C Syntax ( Toggle ...
Thread:  Show this thread (2 posts) Size: 17 kb
Customize:  Customize "need help with implementation of these methods :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 9 hours ago (2008-10-09 14:49:32)  by OriginalCopy
Hi. The following calculator will return wrong values for operations which are more complicated than <INTEGER><OPERATION><INTEGER>. I suppose I'm making a mistake in parser.y, but I can't figure out what. I know there are mistakes, memory leaks and other technical issues I'm doing wrong, but please concentrate on my biggest issue. The code Help with Code Tags C ...
Thread:  Show this thread (1 post) Size: 49 kb
Customize:  Customize "simple calculator using a scanner (re2c) and a parser generator (lemon) :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 3 days, 1 hour ago (2008-10-08 23:17:41)  by danibootstrap
I found the respective functions in the MSDN library now.The following are the links which tell (which Library ,which dll and function syntax) Get mouse position : Set mouse pos: http://msdn.microsoft.com/en-us/libr...94(VS.85).a spx Now I have used Dev Cpp quite long ago and not much.How shall I specify the import lib (user32.lib ) and dll file being used in the code (user32.dll...
Thread:  Show this thread (4 posts) Size: 738 bytes
Customize:  Customize "Re: Mouse pointer position changing :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 3 days ago (2008-10-09 00:17:29)  by Dave Sinkula
http://en.wikipedia.org/wiki/Shared_...External_li nks ?
Thread:  Show this thread (5 posts) Size: 294 bytes
Customize:  Customize "Re: Where can I download This header file? :: C :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 3 days, 22 hours ago (2008-10-08 02:41:59)  by Stella01
why we use different libararies in C can some one PM me all Libararies ?
Thread:  Show this thread (6 posts) Size: 204 bytes
Customize:  Customize "Library in C :: C :: www.daniweb.com - IT Tech Talk"
 

Hot threads for last week on C::

C
please help me - 13 new posts
Started 3 days, 17 hours ago (2008-10-08 07:42:05)  by slow14
I'm trying to add a username, password, firstname and lastname on a text file. Everytime I run the program, it only accepts one username, password, etc. Can anyone please help? here's my code. #include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct { char UName[50]; char PWord[50]; char FName[50]; char LName[50]; } list; char ...
Thread:  Show this thread (13 posts) Size: 3,815 bytes
Customize:  Customize "please help me :: C :: www.daniweb.com - IT Tech Talk"
C
Started 1 week, 1 day ago (2008-10-03 17:01:31)  by DogfoodEnforcer
Hi there Daniweb, right now im in an engineering program and we are being put through a crash course in C. Ive never dont any type of programming before so it is quite an adventure (to say the least). Currently we are doing an assignment in which we have to convert a binary number (base 2) to a decimal number (base 10). I think I have the beginnings of the program, but Im not sure how...
Thread:  Show this thread (9 posts) Size: 4,101 bytes
Customize:  Customize "Binary (base 2) to Decimal (base 10) HELP! :: C :: www.daniweb.com - IT Tech Talk"
C
Started 6 days, 7 hours ago (2008-10-05 17:09:53)  by rrreeefff
Hello, I am trying to compute the GCD non-recursively. I have no errors but when I run the program it aborts because it says c is not intlized. Help with Code Tags cplusplus Syntax ( Toggle Plain Text ) #include "stdafx.h" #include "stdio.h" int main ( void ) { int a,b,c,r,result; printf ( "enter a ...
Thread:  Show this thread (9 posts) Size: 4,913 bytes
Customize:  Customize "Computing GCD non-recursively :: C :: www.daniweb.com - IT Tech Talk"
C
Started 6 days, 12 hours ago (2008-10-05 12:09:41)  by RouseA
I have been programming in C for many years, but I have just started using GCC/Eclipse for a new project to develop a product using an embedded ARM processor. I have found a problem that hasn't existed in previous C compilers I have used: I have created a define as follows: #define SWS pRCC->CFGR, B2+B3, 2 #define ReadPeriph(Address, Bits, Shift) ((Address & (Bits)) >> Shift)...
Thread:  Show this thread (9 posts) Size: 975 bytes
Customize:  Customize "GCC/Eclipse #define problem :: C :: www.daniweb.com - IT Tech Talk"
C
Started 3 days, 22 hours ago (2008-10-08 02:42:11)  by jared_masc
Hi, iam writing a pig latin program with 3 different methods i dont knw understand the error that iam gettin in the code here's the code: #include <stdio.h> /*Include the standard I/0 header file */ #include <string.h> /*Include the standard I/0 header file string library */ //The functions that are meant to be defined char* toPLString(...
Thread:  Show this thread (9 posts) Size: 2,616 bytes
Customize:  Customize "need help with a method in Pig Latin...plz :: C :: www.daniweb.com - IT Tech Talk"
C
Started 5 days, 12 hours ago (2008-10-06 12:02:08)  by mikeregas
here is the code that I have so far and I can not seem to get it to work properly it is return 1 for any number that is entered. Any help that you can give me would be greatly appreciated. Thanks Help with Code Tags language Syntax ( Toggle Plain Text ) #include <stdio.h> double square_root(double low, double high); int main(void) {...
Thread:  Show this thread (8 posts) Size: 4,770 bytes
Customize:  Customize "Help with a recursive square root program :: C :: www.daniweb.com - IT Tech Talk"
C
Re: heads or tails - 7 new posts
Started 1 week ago (2008-10-04 22:45:33)  by Denniz
Is it part of the requirements to use recursive function? This program can be done easily without recursive function. Just use a loop is enough. Also, check out rand() function to generate random number, and srand() for seeding the random generator.
Thread:  Show this thread (7 posts) Size: 391 bytes
Customize:  Customize "Re: heads or tails :: C :: www.daniweb.com - IT Tech Talk"
C
Started 6 days, 19 hours ago (2008-10-05 05:10:53)  by henks
first of all, I wanna say hi to u all as I'm new to daniweb. I'm a freshman in a college so I don't know much of c yet. So please be understanding in case that I will ask some n00b question later on So this is my problem...first one I was using this code to get input from player to move the pad right and left Help with Code Tags c Syntax ( Toggle Plain Text )...
Thread:  Show this thread (7 posts) Size: 4,506 bytes
Customize:  Customize "bouncing ball project :: C :: www.daniweb.com - IT Tech Talk"
C
Started 4 days, 21 hours ago (2008-10-07 02:49:43)  by jared_masc
Hi, i'm really new to programming in C, and iam kind of stuck on this problem, the question is Write a C function to print out an integer value in base 4 (using only the digits 0, 1, 2, 3). Use this function to write a program that reads an integer from the keyboard and displays it in base 4 on the screen. Now i dont understand wat it means by using digits(0, 1, 2, 3), does it ...
Thread:  Show this thread (7 posts) Size: 1,612 bytes
Customize:  Customize "Read an integer in base 4 in C, need help plzzzz :: C :: www.daniweb.com - IT Tech Talk"
C
Started 1 week ago (2008-10-04 21:45:39)  by rrreeefff
Hello, I am working on a non-recursive function that computes a to the power n. I have one error which is cpp(23) : error C3861: 'mypower': identifier not found Help with Code Tags cplusplus Syntax ( Toggle Plain Text ) #include "stdafx.h" #include "stdio.h" double power ( float a, int n ) ; // function prototype//...
Thread:  Show this thread (7 posts) Size: 7,132 bytes
Customize:  Customize "Non- Recursive a to the power n :: C :: www.daniweb.com - IT Tech Talk"