GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

C Programming Language

Welcome to the C Programming Language forum.

Browse through the links below to find existing C Programming Language discussions - including source code examples, hints, tips, and tutorials. Example codes are syntax highlighted for your convenience.

If you have just registered or if this is your first time here, and if you wish to include example C code in your posts and messages, please paste them between [cpp] and [/cpp] bbcode tags. This will syntax highlight your C code examples within a post. Please refer to the details here. Also see: C++.

Post New Thread
Threads in Forum : C Programming Language Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
 
by WaltP
Guidelines for Posting Requests for Help version 3.1 GIDForums is pleased to provide these forums to help you understand programming techniques and correct programming problems. Following these guidelines will help you post good questions with enough information that we can understand your...
11-Nov-2007 22:05
by krystyna93 Go to last post
1 6,247
 
by maverickmc
This is the coding to locate the day of the week one's birthday fall on, can someone please check for me if there is anything that can be improved? #include <stdio.h> void title(void); int cal_day(int year); int finalo(int sun,int mon,int tue,int wed,int thu,int fri,int sat); int main(void)
30-Dec-2008 22:07
by Peter_APIIT Go to last post
5 227
 
by Danny' O
Hello , im trying to exit a " for" statement with a command, so far i have only found the exit of the stdlib but thats for ending the program. Thanks for reading - Danny' O
29-Dec-2008 16:27
by davekw7x Go to last post
6 194
 
by karthickd
hai all, i have created library file for some .o(object) files.now i tried to link this library file with my project. i am facing linker error while building the project. can any one help me how to link my library file(with out using my .o files ) with already existing linker files in the linker...
26-Dec-2008 00:52
by davekw7x Go to last post
1 444
 
by sai krishna
How can we directly access the vdu memory through c without using standard library functions & ROMBIOS routines of c language,also how can we know the base address of vdu memory?
23-Dec-2008 12:36
by L7Sqr Go to last post
4 1,417
 
by christyyim
Here is the code I wrote to detect whether a LAN cable is pluged or unpluged. After compilation, it gives me the warning: warning: assignment makes integer from pointer without a cast #include <stdio.h> #include <stdlib.h> #include <string.h> #define yes 1 #define no 0
23-Dec-2008 11:17
by christyyim Go to last post
4 1,326
 
by sameer.nalawade
Hello everyone, I m writing a c program to detect whether monitor is on or off, but have no clue where to start from. In linux there is utility ddcprobe which detects the hardware status , but it works only when we completely disconnect the monitor or power cable of monitor. So if anyone...
23-Dec-2008 08:34
by george135 Go to last post
5 389
 
by ahbi82
Hi all, I am working using a windows system. I have a program which load a ffs driver file in .out format. May i know how to i interpret the .out format as i want to load it in my program to use it. By any chance is there a way to view its contents? I have come across a website that describes .out...
22-Dec-2008 07:31
by Mexican Bob Go to last post
1 157
 
by gcctest
Dear all , I have one shared library in "/usr/lib/ast/mod/quad.so" where the functions "X1" and "X2" are defined. In header file "quad.h" it is declared. I have created a "test.c" where X1 and X2 are called I have used the following commads for compiling and linking #gcc -c test.c #gcc -o test.o...
19-Dec-2008 09:09
by davekw7x Go to last post
1 504
 
by sakisbl
i have to modify this source code, so that both server and client can write simultaneously. in this code the client writes first and then writes the server. they cannot write in the same time /* chatclient.c */ #include <stdlib.h> #include <stdio.h> #include <cnaiapi.h> #define BUFFSIZE 256
18-Dec-2008 06:43
by sakisbl Go to last post
17 537
 
by PowerHouse
Hello all, I am currently working on a simple calculator program, however I cant seem to find information on how to make a mode function. The textbook I use doesnt explain it. I am sure I will have further inquires when the program is further along, but for now if someone could tell me how to...
17-Dec-2008 12:38
by davekw7x Go to last post
7 250
 
by branpute
I seem to be having some issues with some code i've made for a recent project, and I come here to get some help with it. I need to get this function to work.. It is supposed to find the median of a given one dimensional array.. but all I get is this error: 315 C:\Dev-Cpp\Untitled26.cpp ...
15-Dec-2008 17:21
by sakisbl Go to last post
6 731
 
by IrishUpstart
Hi gang. I have an extra credit opportunity and I could really use it (as some of you may be able to guess from helping me in the past). Rather than try to explain it, I am just going to copy and past the sheet. I am looking for some sort of starting point because, sadly but not unexpectedly,...
13-Dec-2008 16:15
by L7Sqr Go to last post
1 1,340
 
by james_carter
Hello everybody i need to read a text file line by line in unix system programming. i know that to read a file we need to use the read (fd, buf, BUF_SIZE) function but how to read this file line by line. do i need to use the getline() function? thank you
12-Dec-2008 23:28
by WaltP Go to last post
4 3,079
 
by derekadams32
This program takes a video with three moving objects, finds those objects in each frame and saves their location. Then it pulls a non-moving background image out of the video and displays it. In other words, it disects a video into a background image and template image paths of the moving...
11-Dec-2008 18:23
by TurboPT Go to last post
1 2,659
 
by DELLia
I have a program that reads questions from a text file, It's a quiz program. It prints questions from text file...My problem is... I want to insert the question # got wrong to a link list so that I could print the the "question #" incorrectly answer...but im stuck! heres my code /*structure for...
09-Dec-2008 23:47
by DELLia Go to last post
0 157
 
by esma
Write a program that inputs one 3-digit number (example: 854), seperates the number into its individual digits (hundreds, tens and ones) and prints each digit as below. (Hint: use combinations of integer division and the remainder operation). İm tryn but i dont know my fault may you help...
09-Dec-2008 21:25
by WaltP Go to last post
1 249
 
by boreder
Hello everyone! I am trying to make an application that can retrieve http pages over the internet probably using cURL or HTTPGET. but before that, I need to identify first the correct proxy settings depending on the URL I am trying to access. So, I've read about proxy.pac(proxy auto config)...
09-Dec-2008 03:56
by boreder Go to last post
0 504
 
by transgalactic
Abundant number is a number which the sum of it dividers is bigger then the divider itself. 12 : 1+2+3+4+6=16>12 I need to build a program which gets a number input. It prints all the numbers bellow it which could be written as the sum of two abundant numbers and present its sum. If there is more...
08-Dec-2008 11:21
by davekw7x Go to last post
1 186
Question
by pinball27
I'm trying to write a program for an electronic test application and am having problems figuring out how to calculate two's complement then display the value as a decimal. I receive hex data through a com port as a character sting then convert the piece of the string I need to an integer (e.g....
08-Dec-2008 10:45
by oleoleo2 Go to last post
13 24,020
 
by transgalactic
The instruction for building this program is not allowing me to call functions, use iostream, use arrays. What they want is just If, while, for commands, simple variables, only stdio.h in C. How to transform this code into that? #include <iostream> unsigned sum_of_divisors(unsigned n) { int...
08-Dec-2008 08:04
by dlp Go to last post
1 195
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 201 to 220 of 2658 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 00:51.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.