Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
69% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~7K People Reached
Favorite Forums
Favorite Tags
c++ x 7
c x 3

13 Posted Topics

Member Avatar for matika

hi miss matika. strncmp() is the easiet way for comparing strings and it helps in arranging. for example if you want to arrange accoring to the first letter strncmp(st1,st2,1) // 1 is the number of letters you are going arrange according to it. 1- the function returns 0 if the …

Member Avatar for sachin_mnnit
1
759
Member Avatar for dooda man

i want to put my program in a setup project but there is a problem which is other users dont have dot net frame work to make the setup begin, the question is how can i put dot net frame work in my setup, to generalize i want to make …

Member Avatar for Jugortha
0
184
Member Avatar for dooda man

in imagebrush class i want to put an image by giving its url, i cant find a function that takes the url of the image. neither in imagesource Class can any 1 help me because i want to put an image programmicly in inkCanvas which takes argument brush or imagebrush …

Member Avatar for NET-Developer
0
91
Member Avatar for dooda man

Hello .. i wanted to ask how could i implement a transparent rich text box, as known rich text boxes couldnt have background or transparent color, after i searched i knew that the .Net frame work doesnt use the latest edition of richtextbox DLL, as it uses the second edition, …

Member Avatar for RwCC
0
95
Member Avatar for dooda man

how can i make the program display * in password entery i tried [B] while(getch()) { cout<<"*"; } [/B] but it didnt work plz tell me how

Member Avatar for FireNet
0
134
Member Avatar for dooda man

I want the user to use the four cursors up,down,right,left. i tried to use getch() but it didnt work because the four have the same ASCII code which is 224, so i cant diffrentiate between them plz any one tell me how to make the user use them aam and …

Member Avatar for Narue
0
371
Member Avatar for dcving

to pause a program just put the header conio.h and when u want to pause write.. system("pause"); and if u want to clear the screen write system("cls"); hope i've answered ur question

Member Avatar for Narue
0
321
Member Avatar for dooda man

i made a program in a windows application project , but i wonder how can i put a skin for my program to be nice looking, to be more specific i want to design a skin ( on any program not .net specficly ) then apply it on my program …

Member Avatar for matika
1
129
Member Avatar for dooda man

I asked before for a time delay function which is like system ("pause") but depend on time instead of keys , to elaborate i want the program instead if writing " press any key to contiue " i want it to freeze for example for 2 or 3 sec then …

Member Avatar for Bleek
0
186
Member Avatar for dooda man

hi , i am doing a project with c++ visual studio 6 and i really want this facility, which is .. the user will enter a single character or a an integer ,so the compiler will take the input he entered (int or char) without waiting from him to press …

Member Avatar for Bleek
0
4K
Member Avatar for dooda man

[COLOR=Navy][/COLOR]hii, i am computer science student and i am doing win console application program "Project" by c++ compiler "mic visiual 6", the project is like a small data base which stores student names and thier grades and search for names, add, delete,edit and other things. i am asking if i …

Member Avatar for FireNet
2
516
Member Avatar for dooda man

hi , i am using simple console application and i am asking about the way to make the program depend on time insead of dependng on pressing keys for example, i want siplay the word "Hello.." and after 5 seconds it changes to "World" , to elaborate .. i want …

Member Avatar for FireNet
0
152
Member Avatar for dooda man

I am in a project and i am using win simple console application and i would like to know how to make the user choose the directory of files. thnx :idea:

Member Avatar for FireNet
1
164

The End.