Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
a= 1,2,3,4,5,6,7,8,9
b=2,4,8,0
by combining two varables(integers assign to these variables) i need the output as follows
output:
1,2,3,4,5,6,7,8,9,0
Posted
Updated 19-Jan-13 1:32am
v3
Comments
ridoy 19-Jan-13 1:42am    
Seems to be homework.So try it yourself first.
Jibesh 19-Jan-13 2:21am    
any effort so far?

You wont get a ready to use solution for your homework here in CP. your homework was set for some reason so you have to workout by self. start writing your code and if you have any problems with your code we will help you to solve that.

I can give some hints but not a solution.
by using the combination of these operations you can achieve this i.e string comparison and string concatenation.
Mohibur Rashid 19-Jan-13 7:35am    
Do you even know what is reason of the output? what kind of mathematics is applied? if no i would like to suggest you something...................

1 solution

Haven't you posted that same question yesterday. It was deleted a short while later.

My advice was to use std::set<int> to collect all the elements of your two sets. And what you call "combining" is probably the union of the two sets.

Now, try that and if you run into problems show us the code you have so far.
 
Share this answer
 
v2
Comments
Mohibur Rashid 19-Jan-13 9:13am    
if you didn't mention he would never know what is this thing anyway

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900