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

10 Posted Topics

Member Avatar for sharensla

hello Hope u all be fine Plz help i want to create a single database host in a server that is access by both ASP.net website and access remotely by windows mobile Application. The user want to easily update,create,delete their record through mobile application and update,create,delete their record through Asp.net …

0
75
Member Avatar for judithSampathwa

You can also use third party tools like rad controls and Ui layer etc but they are licensed

Member Avatar for Diamonddrake
0
154
Member Avatar for sharensla

I am working on a windows form application c#.How is it possible that a user name and password is already store in a database and when user load a specific website through text box it automatically sign in to that website.

0
70
Member Avatar for sharensla
Member Avatar for Fbody
0
2K
Member Avatar for dima shawahneh
Member Avatar for tomtetlaw

First of all u have the ability to understand the 3d mathematics then u should first complete the C++ object oriented programing then shift to learn opengl (if u master the above 2 things 3d programing becomes easy for u) the best tutorial that i find is[URL="www.videotutorialsrock.com/"]www.videotutorialsrock.com/[/URL] and [URL="nehe.gamedev.net/"]nehe.gamedev.net/[/URL] are …

Member Avatar for DarthPJB
0
649
Member Avatar for BlackStar

u should have to use cin instead of cin.get because cin.get mostly used in case of string use cin as below char choice[5]; cout<<"ENTER YOUR CHOICE"<<endl; choice=getche; switch(choice) case '1': sum=a+B; break; case '2': multi=a*b; //up to 5 choices and then default choice

Member Avatar for Narue
0
125
Member Avatar for sharensla

I have a problem with this code given below when i compile it without pointers it easily runs i want to run it by using pointer it gives me erro can any body runs the programme with pointers. when i compile this without pointer it runs #include<iostream.h> #include<conio.h> #include<string.h> #include<stdio.h> …

Member Avatar for JugglerDrummer
0
182
Member Avatar for jam7cacci

[CODE]//look at this code of sorting and understand how it works // This program sorts an array's values into ascending order. #include <iostream> #include <iomanip> int main() { const int arraySize = 10; // size of array a int data[ arraySize ] = { 34, 56, 4, 10, 77, 51, …

Member Avatar for jam7cacci
0
191
Member Avatar for sharensla

please help me i want to make a program that implement functions and arrays using pointers.The user provides an array of integer data, while the system calculates the average ,standard deviation,and median of the array. i am unable to convert the input data string into separate parts and save into …

Member Avatar for sharensla
0
126

The End.