What is the best language to use to use to create a menu for mobile phone???? Programming Computer Science by nelly_1005 … connected to a SQL databse which holds the names of fucntions...what programming language can i use to actaully create the… Windows and Overlapped Serial Port Communications Programming Software Development by vengefulemus … functions. Am simply trying to have both read and write fucntions as overlapped IO using these functions and completion routines. At… struct array and enum problems Programming Software Development by jhdobbins … just one .h and one .cpp.... so trying to convert fucntions back to my .h I received tons of errors. Hopefully… My Take..... Digital Media Digital Marketing by techniner … you have something unique .. it will work AWESOME! The main fucntions of it that it does NOT try and "tirck… Parameter lists for fucntion pointers?? Programming Software Development by caltiger …)(const void* , const void*); If there are another pair of fucntions defined as : void f1(int*, int* ); void f2(int*, int… Help With Python Programming Software Development by Tommy_101 … that case, I could then run all the variables, the fucntions, etc... If anyone could tell me how I could do… what is wrong with my stupid program!? Programming Software Development by CPPRULZ … a class declaration, englishweight_def.cpp which defines the public member fucntions, and EW_driver which uses the class to calculate what to… How to use this function FillList ($sql, $selected=0) Programming Web Development by jay_412 …); } else { $result = mysql_affected_rows(); } return $result; } // The parse, Bind and DoProc fucntions are intended for executing sql with bind variables // In this… C equivalnet Assembly Programming Software Development by Gaiety … done when converting to assembly. i have some idea with fucntions when ever a function is called . 1.push the arguments… Two Problems with Dev C++ Programming Software Development by mohammad1982 … add other files to the project). When I modify the fucntions and I run the project, the result is the same… drawing in pascal Programming Software Development by josh48 im trying to draw a box using gotoxy and fucntions. this is what i have at the moment, but dont … Advice/opinions on usage of c++ Programming Software Development by Kanoisa … how it could actually prevent bugs better than my overloaded fucntions id be happy to hear about it. [U]what id… organizing my code Programming Software Development by crimes … in classes. i havent dipped into classes yet.. mostly just fucntions and loops so far. does anyone know of a good… C++ Checkbook balancing program Programming Software Development by br0wnm4n … = 1; do // Using the do-while loop to call the fucntions. { askUser(balance); addMoney(withdrawals, deposits, total); OutputData(balance, withdrawals, deposits… modern alternatives of abswrite() in c++ Programming Software Development by cent91 hello everyone. i read about the functions abswrite() or absread() etc, but these fucntions are not supported in modern compilers. i would like to know what are the modern alternatives of these functions in c++?? btw i am using visual studio 2010 and rad studio xe. new/delete with classes within each other Programming Software Development by Unidennn … newA; a::b newC; a::b::c newC; //to call fucntions newA.blah newB.blah newC.blah } //but i neeed to… opencv with qt using c++ Programming Software Development by ravi_14 … to include libraries and build paths,when i use **C fucntions of opencv** the program works fine but when i use… How to show error messages Programming Web Development by UK-1991 … : mainfolder>includes>functions.php (Where all of my fucntions are currently stored in) mainfolder>index.php where I… unable to get DeferWindowPos to make correct z order Programming Software Development by cppgangster …-deferwindowpos) unable to understand how to use it correctly the fucntions. Does anyone know what is wrong with my code? Thanks… Re: How do I start an exe file from C++ Programming Software Development by boldspin On windows you can use the CreateProcess function. On unix you can you can use the exec family of fucntions along with the fork system call to achieve the same thing. Re: daniweb forum - was NOT opening yesterday Community Center Meta DaniWeb by sunandoghosh ….com[/url][/QUOTE] although i dont understand how it exactly fucntions but yes i will surely do that should it ever… Re: class rectangle Programming Software Development by S.T … trouble with the oblong class which has some of the fucntions like: Provide a Boolean method isEmpty Provide a Boolean method… Re: Counting Spaces in a string Programming Software Development by iamthwee Wait a minute are you saying that you can easily use the c++ style map for integration in assembly? But I thought you said that using objects and functions in assembly is painful. Isn't the std::map using objects and fucntions behind the scenes anyway? Re: Need help creating and terminating processes in C++ Programming Software Development by heavyc … a bit here but i get errors saying that the fucntions do not take zero parameters [code] #include <windows.h… Re: Need help creating and terminating processes in C++ Programming Software Development by WolfPack [QUOTE=heavyc] i get errors saying that the fucntions do not take zero parameters [code] #include <windows.h&… Re: help to debug my code Programming Software Development by ~s.o.s~ …, it looks pretty complicated. PS: Try not using non standard fucntions like [inlinecode] gotoxy () [/inlinecode], [inlinecode] clrscr () [/inlinecode] and fuctions which… Re: text adventure programming help Programming Software Development by mruane … to suit my needs. I don't fully understand cases, fucntions, defining, variables, ect. I learn best by actually doing something… Re: text adventure programming help Programming Software Development by katharnakh … to suit my needs. I don't fully understand cases, fucntions, defining, variables, ect. I learn best by actually doing something… Re: help with creating and calling a function Programming Software Development by Lerner … style structs, that is where the struct has no member fucntions, just member variables. Uses just a single struct object. 2… Re: Help needed asap Programming Software Development by IwalkAlone … but I have to do it without using pre defined fucntions or methods. Was what I did even remotely right???