|
|
shabbir
http://www.codeitwell.com/wp-content/uploads/2009/07/let-us-c.jpeg
Amazon
...
|
|
0 |
16,632 |
|
|
shabbir
Tutorials
Simple C-C++ programming tips
C-C++ Articles
http://users.actcom.co.il/~choo/lupg/tutorials/...
|
|
0 |
8,469 |
|
|
shabbir
Tutorials
http://www.cprogramming.com/begin.html
C-C++ Articles
http://groups.google.com/group/comp.lang.c
http://devcentral.iftech.com/...
|
|
0 |
27,217 |
|
|
tzina
Hi!!!I have a question...How can I use the data of a file???
For example at the following code:
#include <stdio.h>
int main()
{
FILE *fp;
int...
|
|
2 |
34 |
|
|
rveri
Hi Experts,
I am trying to figure out if a file exists or not in the current directory.
if it is not present the program should exit.
In shell i...
|
05-17-2013 01:43 AM
by rveri
|
3 |
73 |
|
|
Pretendent
hello to all
I have a problem over here :/ here is the point.
I have a thermometer connected to battery (12v)
and I need that: when my...
|
|
0 |
90 |
|
|
mezanro
I used C Programming: A modern approach 2nd edition then got bored half way through when i got a hang of the basics so i decided to learn via...
|
|
2 |
76 |
|
|
arindam.kotal
I am writing a program in c which compute the longest common subsequences between two strings. But the problem is that when the input string length...
|
|
4 |
195 |
|
|
ilans11il
Hi ,
Could you please explane why the size of the struct is 4 byte?
struct bitfield
{
int a:5;
int c:5;
int b:6;
|
|
1 |
150 |
|
|
TheRookie
Hey guys so i was tasked to write a program that will ask the user to input a set of basic informations and the user will be given 3 choices to exit,...
|
|
2 |
305 |
|
 |
blackwoods
hello.
im having a trouble in this program of mine.
since im new in the field of advanced turbo c, that's why, i can't think of any possible answer...
|
|
2 |
146 |
|
|
avidwan
how to write reverse a string program in c?
how to write Reverse string program source code using pointers in c programming language..?
Armstrong...
|
|
2 |
393 |
|
|
C-newbie
Hi evry one im new to this and C programming and looking for any one to help me with my asignment as I have no idea what to do......so i have to...
|
|
2 |
227 |
|
|
Fazil RF
C prog to print the no like this..
1
2 3
4 5 6
7 8 9 10
Reply me friends &also admin :)
|
|
4 |
253 |
|
|
kimmerose
hi.. need some help with my partial coding.. its such a huge code, but i am stuck on this particular part that i am posting. the situation is that i...
|
|
0 |
152 |
|
|
karan patel
Can anyone please elaborate the meaning of "Macro in c "???
is that same one which is in excel??
one line meaning of macro pls...
and yes...
|
|
1 |
136 |
|
 |
C_student
I was reading about ways to prevent deadlocks and I came across a way in which we eliminate the circular wait condition by creating total order.My...
|
|
0 |
168 |
|
|
TechPersie
-i need to write a program for an automatic teller machine that dispenses money.
-The user should enter the amount desired (a multiple of 10...
|
|
4 |
338 |
|
|
Kuiva
#include <stdio.h>
#include <conio.h>
int A(int x)
{
x++;
return(x+1);
}
int B(int y,int z)
|
03-11-2013 12:52 AM
by Kuiva
|
2 |
186 |
|
 |
dolby home
hiiiii c fanatics!!! i have a problem over here. i did for nearly everything but then i got stuck.. please help me.:confused:. i think that the...
|
|
0 |
130 |
|
|
Fazil RF
How can we implement a queue using 2 stacks?
I expect more no of replies..pls tell me the answer..
Thanks in advance..
|
|
1 |
201 |
|
|
vril
Hey everyone. I am trying to write a simple application in C that resembles the game "Computer Co", but I am stuck with this problem: If the board is...
|
|
3 |
173 |
|
|
Flaming_Spirit
FOLLOWING IS THE CODE FOR THE USER DEFINED HEADER FILE
#ifndef HW_3_H
#define HW_3_H
#include <string.h>
#include <stdlib.h>
typedef struct...
|
|
0 |
188 |