C Programming | Forum profile
|
|
 |
Atom |
RSS
|
|
Forum profile page for C Programming on http://www.devshed.com.
This report page is the aggregated overview from a single forum: C Programming, located on the Message Board at http://www.devshed.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 Programming" on the Message Board at http://www.devshed.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.
|
|
|
|
|
Posting activity on C Programming:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
52
|
190
|
579
|
|
Post:
|
202
|
564
|
1,756
|
|
|
C Programming Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
sizablegrin
|
23
|
|
C-er
|
18
|
|
clifford
|
16
|
|
Scorpions4ever
|
11
|
|
salem
|
11
|
|
dwise1_aol
|
9
|
|
ptr2void
|
8
|
|
Schol-R-LEA
|
7
|
|
SphinxCorp
|
5
|
|
CGI_Schneid
|
5
|
|
|
|
Latest active threads on C Programming::
Started 1 day, 13 hours ago (2008-09-05 12:20:00)
by charithmax
Hello......! I need to develop an algorithem..here is the question. 1).A partition of a positive integer n is a sequence of positive integers that sum to n.Write an algorithem in pseudocode and then implement the algorithem(in C)to print all non-increasing partitions of n. eg:- if n = 4 4 3 1 2 2 2 1 1 1 1 1 1 This is an Urgent ... 
Started 8 hours, 35 minutes ago (2008-09-06 17:05:00)
by HouseMD
LuaL_dofile is a C API function in lua, ofc, which runs the file. when i use this to run a file, How do i "un"run it. so eg if my C API calls this function to lua Code: Function test() eatAcookie() end so i can unrun it and the next time C API calls this function it won't eatAcookie(). 
Started 1 day, 7 hours ago (2008-09-05 17:52:00)
by HouseMD
i am using inet_addr to convert my ip address, but how do i convert a host name/DNS (e.g. www.google.com) to the ip to be converted into long by inet_addr, or such. I did want to try getaddrinfo, but it requires the protocol and everything, so i don't want to use it as i have done the protocol simpler way using sockaddr_in. can anyone help? 
Started 7 hours, 32 minutes ago (2008-09-06 18:08:00)
by gorabhat
i want to find all the combination of 3 digit numbers using any 3 numbers without using same number twice by C coding I need a compact & small code I have written a code which is huge & lots of same number please help guys Thanks in advance 
Started 1 day, 11 hours ago (2008-09-05 14:30:00)
by C-er
Hi all. As you may probably know, I'm new here. I joined this forum because I've started doing some basic C programming. Here is a source file I wrote to convert Binary numbers to decimals. Your help will be greatly appreciated! The thing is, it prints something like 2293600 each time. There is no error either. I dunno why. Please help me if I am way off mark. Also, I know there is... 
Started 3 days, 11 hours ago (2008-09-03 14:31:00)
by apple_ranger
i've been assigned a project that asks me to create a C program that can solve any 2 x 2 linear equations. I was just wondering if its right to use the guassian elimination approach? and if it's right what kind of codes am i meant to use? please help 
Started 16 hours ago (2008-09-06 09:40:00)
by lchieu
Hi, My project is an rpn calculator. A description of the problem and my attempted solutions follow. Basically i have 4 source files. stack.c token.c rpn.c parser.c (contains the main function) The aim of the program at the moment is to split up a test string into several tokens strings. These tokens are identified as either a mathematical operator or a number. Without... 
Started 1 day ago (2008-09-06 01:22:00)
by Reacz
Hi, I posted a little while back about some problems I was having with a program - anyway I decided to try and re-write my program to correct the problems I was having and make it a bit tidier, the good news it that I was able to do what I wanted to do in less than half the code than before, however..... I'm having problems picking up the output from my child program, for ... 
Started 15 hours, 16 minutes ago (2008-09-06 10:24:00)
by C-er
Hi there! I'm learning Windows programming, and I'm following a book which had the following program, for an output box with the message ' Hello World!' and title 'title': Code: #include<windows.h> int_stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR IpszCmdline, int nCmdShow) { MessageBox(0,"Hello World!","Title",0); ... 
Started 15 hours, 1 minute ago (2008-09-06 10:39:00)
by celbrion
Hi, I need some help for the work, and I am really confused. So I would really appreciate any help or advice. Situation is, I have a variable used as a directory number (dn) and it is defined as an unsigned char array. Code: unsigned char dn[4]; I need to do some assignments to dn array. Let's say I have a value like 3246826. What ... 
|
|
Hot threads for last week on C Programming::
Started 1 day, 11 hours ago (2008-09-05 14:30:00)
by C-er
Hi all. As you may probably know, I'm new here. I joined this forum because I've started doing some basic C programming. Here is a source file I wrote to convert Binary numbers to decimals. Your help will be greatly appreciated! The thing is, it prints something like 2293600 each time. There is no error either. I dunno why. Please help me if I am way off mark. Also, I know there is... 
Started 1 day, 13 hours ago (2008-09-05 12:20:00)
by charithmax
Hello......! I need to develop an algorithem..here is the question. 1).A partition of a positive integer n is a sequence of positive integers that sum to n.Write an algorithem in pseudocode and then implement the algorithem(in C)to print all non-increasing partitions of n. eg:- if n = 4 4 3 1 2 2 2 1 1 1 1 1 1 This is an Urgent ... 
Started 4 days, 13 hours ago (2008-09-02 12:27:00)
by aceraspire65
Hi, I want to open a command prompt in c language.That is using coding i want to open a command prompt.So i need help regard this. 
Started 5 days, 2 hours ago (2008-09-01 22:47:00)
by SphinxCorp
My debugger sucks... Can anyone tell me what is wrong with this code snippet???? It crashes ALWAYS... Code: int count = 0; int minicount = 0; std::string quotes = ""; std::stack<std::string> moon; std::stack<std::string> noom; while (count != COM.length()) {//until if (COM[count] == '\"') {//if minicount = count + 1; while (COM[minicount] != '\"') {//... 
Started 6 days, 15 hours ago (2008-08-31 10:31:00)
by korena
I'm trying to arrange some statements in an alphabetical order (this is just a prototype to illustrate the problem I'm facing with my actual program) so the program should read the statements from a text file , arrange, then print them back on the same text file(overwrite) problem : the pointers seem to read the non-updated lines rather than reading the ones updated by the ... 
Started 1 week ago (2008-08-30 17:45:00)
by milonimim
how can i access a direct (absolute, not the offset) memory address? here is what i tried: wrote a program that ask's for an address from the user, creates a FAR pointer to that adress and shows it. then the user can increment/decrement the value in that address by pressing p(inc+) and m(dec-). NOW, i compiled that program and opened it twice (in 2 different ... 
Started 15 hours, 16 minutes ago (2008-09-06 10:24:00)
by C-er
Hi there! I'm learning Windows programming, and I'm following a book which had the following program, for an output box with the message ' Hello World!' and title 'title': Code: #include<windows.h> int_stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR IpszCmdline, int nCmdShow) { MessageBox(0,"Hello World!","Title",0); ... 
Started 1 week ago (2008-08-30 01:55:00)
by CGI_Schneid
I have an application which opens and then does various admin tasks for our engineers. When the app opens, the user enters a device name and then has a variety of options to manipulate that device, typically a workstation or server. I cant figure out how to get the app to open with the cursor defaulted to the text box field ready for user input. As it stands now all the user has to... 
Started 1 week ago (2008-08-30 18:28:00)
by gajju
main() { char *p = "1111" ; printf("%d",*(int *)p) ; } now given that ASCII value of '1' is p.... what does this output... answer in terms of p.... 
Started 5 days, 22 hours ago (2008-09-01 03:15:00)
by ragincajun1337
hey, i'm trying to figure out if, when reading from an input file, if there's a way to say while (not newline) {...} ? this in C by the way. for example, for a simple cipher program, the input file would be: 2 abcde 4 2 5 1 3 cfu 3 1 2 where the first number is the number of cases, and then the line of texts are the letters to be rearranged and then the line of ... 
|
|