- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 2
- Downvoting Members
- 5
6 Posted Topics
helloo; i challenge all of the world programmers ;my question is; "Write a program that print all of the real number between 0 and 1"; :) :D :P chaleenge | |
hello everybody! i have a question that i want to reverse the queue in BigO(1) time and space without effecting its enqueue, dequeue ,print and other function. thnx in advance 4 answering | |
hello everybody! i have given a question in which i was not allowed to use built-in 2d arrays of C++. I have to define my own class of 2d array in which both rows and columns were dynamically allocated. The hint given wast that "think in term of array of … | |
Re: ok... if i were on your place then i will try to do it some thing like that i will make another array of same size of or of the size greater than that of your array but as it was wastage of memory so make array of size as … | |
Re: i think u want to do some thing like this, [CODE]#include <iostream> #include <cmath> using namespace std; void printArray(int a[], int size); void reverse(int a[], int size); int average(int a[], int size); int main() { const int size = 10; int a[] = {10, 15, 27, 89, 90, 95, 27, … | |
hello every body! i have very simple question, i google it alot but i didn't find the satisfactory answer my question is what is the reason that [B][I][U]int, float,char,double,boo[/U][/I][/B]l are of [B][I][U]4,4,1,8,1[/U][/I][/B] byte respectively in C++? are [B][I][U]arrays built in[/U][/I][/B]? if yes then kindly explain......thnx alot |
The End.