Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. descending Programming Software Development by nurulshidanoni i have this data..but how to sort the data in descending order together with the examid? [U]examid total[/U] 1: 25 2: 20 3: 46 4: 56 5: 12 6: 22 7: 20 8: 18 Re: descending Programming Software Development by nurulshidanoni … like this...but i have a problem..to sort it descending together..examis and total. Can anybody help me?......... [code=C… Descending sort Programming Software Development by noraz … from all of you out there on how to do descending sort. I got this sort example code from the net… few line inside the code it will come out as descending sort? I have a text file which the output will….3:7 5:4 and i want to sort it descending based on the first word before the (:) sign. thanks.. [CODE… Re: Descending sort Programming Software Development by AndreRet Swap the lngFirst and lngLast parts around. That will then display descending. Re: Descending Order Programming Software Development by sknake …; i1++) values.Add(GetRandom(100)); } public void Sort(bool Descending) { values.Sort(); if (Descending) values.Reverse(); } public static int GetRandom(int Maxvalue… Descending timer problem Programming Software Development by aminit Hello all: I was developed a simple descending timer , the problem was while it's execute and after … descending bucket sort in 68000 Programming Software Development by Seamus McCarthy … edit the ascending sort to give me the numbers in descending order instead. Descending Order Programming Software Development by jayneben … method so that it sorts the array of integers into descending order. My code I have to modify is below. [code… descending order with insertion sort Programming Software Development by Atlanta15Braves … am trying to switch the below code to sort in descending order rather than ascending. It works when counting upwards, but… descending order in iostream Programming Software Development by runningirl Hi, I would like to know the code for this problem: Write a program that asks the user to enter 5 numbers and display the numbers in descending order in iostream. Re: descending order in iostream Programming Software Development by dereje mulie hi are you fine!please i went to know the code for this problem write a binary search that can search items sorted in descending order Descending Array with given values Programming Software Development by Casey890 … I have an array but how do I make it descending? I have it able to print out 1, 2, 3… Re: descending Programming Software Development by Sky Diploma Till what have you got to? I mean paste in the program that you have worked on until now. Re: descending Programming Software Development by Agni where's the code to do sorting just the total? at the time you swap the totals, you can swap the examid's also, i think that should work. what say? Re: descending Programming Software Development by nurulshidanoni this,,,but how to take together the 2 arrays which i only sort the total only.. [code] if (exams.at (i).total.at(j+1)<exams.at (i).total.at(j)) { temp=exams.at(i).total.at(); exams.at(i).total.at()=exams.at(i).total.at()+1; exams.at(i).total.at()+1=temp; } [/code] Re: descending Programming Software Development by Agni i edited my post later, just read the last line again. when you swap the total, swap the exam id's as well. in short you will swap the entire structures and not just the totals. Re: descending Programming Software Development by localp this is some thing i designed for my tutorial .. this uses quick sort, insertion, bubble and flag bubble to sort numbers ... you can select one of them and design your code.. i think this code will you but ,, if you have any problem you can contact me.. any way the code here seems to be a bit too much for what you are expecting but .. you will get … Re: descending Programming Software Development by nurulshidanoni thank you so much chandra rajat and localp...I will try try to do your suggestions. Re: descending Programming Software Development by Agni just pasting too much code is not going to help anyone, sometimes it can even confuse the person. It's better to give as much info as is asked. Re: descending Programming Software Development by Traicey And also quoting it wont help anyone and as you can see the guy just joined the site so there is no way that he can know everything Re: descending Programming Software Development by Nick Evan [QUOTE=Traicey;587873]And also quoting it wont help anyone and as you can see the guy just joined the site so there is no way that he can know everything[/QUOTE] On the quoting part: agreed. On the new guy excuse: everyone who posts anything here, has to do it in an inputfield. On the background of every inputfield on daniweb, you can read … Re: descending Programming Software Development by localp thanx [B][COLOR="Red"]nike_e[/COLOR][/B] .. for the helpful links provided . most of the members here provide good solutions to problems but most of them are for the sake of being here. i have seen some giving false explanation to questions posted, this will mislead the person. i have seen some members logging in and writing a reply … Sort a text file into an object class in descending order Programming Software Development by custurd122000 … into an object Computers and sorts the specific indexes in descending order, as you can see the first one vendors is… print the fifth index in the lines called mmax in descending order, case 3 prints the sixth index cach in… descending order case 4 prints the ninth prp in descending order finally five exits. Im having… merge sort and quick sort in descending order... Programming Software Development by seacase …to order an integer array in both ascending and descending order. I have implemented the functions myself and …work fine for ascending order, but neither work for descending order. I am having trouble finding the comparison that… I am not making to make the list descending. [CODE] public void mergeSort(int[] array, int lowindex… bubble sort descending Programming Software Development by digan … enter some numbers and it has to sort them in descending order. I've nearly finished but i just cant get… it to sort in descending order, only ascending (using bubble sort). Here is the program… EXIT_SUCCESS; }[/CODE] could you help me to sort it in descending order. thank you very much Re: Arrays, descending orders Programming Software Development by MandrewP … until all of the array is in perfect descending order. Then just print out the array. …again until all of the numbers are in perfect descending order. So we need a nested loop: … all of the numbers have been placed into descending order so that you can end the while …hint: When all of the numbers are in descending order in the array, then in line … Order by descending date yyyy/mm/dd hh:mm:ss.ssss Programming Databases by PhilEaton I need to order these dates in descending order (last should be first) and in fact how they … I need a SQL Order By clause to order these descending: 2012-01-23 09:53:24.097105 2012-01-20… creating a working SQL query that displays the times in descending order... Any help would be great! Thanks!! help with descending sort program Programming Software Development by amarie For the descending sort, it only moves the highest number to the correct …;; reversesort(num,max); cout<<"The list in descending order is: "<<endl; for ( int i=0… selection in descending order Programming Software Development by sanfan49er I need it in descending order and also the ability to use decimals I tried … of array { if(min>array[j]) //ascending order for descending reverse { minat=j; //the position of the min element min…