Click here to Skip to main content
Sign Up to vote bad
good
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 18 Jan '13 - 19:37
Edited 19 Jan '13 - 1:32

Comments
ridoy - 19 Jan '13 - 1:42
Seems to be homework.So try it yourself first.
jibesh - 19 Jan '13 - 2:21
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:35
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.
  Permalink  
Comments
Mohibur Rashid - 19 Jan '13 - 9:13
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)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 545
1 Maciej Los 270
2 Slacker007 240
3 OriginalGriff 235
4 Aarti Meswania 185
0 Sergey Alexandrovich Kryukov 8,953
1 OriginalGriff 7,134
2 CPallini 3,758
3 Rohan Leuva 3,066
4 Maciej Los 2,528


Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 19 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid