|
|
shabbir
http://www.codeitwell.com/wp-content/uploads/2009/07/let-us-c.jpeg
Amazon
...
|
|
0 |
13,800 |
|
|
shabbir
Tutorials
Simple C-C++ programming tips
C-C++ Articles
http://users.actcom.co.il/~choo/lupg/tutorials/...
|
|
0 |
7,080 |
|
|
shabbir
Tutorials
http://www.cprogramming.com/begin.html
C-C++ Articles
http://groups.google.com/group/comp.lang.c
http://devcentral.iftech.com/...
|
|
0 |
25,384 |
| AD |
|
|
|
|
|
|
 |
gpk kishore
#include<stdio.h>
#include<math.h>
void main(x)
{
clrscr();
printf("%d",x=(pow(printf("hi\r"),-~x)));
getch();
}
|
05-14-2012 09:46 PM
by herby
|
1 |
426 |
|
|
newmember
what this function does :
1.unsigned int a = 1;
2. unsigned char b = *(unsigned char*)&a;
3. return !!b;
I don't understand completly what...
|
|
1 |
120 |
|
|
tomas7470
This function gets a sequence in string and return 1 if all the letters in the string are
comprised of capitalized ACGT. At the last place of the...
|
|
2 |
100 |
|
 |
greenhorn_newbie
I'm am new to programming and I need help with a programming problem. If you can help me please do thank you. I'm trying to teach myself but having a...
|
|
3 |
152 |
|
|
tomas7470
i need to write a code that solve this issue...
if the number of circulating was 4 then....
if the matrix first was :
1 2 3 4
1 2 3 4
...
|
|
0 |
101 |
|
|
hobbyist
Here's a bit of sample code for adding, searching records in a binary file. If anyone sees anything problematic, please point it out. Thanks. :) ...
|
|
0 |
91 |
|
|
engram13
I am writing a program for a class project, trying to emulate the game Who wants to be a Millionaire, but am running into some issues having my...
|
|
1 |
131 |
|
|
newmember
can I improve/fix my implemention?
I only implemented - Creatre/IsEmpty/Enqueue/Dequeue.
#include <stdlib.h>
/*a link in the queue, holds the...
|
|
1 |
116 |
|
|
senthil.march
hi guys am new to dis forum....guys can u pls help me to know after clicking compile button in c program wat happens.....wat compiler will do...i...
|
|
4 |
174 |
|
|
senthil.march
hi :) i know abt wat header file s al abt...i want to learn abt some basic header files dat needed for simple program...i want explanation for coding...
|
|
1 |
131 |
|
|
prockaz
Define a structure called Pagent that stores contestant no, first and last name, country, their scores (a floating-point array that stores 5 judges...
|
|
5 |
198 |
|
|
grosjean
Hi!
I'm looking for someone who woudl be keen to guide me and explain to me how to write this program in ANSI C.
I'm not looking for some crib,...
|
|
0 |
166 |
|
|
prockaz
array is int str
declare and initialize a pointer to the array called str?
declare a pointer to the array str?
Using pointer notation ,...
|
|
1 |
160 |
|
|
hobbyist
Here's a bit of code to display distributation of grades in form of percentages and a crude line graph. If anyone sees a problem or perhaps has a...
|
|
0 |
88 |
|
|
azhariey88
16QAM in c# language..who know this please help me..tq
|
|
2 |
125 |
|
|
johnBMitchell
When we make program with lots of function then it look complicated because of so much lines. Is it possible to make this function in library? So...
|
|
1 |
134 |
|
 |
ankit sharama
please can some one tell me how to keep on running my cmd after performing the program one, i mean it should not ask me click any thing to continue...
|
04-02-2012 09:57 AM
by herby
|
1 |
316 |
|
 |
shakeel
can any help me out of this program
write a program to accept details of 5 customer number name and mobile numbe create a menu with option...
|
04-02-2012 09:49 AM
by herby
|
2 |
578 |
|
|
gurpreet guppi
why we pass parameters(arguments ) in functions?
why we need it?
plz help me.
|
|
3 |
270 |
|
|
hobbyist
In case someone is interested; here's a bit of code to move about a cursor within a viewport. Dunno how many bugs there are, but feel free to point...
|
|
0 |
152 |