Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
~17.2K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for pvbhargav

initgraph(&gd, &gm, "C:\\TC\\BGI"); What does the "\\" in the path specified in initgraph signify?

Member Avatar for Sun_5
-1
15K
Member Avatar for ironmancpp

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 …

Member Avatar for mtbs1826
0
244
Member Avatar for ironmancpp

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.

Member Avatar for ironmancpp
0
103
Member Avatar for codingNewB

[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<<" …

Member Avatar for ironmancpp
0
2K
Member Avatar for ironmancpp

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 …

Member Avatar for Ancient Dragon
0
218

The End.