CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    Join Date
    Feb 2012
    Posts
    21

    Red face any expert in visual c++

    I'm working on open source of many softwares that done by c++ and I want to make all of them in one application using visual c++ any help for that ???

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: any expert in visual c++

    Can you clarify this a bit? If you are talking about having several project in one solution that is possible. If you are talking about merging all projects into one that is (probably) also possible but nothing that MSVC can do for you.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: any expert in visual c++

    I want to make all of them in one application using visual c++ any help for that ???
    The help expected, it is in regard to what, wanting or making? We hardly could help with the former. But for the latter, you need to explain your current problem(s), preferably in every detail.
    Best regards,
    Igor

  4. #4
    Join Date
    Feb 2012
    Posts
    21

    Re: any expert in visual c++

    ok actually I'm now do small project it's about genetic population software , I have a list of these software and the source code in c++ for each of them ,,all what I want to do to make one application to reach to all of these software or some of them and so I can run these software with the same file of input file..that's all...hope u understand what I want.

  5. #5
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: any expert in visual c++

    I'm still not sure that I get this but if your code doesn't suffer from name collision you might be able to make a new project, add all files to it, rename the mains to something else and call them each from the new main.

    On the other hand, this can be achieved by using a .bat file as well and that's absolutely the easiest way.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  6. #6
    Join Date
    Feb 2012
    Posts
    21

    Re: any expert in visual c++

    hey S M A .. I'm that much good in c++ ,, but for sorry the source code in c++ ..and I'm net much expert in that so it's my time even I don't know how I can make interface using windows application to call any function I want to use it.

  7. #7
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: any expert in visual c++

    In general, merging ready to use application into a single one is not something trivial that can be explained in a couple of dozen lines.

    In case those applications implement their functionality with good level of abstraction, and separation of presentation aspects from data processing is done really good, it is possible to turn application to library that can be used in your target app. You have to be able to understand the existent architecture of every app you are to incorporate, to analyze the source code and adapt it properly, which inevitably demands for a certain level of design and debugging skills. And after the analysis done you have to be able to design a new architecture based on components you ultimately obtain and requirements you make for target app.

    All this above definitely requires for skills above average. And in case you don't have such, you'd better start with something you're really able to accomplish, or join a team with skills enough for doing what you want.
    Best regards,
    Igor

  8. #8
    Join Date
    Feb 2012
    Posts
    21

    Re: any expert in visual c++

    Thanks I gor for ur answer ... in this link :http://www.discat.unipi.it/BiolMar/utilities/progs.htm
    the sofware that I will work on my project ... but they have files with cpp extension and .h files too ... and my supervisor want me to do 1 package for all of these code ..and try to use one input file to get many results...

  9. #9
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: any expert in visual c++

    As for the help. This forum is not intended for teaching or couching anybody in systematic manner. All we can help with typically is a precisely formulated problem with a scope not too much for answering publicly and straight to the subject. You have to understand that people here participate on a voluntary basis and spend their private time for answering to community.

    So, to be effectively helped, you need to come back with concrete and observable questions, having skills enough to comprehend what you've been answered with. This is the only condition when the discussion could bring you some real help.
    Best regards,
    Igor

  10. #10
    Join Date
    Feb 2012
    Posts
    21

    Re: any expert in visual c++

    but I mean I need to contact some one expert in c++ , so he can help me .

  11. #11
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: any expert in visual c++

    and my supervisor want me to do 1 package for all of these code ..and try to use one input file to get many results...
    I may sound blaspheme in regard to what your supervisor said, but having one input file to get many results never puts any obligation on your code to be a one-package something. In case a particular utility from the list you provided understands your input file and produces an output file in respond, it can be run separately being monitored by you central orchestration app. In case it doesn't, your central app may do some data file intermediary transformation to comply with the app data input specification.

    Orchestration is not something easy by itself, by it may appear much more easy thing to do, compared with current all-in-one aggregation requirement.
    Best regards,
    Igor

  12. #12
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: any expert in visual c++

    but I mean I need to contact some one expert in c++ , so he can help me .
    He help you with what? Analysis, architecture design, code adaptation, building package, all this stuff? This is much more than just a C++ expertize. It might take months. Or years. This is what I said about the scope to be reasonable and observable. Or you meant contact to be a sort of contract?
    Best regards,
    Igor

  13. #13
    Join Date
    Feb 2012
    Posts
    21

    Re: any expert in visual c++

    beacuse my supervisor is biologist

  14. #14
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: any expert in visual c++

    Look, not to discourage you, but you have to ask specific questions to get specific answers. If you need C++ expertize, please ask C++ questions.
    Best regards,
    Igor

  15. #15
    Join Date
    Feb 2012
    Posts
    21

    Angry Re: any expert in visual c++

    ok ok thanks

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured