Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for gagansharma

Hello,Frndz i am new in vb.net.I hav done all of its basics.Can somebody help me to make a Voice Recognition System in vb.net . Actually i want user to give voice commands through microphone and his computer do the same.[B]I don't need pet code or full Project I want guidance …

Member Avatar for kvprajapati
0
86
Member Avatar for gagansharma

I have heard about indexing of ram,what it is ,is there any inbuilt code in ram when we purchaseit.

Member Avatar for cguan_77
0
37
Member Avatar for indiansoil

Hi, I have decalared a structure named record as given below and also created a function called read() inside the structure. The function works fine when I call it using this statement: myRecord.read(); but I want to create one more function which can be called to initilize all the variables …

Member Avatar for gagansharma
0
244
Member Avatar for shyka

Write a C program to output the product of the the digits that make up the number. example.123=6and1167=42

Member Avatar for gagansharma
0
166
Member Avatar for En-Motion

Trying to write program that counts the number of times a number occurs in an array. The following is the code I have written so far. It doesn't give the correct output though. It seems to be counting the output incorrectly. Any pointers where I could be going wrong? [CODE]# …

Member Avatar for ArkM
0
315
Member Avatar for ajay.krish123

This program is to print name without using the header files [ICODE] void main() { int i; char far *s=(char far *)0xb8000000l ; *(s+2)='p'; *(s+4)='r'; *(s+6)='i' ; *(s+8)='i' ; *(s+10)='t'; } [/ICODE] please explain the meaning of the line [ICODE] char far *s=(char far *)0xb8000000l ; [/ICODE]

Member Avatar for gagansharma
0
181