- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
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 …
You can also use third party tools like rad controls and Ui layer etc but they are licensed
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.
is their any body tell me the Difference between int* a; and int *a; ?
try this Form1.Size = new System.Drawing.Size(100, 100);
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 …
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
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> …
[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, …
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 …
The End.
sharensla