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 aliz2000
Hi all, i am currently stuck on my program my program basically connects prog1 > prog2 > prog3. this will be done using pipes. output of prog1> input prog2 output > input prog3 my program just basically hangs when i try to run it.
18-May-2009 09:50
by aliz2000 Go to last post
0 125
 
by lanz
Hi there, I've got this piece of code, but I'm having trouble getting it to write the changes into the file. What I'm trying to do is: Read text file Find user specified character (eg. what to replace all the a's) Replace the character (eg. replace all a's with b's) Write to the same text file
17-May-2009 13:21
by WaltP Go to last post
6 818
 
by jean
hey every1 am new to this forum n C aswell i need help with ma assignment but due to the limitation of this forum i cannot post all the related files the assignment has to do something with ADT's and some global airport databse anyone willing to help plz provide me with ur email id so that i can...
15-May-2009 03:58
by Mexican Bob Go to last post
2 142
Question
by FridgeFreezer
Hi guys, I'm hoping you can help me here since this site pops up in all my google searches trying to solve this problem. Long story short, I'm working on someone else's old code on an embedded system that the customer wants updated to add more languages. I've done various programming over the...
12-May-2009 12:38
by FridgeFreezer Go to last post
2 245
 
by shrims4u
I am writing a decryption program and i am using GMP library... The following code gives the error.... mpz_t bigbody,encbody,decbody,n,d,e; mpz_init(bigbody); mpz_init(decbody); while(i<noOfBlocks)
09-May-2009 14:05
by shrims4u Go to last post
6 366
 
by faisalnet5
Hi everyone, i have to write a C code to implement 'Shanks-Tonelli algorithm'. Can any one help me out to do so....please :hair:
05-May-2009 16:12
by mathmate Go to last post
5 366
 
by shafaatmosvi
Why is the null character generated by the compiler at the end of the string during runtime and how?
05-May-2009 07:38
by ocicat Go to last post
3 310
Question
by aijazbaig1
Hello, Ive been trying to write a program to delete a node from a binary tree. The algorithm is pretty simple for a node with no children (leaf) and a node with one child. However for a node with 2 children, heres what the problem is (what the text says so atleast): When a node with 2 children is...
29-Apr-2009 03:56
by aijazbaig1 Go to last post
0 801
 
by Scotty71
Hey guys and girls, I'm having a bit of an issue with my my program - i would like it to count the number of times a certain integer (between 0-9) has been input by the user. I'm using mainly arrays/loops to do so, however it feels like im just going round in circles ... i know im missing something...
27-Apr-2009 10:05
by davekw7x Go to last post
5 561
Lightbulb
by faisalnet5
Can any one guide me to write a C code in multi-threads environment for streaming video simulation? Can we make that kind of simulation in Unix platform? "Is there any default player for unix" Regards
25-Apr-2009 00:53
by faisalnet5 Go to last post
0 122
 
by maximuz
hai friends, i need a small help, i would like to read a file, character by character upto 150 characters per line and i want to count the number of lines are present in the file. and also i need to leave the blank lines on the file.. while reading the character., i am new to programming in C, so...
23-Apr-2009 13:19
by maximuz Go to last post
2 172
 
Scanf() (Multi-page thread  1  2)
by corrina
Hi everybody, I am looking for some precisions regarding the use of scanf() or gets(). I have to enter two string i.e player names that are going to be recorded in variable n1 and n2. I believe the best is to use scanf() as I don't want space to be recorded into the variable. However, I also...
20-Apr-2009 18:55
by davekw7x Go to last post
17 524
 
by fireball
I am new to C and linux. I am trying to create a system time, set it, and get it. I need to be able to set the time as seconds epoch. I.e. a 32-bit value of seconds. The function will recieve the time as an uint32. I need to be able to get the time in seconds too. In addition, I need to be able...
20-Apr-2009 09:46
by davekw7x Go to last post
5 529
 
by love_rhtdmin
Hello, I am trying to compile following code(matrixinverse.c) with gcc compiler on Linux machine. I am trying to find inverse of the given matrix in the code. For that I need to find the cofactor and then its transpose. Following cofact() function finds the cofactor for the matrix num of the...
19-Apr-2009 11:27
by davekw7x Go to last post
1 619
 
by ReitaBassist
What interactions happen between a computer and a C complier? I was wondering, I know you have to open the complier, type, save, and the compile, etc, but I was wondering about the memories, do they store it somewhere before you save your work? What happens when you complie? Which part of the...
18-Apr-2009 18:18
by ReitaBassist Go to last post
2 180
 
by lsngalhoud
I am looking for any c language that it works under windows but not visual c
14-Apr-2009 20:24
by Mexican Bob Go to last post
2 220
 
by smitty007
I need help with the bingo game. I am trying to randomize a list of words into a 5x5 bingo card. This is for player 1 vs player 2. Here is what I have so far. It doesn't work... #include <stdio.h> #include <stdlib.h> #include <time.h> #include <string.h> int main()
14-Apr-2009 08:15
by fakepoo Go to last post
11 341
Lightbulb
by aijazbaig1
Hello there guys, I've been trying to simulate a check out counter at a supermarket (or a grocery store :D whatever) using a Queue (as it naturally is). Its an exercise from a textbook. Heres the exercise: Customers arrive in random integer intervals of 1 to 4 mins. Get serviced in random integer...
14-Apr-2009 05:49
by aijazbaig1 Go to last post
2 678
 
by bobby2009
hi, i am working on some binary files. basically, i have to process every element of a binary file, then output the results to another binary file. there are some things which i cant understand: 1. if say my binary file is 1000 bytes in size, and i know that the file contains 1000 data points,...
13-Apr-2009 01:53
by bobby2009 Go to last post
9 260
 
by samik
hi all, I have got a bunch of files with .IMG extension and a c code which on execution asks for the input file name and then displays the image on the screen. but i want to save the image in a jpg or tif format. what addition i should make in the code for doing that ( i guess it has got to do...
12-Apr-2009 20:02
by WaltP Go to last post
1 177
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 81 to 100 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 07:10.


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