Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. rekursif

rekursif

Scheduled Pinned Locked Moved Managed C++/CLI
question
2 Posts 2 Posters 20 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Achmad Roihan
    wrote on last edited by
    #1

    apakah anda bisa membantu saya membuat sebuah program yang sama outputnya tetapi beda kode programnya? tolong bantu aku #include #include using namespace std; // PROGRAM MENGHILANGKAN KARAKTER YANG SAMA DENGAN REKURSIF void remove(string roihan){ //BASE CASE if (roihan.length() == 1){ cout<

    OriginalGriffO 1 Reply Last reply
    0
    • A Achmad Roihan

      apakah anda bisa membantu saya membuat sebuah program yang sama outputnya tetapi beda kode programnya? tolong bantu aku #include #include using namespace std; // PROGRAM MENGHILANGKAN KARAKTER YANG SAMA DENGAN REKURSIF void remove(string roihan){ //BASE CASE if (roihan.length() == 1){ cout<

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      No. Partly because it's incomplete so we have no idea what it's supposed to do, partly because if you are trying to recreate an existing program, it's because the version you have can't be handed in without you presumably getting spotted for plagiarism. And if that's the case, you won't learn anything from the exercise if you do. Sit down with your assignment, think about it, and try designing an app from scratch. You end up learning more, and that means that your next assignment will be easier for you to complete yourself. If you are having problems getting started at all, then this may help: How to Write Code to Solve a Problem, A Beginner's Guide[^] And by the way: when I told you yesterday that we are an English language site, it's somewhat rude to ignore that and carry on posting in Indonesian. Being rude to people you want voluntary help from isn't a good way to start ...

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups