C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Business
Remove
Platform
Any
License
Any
I'm having a hard time setting up these calls.. is there any way you could give me an example in the code? :)
I am new to C++. Plz help me in strings. I am writing a program which accepts name and father name during RUN time and then show the result. I am getting no errors and no warnings. But at run time...
Hello fellow c programmers( I made a "hello world" program so I'm a c programmer too :)).
Anyway I want to know if there is anyway to make a Dev C program perform an action if it is a certain day...
Alright lets tackle these one by one.
First off (1) void shuffle(int wDeck[]);
This is bad code. It is valid, but an assumption about the first dimension is made which is not documented.
If...
: I did what you said and theres 0 warnings,errors. But the output
: didnt change.
: i.e the string didnt change into uppercase.
:
: for my understanding the islower function and the isupper...
= WAITTIME)
{
sendto(sockfdTX, buf, strlen(buf)*sizeof(char), 0, (struct sockaddr *)&their_addr, sizeof their_addr);
fprintf(logfile, "TX: ID %d - time %s - dest %s\n", msgID, lastxtime,...
i am interested to your offer. But atfirst i need to see ypur task. Please send me details in my mail address: saaj_jubair@yahoo.com
pls help me debug my code on doing sjf shceduling algo where the buest time and arrival time is asked from the user and form this, the program will display the processes, waiting time of each...
but i don't have enough time to hire...
i just need the codes.
pls. someone help me....
hello guys..i need help..can you give me an idea how to create program? its something like this.
1 Add Employee
2 List of employee
choice :
if press 1, input name,address,age,etc..
then...
Sorry, sever error~I post that 3 times
First, your array of counts is missing one value - there should be ten values and you have only nine.
Second, the tasks like that is better done with arrays - instead of these grouped IF()...
You getMessage function is all sorts of messed up:
#define N 27
...
int main(void) {
...
int msg;
...
msgSize = getMessage(MessageF, msg);
...
...
......
0) and (b b
then Writeln ('Too big...') ;
End else If ((a > 0) and (b
Hey guys, I am using scanf() to input values for a structure and it does this weird thing where it will "skip" input lines. I have no idea why this is happening. Here is my code:
printf("Name: ");...
How is it that a string, or part of a string, can be converted to an integer variable? For example, the user is asked to input a date and they input 12/31/2000, which is saved as a string. How could...
several things are wrong.
you have a variable "int b" that is never referenced so this program shouldn't compile.
the for loop is incremented one to many times,it should be c. This doesn't...