Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements

17 Posted Topics

Member Avatar for darkdai

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.

Member Avatar for Ancient Dragon
0
89
Member Avatar for darkdai

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> …

Member Avatar for Narue
0
122
Member Avatar for saqib_604
Member Avatar for darkdai

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

Member Avatar for Ancient Dragon
0
116
Member Avatar for darkdai

hi, i have this pop up window which i want to make it not re sizable by the user. is that possible?

Member Avatar for javaAddict
0
63
Member Avatar for darkdai
Member Avatar for abhimanipal
0
96
Member Avatar for darkdai

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++) { …

Member Avatar for nezachem
0
113
Member Avatar for darkdai

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.

Member Avatar for WaltP
0
100
Member Avatar for darkdai

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?

Member Avatar for davidchilders
0
84
Member Avatar for Mal-man
Member Avatar for bantex07

[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()??? …

Member Avatar for WaltP
-2
158
Member Avatar for darkdai

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?

Member Avatar for nbaztec
0
160
Member Avatar for darkdai

hi, can anyone please tell me how to get my Run again after it disappeared from my start list

Member Avatar for gerbil
0
103
Member Avatar for hamoud

[CODE]update emp set emp_id= 160 where emp_id= 120[/CODE] [CODE]insert into emp values(..,..,..) [/CODE]

Member Avatar for darkdai
-1
82
Member Avatar for darkdai

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; …

Member Avatar for Aia
0
155
Member Avatar for darkdai

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

Member Avatar for abhimanipal
0
102
Member Avatar for darkdai

hey everyone, im tryin to generate random strings and store them in an array. can anyone please show me?

Member Avatar for Narue
0
139

The End.