codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  plz help me answer if u can  amaba3d at 17:23 on Wednesday, January 14, 2009
 


i have aproblem in this tow program if u can help me show that

my first programme

1- by using dynamic pointer make aprogramme to input
n integer data and find the smallest of them . print out the content of the array and the smallest

my second one

2- by using dynamic pointer,creat adtabase of products each product is defined by amodel ,name ,and price the programmme allow user to input n products and print the product data on the screen


wait your answer if u can

  Re: plz help me answer if u can  vivekc++ at 15:18 on Wednesday, February 11, 2009
 

1st --

#include <iostream.h>

#define N 10
int main()
{
int arr[N];

for(int i=0;i<N;i++)
cin>>*(arr+i);


for(int i=0;i<N;i++)
cout<<*(arr+i)<<" ";

return 0;

}

  Re:information for unlocking  israel75 at 02:53 on Saturday, February 14, 2009
 

if you have problem of unlocking your phone then i can share you the website that i already try and its great! here www.unlock-your-mobile.com
i can assure you that this site is absolutely good because you can get the code faster and it worked.








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  2D Vector Memory Problems
•  Re: plz help me answer if u can
•  What`s the reason for these errors in c++ STL
•  superimposing asp.net fields on flash animation (swf)
•  how to make a shopping list?
•  Re: parser project needs perl programmer
•  SFTP applets
•  New to Bento4
•  Submit multiple forms with one button


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009