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
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
83
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
109
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
105
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
59
Member Avatar for darkdai
Member Avatar for abhimanipal
0
88
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
105
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
94
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
64
Member Avatar for Mal-man

Stuck on a program i've been trying to work on for the last few hours. A user enters 2 arrays, both are charater arrays with 5 spaces each. They are passed into a function that compares the 2 arrays to each other [I]character by character[/I]. If they are idenital the …

Member Avatar for darkdai
0
7K
Member Avatar for bantex07

SomeBody Know This Problem help me to find my error here we i run this program hmm.... the output is two the aquarius and pieces and sometimes the march cannot read ! [CODE] #include<stdio.h> #include<conio.h> #define s scanf #define p printf char w[50]; int t; void main() { clrscr(); p("Enter …

Member Avatar for WaltP
-2
147
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
151
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
86
Member Avatar for hamoud

hi there im new in oracle, i want to edit/update table ( emp ) , how can it done. thnk

Member Avatar for darkdai
-1
77
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
146
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
93
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
118