segm fault again, please help Programming Software Development by nhrnjic6 func should take array and find a index of a target … Re: Function in a function Programming Software Development by deceptikon …(0) { } int Value() { return _value; } Foo& func(int increment) { _value += increment; return *this; } }; int …main() { Foo xx; xx.func(1).func(2).func(3); cout << xx.Value() << … Re: void *arry Programming Software Development by dashure func(void*x) gets the index of Item in arry1 and returns the idex of this Item in arry2 Re: void *arry Programming Software Development by dashure (*func(void*x) can point to a built in function built-in visual studio Re: void *arry Programming Software Development by dashure (*func)(void*) can point to a built in function Re: Polymorphism gets me confused Programming Software Development by JamesCherrill func currently replaces odd numnbers by the next lower even number. What exactly do you want it to do? Re: Help to get "jLists" to update content on select Programming Web Development by TooMpa …(){ $('#wait_2').show(); $('#result_2').hide(); $.get(\"func.php\", { func: \"drop_2\", drop_var: $('#drop_2').val()…(){ $('#wait_3').show(); $('#result_3').hide(); $.get(\"func.php\", { func: \"drop_3\", drop_var: $('#drop_3').val()… Re: The Onion: Myspace outage leaves millions friendless Community Center Geeks' Lounge by twomers >> func(hello); Doesn't that flag an error? Isn't that like using an 'overloaded consturcor' ... after construction? >> (*func)(hello); func->hello :P Heh. Re: Simple Operating System Programming Software Development by NotNull Func AH=2 INT 13h Disk Services: CH=Low eight bits … Re: pointers question Programming by glao > func( r_address ); /* after this call, value at r_address is set to … Re: func return 2 values Programming Software Development by titosd grumpier I didn't ask you to write the func that i want, but I want another example but with …parameters to understand the way. minas I have write the func with structer [icode] #include<stdio.h> struct mytype… Re: func return 2 values Programming Software Development by titosd yes I know that it works, but in the question we should write the func [U]just[/U] with pointers !!! Re: helping in a func calling Programming Software Development by titosd … called the getword() func in the checkValid() Func. so, when I called the CheckValid Func I called too the getword() func. I didn't… in the second parameter. but try to call the replace() func by this code: [code] replace(word,"favorcy","…;favor"); [/code] you will see that the func replaced the words helping in a func calling Programming Software Development by titosd … all the code is correct, but when i call the func that replace the words I have a problem in the… second parameter in the func plz if anyone can help me. this is the code… How to call javascript func using href by passing dynamic value Programming Web Development by yuvi2288 … I used the following code to call a javascript function func() with dynamic parameter param in jsp. out.println("<…;a href='#' onclick='javascript:func('"+ param +"')'>"+ param +"</a>… logmsg func Programming Software Development by Mr_PoP … last line i mean the last time i called the func!! how can i make it write every thing every time… Re: helping in a func calling Programming Software Development by Ancient Dragon …;I have a problem in the second parameter in the func What is the problem with it? OpenGL - displaying issue (reshape func) Programming Game Development by Yle ….0f,1.0f); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); }[/code] and the drawing func("bobby's" variables x and y are holding… Select func in socket programming Programming Software Development by ankur_ what is the time that select func in socket programming waits before continuing. Like till how much … can i put the time in func. or class so i can call it when i want Programming Software Development by Mr_PoP …;,timeinfo); [/CODE] is there away to put it into a func or class or is there a better way to get… How to use C++ func in mysql query Programming Databases by Deepali_Jain I have a function C++ file, created in VS 2005. But I am not sure how to register that function in mysql, so that it get stored somewhere in mysql database and when the query runs, it should retrieve the func definition from the database itself.. Please guide me with the procedure. Thanks is "dataset.table.rows.find()" func. supports sql date type primary key? Programming Software Development by Oneryavuz … my row/s i need but when i tried this func. on date type primary key it cannot find i tried… static func.'s! Programming Software Development by shahera.arafat … >>what is the use of (static) word in func.'s ? in this code what does it mean ??and if… Re: what does func(int x, int y, int z=1) mean? Programming Software Development by siddhant3s … the default argument should be placed from right. i.e. func(int x, int z=1, int y) is not allowed… Re: Question about my FUNC Programming Software Development by markfisher … me much faster? (That was the whole purpose of that func to make me understand multi byte zeroing) Thanks Mark Re: coding the summation func in calculator (EventHandling) Programming Software Development by shahera.arafat the pro. was that I could'nt add 2 numbers >>the result is always wrong >>and that's because the seconde number value is wrong ! so the solution was by writing a switch statement and other func.'s :P Re: segm fault again, please help Programming Software Development by nhrnjic6 yeah, but I need to use recursion. Whould you care to help me how to stop func from calling if num == Niz[index]? Loading menu based on XML document Programming Software Development by MaddTechwf …Programs\XPSetupLauncher\XPSetupLauncher.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\XPSetupLauncher\XPSetupLauncher.exe">Setup …Programs\VncNeighborhood\vncneighborhood.cmd))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\VncNeighborhood\vncneighborhood.cmd">VNC … Initialize GUI and loadscreen Programming by Michael_9 … InitializeOk = True AddHandler Commands, AddressOf Command ProgressTime = 0 Func.InitializeFunc(Me) Func.IsInitialized = True 'Func.CreateLoadScreen(Me) End Sub Private Sub OkButton_Click(ByVal… scientific calculator assingment Programming Software Development by namra … to make a calculator"<<endl; long func; cout<<"enter function you want to …<<"`P' is for power\n"; func=getche(); if (func=='+') { sum(); cout<<"***********\n"; } … { atan2(); cout<<"*******\n"; } else if (func=='P') { pow(); cout<<"********\n"; } getche(); …