Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: kamlesh_ag07
Forum: C++ Oct 10th, 2007
Replies: 19
Views: 6,272
Posted By kamlesh_ag07
according to me the code can be writen in this way.


#include <iostream>

#include <conio>

int sum(int);

int x;
Forum: C Oct 9th, 2007
Replies: 9
Views: 8,454
Posted By kamlesh_ag07
This program gets very easy with the use if recursive function if the job is only to print the number in the reverse order.




#include <iostream>

#include <conio>

void rev(int);
Forum: C++ Oct 9th, 2007
Replies: 8
Views: 753
Posted By kamlesh_ag07
i am using borland c++ ver 5.0
Forum: C++ Oct 8th, 2007
Replies: 8
Views: 753
Posted By kamlesh_ag07
taking the above code

#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World!";
}

-by chasevoid
Forum: C++ Oct 8th, 2007
Replies: 8
Views: 753
Posted By kamlesh_ag07
i am new with c++ and as i was going through all the post i found a reserved word i.e.
namespace. i am unable to know what do u mean by this and as i was trying to run the program there was a error...
Forum: C++ Oct 5th, 2007
Replies: 2
Views: 715
Posted By kamlesh_ag07
can anyone do recursive binary search using a single argument
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC