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 alice_y
Can i use graphics.h in C using DevC++?
21-Apr-2007 09:24
by davekw7x Go to last post
1 394
 
by Pablo César
Dear colleagues, I have a BIG headache when I wish to toggle window mode from fullscreen to windowed and vice-versa with DOS applications. I need first to know in which window mode is beeing exhibited in one session. Imeans in WINDOWED mode or FULLSCREEN mode. And I do not know how to do it. Some...
19-Apr-2007 13:23
by davekw7x Go to last post
4 407
 
by vicst197
Hello All, I have got a problem using delay function sleep() in Borland C++ 4.5 When I try to compile a code (example code below, for example) then I get an error message: :Call to undefined function sleep() in function main() How I could fix it?
19-Apr-2007 01:41
by davekw7x Go to last post
5 4,639
 
by molatelo
Hi, Can someone help me to Write a C program that will do the following: • Read in a number of records of your friends’ names and birthdays (string with format <mmdd>). Save it on a binary file. Each record (struct) must also have a record number (sequential and starting at 1) that is generated...
18-Apr-2007 14:41
by LuciWiz Go to last post
2 337
 
by vole
What is a magic square? What functions should the programe include?
18-Apr-2007 12:30
by davekw7x Go to last post
1 490
Thumbs down
by crazypal
hi all i need the c code or the procedure for converting the floating point number into ascii so that i can display in the hyperterminal or send it to the LCD. for eg: float num; num = 0.01123 i need this variable num is to be converted into ascii so that i can print...
18-Apr-2007 05:59
by crazypal Go to last post
5 3,922
 
by projectwoa
I am suppose to write a program that loads a txt file containing all the words in the English dictionary into an array. The program then searches through that array for specific words that the user inputs. The program then prints out a message depending on if the word is found or not. my problem...
17-Apr-2007 01:02
by projectwoa Go to last post
2 1,014
 
by IndioDoido
hi... Can anyone tell me how to change text color in C? I'm working on a school project and i would like to change the text color depending on a users level.
15-Apr-2007 22:58
by davekw7x Go to last post
2 7,793
Question
by meili100
I define: extern const int i2 = 110; in C++, compiler reports an error as: error C2205: 'i2' : cannot initialize extern variables with block What does it mean?
12-Apr-2007 22:29
by davekw7x Go to last post
3 384
 
by s1lang
Hi again My program is almost finalised now thanks for the help. However my last problem is that I save my array/league table to a separate file called table.bin I close the league system then load the previously saved file. Display my league table and all the information is there. However if I...
12-Apr-2007 11:30
by davekw7x Go to last post
3 416
 
by s1lang
Here is my problem I have a league system, however to input a teams score, I select the team via input of an int ID number (int) however I need to enter a the Team name (String) from the array. I cannot get it to work. Can someone please help me :) Here is the part of the code that does this...
12-Apr-2007 03:21
by s1lang Go to last post
6 428
 
by hardeep
Hii i m hardeep. I neet a solution to this problem urgently in c language.... plzzz help me... there is a helpdesk in a Co. wherein employees of the Co. logs the queries (like after services not available or medical aid required), the request logged by the employee is prioritized on the scale of...
12-Apr-2007 01:43
by hardeep Go to last post
0 281
 
by nmkarvekar
hi, Can anyone tell me, how to print bmp image on dot matrix printer using parallel port programming in linux. my printer is connected to /dev/lp0 When i print simple text using follwing C program in linux,
12-Apr-2007 01:04
by nmkarvekar Go to last post
0 733
 
by Demid
\\Introduction\\ Hello there from Lithuania! My name is Demid (I am 20)and I think what I'll be the regular guest in this forum ;) I'm studying programming in my colegue 2 years and 2 years left, for now i don't know a lot, I was studying Pascal, Visual Basic but if to say trust I can say what I...
12-Apr-2007 00:49
by Demid Go to last post
5 359
Question
by scrasun
I tried to make a simple C program to translate text into ANSI standard binary: #include <stdio.h> main() { int n; printf("Type the number of characters you wish to translate(no more than 50)\n"); scanf("%d", &n); /*gets number of characters*/ printf("Type(no more than 50...
10-Apr-2007 11:50
by WaltP Go to last post
4 388
 
by berg
Hi!, I´m working with sshdos to make an sftp linux client. The client connects, list and put files without problem. But with "get" happends something strange. With files that have small size (less than 1 K or less), no problem; but when I try to get any file with more size, the applicattion...
10-Apr-2007 10:47
by berg Go to last post
0 344
 
by CaCao
Hey there, I wrote a program but it doesnt work so can someone check it for me? Qestion: You are required to write a program that will: * input a line of text where the words are seperated with single blank, * use a function countcw to count the number of characters and number of words...
09-Apr-2007 17:34
by WaltP Go to last post
2 313
 
by techie82
Hello all I'm a fresher to Microcontroller programming. I have defined certain global variables that I need to store at consecutive memory locations, say starting from 0x8000h . Will appreciate if anyone can give me the syntax / instructions to go about the same. thanks techie
09-Apr-2007 11:52
by davekw7x Go to last post
1 808
 
by auggierich
I am writing a program that uses JNI. I'm writting code in java to read in an image, call the native C code to manipulate the image, the C code will return the image array back to java and java will finish by writing the image back into a file. I seem to be getting a warning at compile time at my...
08-Apr-2007 13:03
by davekw7x Go to last post
3 1,768
 
by basketball749
Hey all im new as a member but have browsing for a little bit of time since ive had my basic c programming class this semester. im working on this simple calculator and the problem reads: Write a program to model a simple calculator. Each data line should consist of the next operation to be...
07-Apr-2007 11:32
by beginnercoder Go to last post
8 5,057
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 1001 to 1020 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 17:46.


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