Language
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,...
Hello everyone, my question is Where to find (for download) header file for c++ builder 2010?
I search a lot of on internet but didn't find corresponding winuser.h file for c++ builder 2010, my...
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.
I am currently the group leader of Cheetah Anti-Malware development group for antivirus software. It is currently a private group, to develop the actual antivirus program. The project has...
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);
...
...
......
Hello everyone!
Anyone can help me!?
i'm new in programming
i'm trying to make something like a slideshow in my form
i have a previous next button so each time i press the next button to go to a...
hello experts
we are looking for Unix/ Linux/ C++ contractors for on-going projects in Scandinavia
have a look at:
http://www.linuxjobb.se
thanks
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...