- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
5 Posted Topics
initgraph(&gd, &gm, "C:\\TC\\BGI"); What does the "\\" in the path specified in initgraph signify?
Hi everyone! I am a class XII student. I have been asked to make a project using c++. I have decided to make a word game. The game's objective is: * show a random jumbled word stored in a file * ask the user to enter any valid words that …
Hi I am learning SQL at school. I need to work with Oracle 8.0 or any other version before 9i. I have tried to do it, but just came to know that its antique. Hence I need your help to download it. Kindly give me the link.
[CODE] int main() { int n, num, sumo=0, sume=0, numo=0, nume=0; cout<<"Enter n integers: "; cin>>n; for(int i=0; i<n; ++i) { cin>>num; if(num%2==0) { nume++; sume = sume + num; } else { numo++; sumo = sumo + num; } } cout<<"Out of "<<n<<" integers "<<numo<<" are odd & "<<nume<<" …
Hi I am learning c++ at school. I am supposed to submit a project this year end. I would like to create an offline mail server using c++; something in which you can create an account and read & send messages to other existing accounts in the same computer. Once …
The End.
ironmancpp