- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
17 Posted Topics
hey guys, i was wondering if it was possible to display something in a different language like Arabic or any other language in a printf() statement.
hi all, i have a code which searches for a string in a file, the searching works well except that it will only return that the string is found if it is the first word in the file, otherwise it will return not found. help me please [CODE] #include<stdio.h> #include<string.h> …
where can i find these rules?
hey everyone, i was wondering if anyone can tell me how to prompt the user the enter the filename to be searched for using FindFirstFile. and if there a way of setting a default path to search in
hi, i have this pop up window which i want to make it not re sizable by the user. is that possible?
hey guys, can anyone please show me how to insertion sort an array of strings.
hi all, i have this code which is supposed to display the elements of a char array but the problem is that its displaying funny symbols not the elements. does anyone know why? [CODE]char *list[]={"a","m","t"}; for(i=1; i<=3; i++) { list[i]=(char *)malloc(4*sizeof(char)); } printf("The elements are: "); for(i=1; i<=3; i++) { …
hey guys, i have to develop a program which will search for files using their names and extension as an option. any idea of how to start or what do i need to know. thanks in advance.
hi all, i was asking my lecturer about how to make a batch file which can only be executed and not viewed and he told me that i should try to package it, does anyone know anything about that?
The function strcmp() is used for comparing two strings
[QUOTE=jephthah;1133171]oh. my. god. get rid of that "gets" statement right now. replace it with "fgets" and change your "void main" to "int main(void)" while youre at it, since that is sloppy practice. but seriously, "gets" is some effed up shiite. never ever use it. ever. and, really, "conio.h"? "clrscr()"?? getch()??? …
hey everyone, i was interested in trying to develop a very simple chat application for mobile phones. can you please tell me what do i need to know before i start?
hi, can anyone please tell me how to get my Run again after it disappeared from my start list
[CODE]update emp set emp_id= 160 where emp_id= 120[/CODE] [CODE]insert into emp values(..,..,..) [/CODE]
hi can anyone tell me how to write the output of this code to a file?? [CODE] #include<stdio.h> #define MAX 10 char array[MAX]; void main() { void addvalues(); addvalues(); } //funtiocn that will allowe the user to add the values void addvalues() { printf("------------------------> Insearting List Elements <---------------------------\n"); int i; …
does anyone know whats wrong with my function? [CODE] void quarter(detailstype info[]) { int i,j; for(i=1; i<4; i++) { printf("for month: %d", info[i].month); for(j=1; j<emp; j++) { info[i].qt1=info[j].sal_amount+info[i].qt1; } printf("%f", info[i].qt1); } }[/CODE] it is giving me this error: error C2111: pointer addition requires integral operand
hey everyone, im tryin to generate random strings and store them in an array. can anyone please show me?
The End.
darkdai