Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCannot display bitmap using LoadImage() function! Pin
YooVeeAy22-Sep-04 7:55
YooVeeAy22-Sep-04 7:55 
GeneralRe: Cannot display bitmap using LoadImage() function! Pin
Jeff Bogan22-Sep-04 8:15
Jeff Bogan22-Sep-04 8:15 
GeneralRe: Cannot display bitmap using LoadImage() function! Pin
YooVeeAy22-Sep-04 9:03
YooVeeAy22-Sep-04 9:03 
GeneralRe: Cannot display bitmap using LoadImage() function! Pin
Jeff Bogan22-Sep-04 9:34
Jeff Bogan22-Sep-04 9:34 
GeneralBitMap to RGN Window Pin
KciNKh22-Sep-04 7:42
KciNKh22-Sep-04 7:42 
GeneralRe: BitMap to RGN Window Pin
Alexander M.,22-Sep-04 10:33
Alexander M.,22-Sep-04 10:33 
GeneralVisual Studio 6.0 against C++.Net Pin
Jeff Bogan22-Sep-04 7:31
Jeff Bogan22-Sep-04 7:31 
Generaldelete Array function logic error Pin
Anonymous22-Sep-04 7:20
Anonymous22-Sep-04 7:20 
<br />
<br />
<br />
template <typename T><br />
void deleteItem(T arr[], int &size, T target)//only function with pass by reference<br />
{<br />
	sortArray(arr, size);<br />
	<br />
	int index = 0;<br />
	for(int i= index; i<size-1; i++)<br />
	{<br />
		arr[i] = arr[i+1];<br />
	}<br />
	size --;<br />
<br />
	index = searchArray(arr, size, target);<br />
<br />
	if (index == -1)<br />
	{<br />
		cout << "Error";<br />
	}<br />
<br />
<br />
        else <br />
                ///????????????????????<br />
<br />
        <br />
<br />
}



grrrrr....for my last else statement I need somthing if the item does exist, then i am moving everything from that indedx to the end up one!

but I don't know how to write it...can someone help!!!!! then I am done!!! OMG | :OMG:
GeneralRe: delete Array function logic error Pin
David Crow22-Sep-04 9:39
David Crow22-Sep-04 9:39 
GeneralRe: delete Array function logic error Pin
ISUstudent22-Sep-04 13:32
ISUstudent22-Sep-04 13:32 
GeneralCustom control based on Uri Mellshior crashes Pin
greanie22-Sep-04 6:47
greanie22-Sep-04 6:47 
GeneralHelp : Save 4 &amp; 8 bits Bitmap image Pin
ardhendu12322-Sep-04 5:17
ardhendu12322-Sep-04 5:17 
GeneralHelp : Bitmap of 24-bit to 4 and 8-bits Pin
ardhendu12322-Sep-04 5:06
ardhendu12322-Sep-04 5:06 
GeneralPostMessage from Service Pin
Anonymous22-Sep-04 4:32
Anonymous22-Sep-04 4:32 
GeneralRe: PostMessage from Service Pin
Jonathan [Darka]22-Sep-04 5:23
professionalJonathan [Darka]22-Sep-04 5:23 
GeneralProblem with COptionTree Pin
Delphin5122-Sep-04 3:59
sussDelphin5122-Sep-04 3:59 
GeneralRe: Problem with COptionTree Pin
Jeff Bogan22-Sep-04 8:20
Jeff Bogan22-Sep-04 8:20 
GeneralRe: Problem with COptionTree Pin
Delphin5122-Sep-04 10:37
sussDelphin5122-Sep-04 10:37 
GeneralRe: Problem with COptionTree Pin
Fenderman27-Dec-04 23:29
Fenderman27-Dec-04 23:29 
QuestionPrintout image? Pin
Larsson22-Sep-04 3:14
Larsson22-Sep-04 3:14 
QuestionEnvironment problem perhaps? Pin
mcgahanfl22-Sep-04 2:59
mcgahanfl22-Sep-04 2:59 
AnswerRe: Environment problem perhaps? Pin
mcgahanfl22-Sep-04 8:39
mcgahanfl22-Sep-04 8:39 
GeneralMenus - Setting a check mark Pin
mcsherry22-Sep-04 2:52
mcsherry22-Sep-04 2:52 
GeneralRe: Menus - Setting a check mark Pin
vcplusplus22-Sep-04 3:14
vcplusplus22-Sep-04 3:14 
GeneralRe: Menus - Setting a check mark Pin
mcsherry22-Sep-04 3:17
mcsherry22-Sep-04 3:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.