Jump to content

dtmunir

Member
  • Posts

    165
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by dtmunir

  1. wow! its amazing to see what kind of amazing projects keeping coming up on MSFN. keep it up guys! Natan, best of luck with your efforts man. Hope your project receives the support it deserves. I for one, am going to try it out as soon as im done with my exams. danish
  2. hey man. great site. thanks for contributing. i think all newbies as well as the pros should check out this site. covers some useful stuff. cheers
  3. yeh. so thats not so bad. lets try this. int spaces,i; string name, myspaces; cout << "Enter name"; cin >> name; spaces=name.size() + 2; myspaces=""; myspaces.append("*\n"); i=0; while (i<spaces){ myspaces.append("\n"); i=i+1; // u can simply use i++ also } myspaces.append("*\n"); hows this for u?
  4. u want vertical spaces...thts very simple....just use the following modification to my code: myspaces.append("\n"); put this inside the loop and it should work fine. do lemme know if it worked and my offer for emailin me, or msn'ing me still stands cya
  5. hey man. im still not 100% clear on ur problem. but if im gettin it correctly then the following small program that i cooked up for u shud help. basically all this does is ask the user the number of spaces they want to print, and then prints tht many spaces in between some text. u can tweak it to ur suitability. however, if this ISNT wt u were looking for, then pls add me on msn, dtmunir@msn.com and maybe i can understand ur requirements better. cheers danish
  6. hmm...gamehead i can definitely help u with C++, but im not sure i get wt ure requirements are....im guessing ur making a simple loop program that will terminate, when the condition i<spaces has been exceeded. well for this u need 2 things: first of all u need to define spaces, and give it some value, somewhere in ur program, either via user input, or by assigning it some constant value at the start of the program. second, i dont see the point of the loop, unless the loop is giving some output relating to the number of times it has been run. maybe u shud try putting a " cout << i; " inside the loop. however if u post ur requirements for the program clearly, ill write the entire code for u. no fret. cya dm
  7. hey man. i checked out the website and what they are claiming is pretty cool? can u tell me what the real life performance improvement from this software is? and is there any way i can measure the before/after effects of this program? thx danish
  8. many thx gameboy, for ur fast reply. cheers!! danish ps: if someone does figure out a way to hack their servers DO lemme know pls [ I doubt anyone would do that on here because it's against the rules... ]
×
×
  • Create New...