Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: dubeyprateek
Forum: C Dec 28th, 2007
Replies: 16
Views: 8,551
Posted By dubeyprateek
Seems I could not present myself correctly...
Heap and Virtual memory are different
see this for heaps
http://msdn2.microsoft.com/en-us/library/aa366711(VS.85).aspx
This...
Forum: C++ Dec 24th, 2007
Replies: 12
Solved: Drawing Program
Views: 1,416
Posted By dubeyprateek
You are not moving the cursor at right place before you do a "cout"
Ycan move cursor by including one more function in your point class
in point.h
add a member funtion in the point class

void...
Forum: C Dec 21st, 2007
Replies: 28
Views: 1,950
Posted By dubeyprateek
You can use component object modeling, runtime polymorphism, Pure virtual functions.

Dlls (Dynamicly linked library)

Thanks,
Prateek
Forum: C++ Dec 18th, 2007
Replies: 7
Views: 717
Posted By dubeyprateek
Two reasons::
1) Microsoft may change behaviour of these APIs without any notifications. Therefore your application may break.
2) Microsoft does not 'supports' usage of thses APIs.
Forum: C May 12th, 2006
Replies: 2
Views: 1,114
Posted By dubeyprateek
hi
There are two things first
const double *highest = a;
this line says highest is a pointer to a costant means u cant change the content highest is pointing to, next

if (a[i] > *highest)
...
Showing results 1 to 5 of 5

 


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

©2003 - 2009 DaniWeb® LLC