Re: Copying Records Programming Software Development by Reverend Jim Modifying the recordset within a loop that terminates on EOF is like modifying a loop index within a For loop. It's generally a bad idea. If you can explain what you are trying to do perhaps I can suggest an alternative method. Re: glutMouseFunc and Segmentation Faults Programming Game Development by Bushido Hacks Modifying that function work. I managed to make my four points before [inlinecode]Segmentation fault[/inlinecode] occurs. :-) I think I can handle it from here. Thanks for the help. Re: Linked list of structs Programming Software Development by Luckychap Modifying little bit: [code='c'] void insert(StorePtr *store, CategoryPtr *cPtr) { … Re: Getting Index of a Form Element Programming Web Development by Rkeast Modifying it isn't possible I'm afraid. Since the code … Re: Self-join to remove duplicates Programming Databases by cutepinkbunnies Modifying this query to satisfy your metadata should remove the duplicates … Re: jQuery .stop() all animation Programming Web Development by Dani Modifying the $.fx.off property does not affect animations currently in motion. Modifying head tag of parent file. Programming Software Development by belama … work. Does anyone know how I would do this without modifying the aspx file's head tag? Thank you very much… Modifying pointer program Programming Software Development by taikoprogrammer Hi everyone, I could really use some help on modifying this pointer program by Here are the directions I am … modifying an array inside a struct by reference Programming Software Development by samurai1200 … up to the last line of the function that is modifying the handindex array, and its fine. For instance, this one… Modifying program- to specify the outer loops ending value and its increment value. Programming Software Development by harde …;); 18 return 0; 19 } //end of main function Next is.. MOdifying the program on top ^ to this.. The modified program will… Modifying User Tables Programming Software Development by kenomote Hey guys its me again...im having some problems modifying the data in the DataGridView The error: You have an … Re: Modifying a char * and returning it from a function Programming Software Development by Sokurenko use array index and no need to return nothing, just print name afterwards :) by the way you are not modifying char* and returning from a function, you are modifying the data that pointer points to and returning pointer to that data Re: modifying the same member of many objects Programming Software Development by LieAfterLie … top (c);[/INLINECODE]. Don't you think such a member-modifying feature should be added to C++? It would be awesome… Re: modifying the same member of many objects Programming Software Development by WolfPack [quote=LieAfterLie;266825]Don't you think such a member-modifying feature should be added to C++? [/quote] No. how to compare each element in a queue without modifying it Programming Software Development by Rastafari …() const; // Max() // Returns largest data value found within queue WITHOUT //modifying the queue. // Throws EmptyQueue if queue is empty //********************************************************************** SomeType Queue… problem on modifying a program Hardware and Software Microsoft Windows by darthlight Hi guys, can someone help me with my problem on modifying a program (*specifically a 3rd party program for an Online … How would I go about modifying this code Programming Software Development by Brian1983 How would I go about modifying this code to accept characters instead of integers? #include <… Save image without modifying Programming Web Development by AntonyRayan … can display that image, when I am clicking update, without modifying image it shows error in image. How to save previous… Re: assignment help [fstream, on modifying a record in a file] Programming Software Development by iamthwee … code properly, I'm only responding to the question about modifying lines in a text file. This happens to be problematic… Re: assignment help [fstream, on modifying a record in a file] Programming Software Development by Drowzee … the file pointer to overwrite "safe" space without modifying the rest of the file. You just have to check… Re: problem in modifying data in a binary file Programming Software Development by tracethepath …... i have put that in the while loop, so after modifying the data it the loop will run again and rest… Re: Self Modifying Program Programming Software Development by MandrewP … back to disk. So then, you will just always be modifying the original copy that resides on the disk. For example… Deleting records from a file Programming Software Development by arlir …); } void age(void) /*function for modifying a member's age*/ { do {…); } void tel_no(void) /*function for modifying a member's telephone number*/ { do … Deleting records from a file Programming Software Development by arlir …1119. } 1120. 1121. void id(void) /*function for modifying a member's ID*/ 1122. { 1123. do 1124. {…1166. } 1167. 1168. void gender(void) /*function for modifying gender of a member*/ 1169. { 1170. do 1171. {… Deleting records from a file Programming Software Development by arlir …1119. } 1120. 1121. void id(void) /*function for modifying a member's ID*/ 1122. { 1123. do 1124. {…1166. } 1167. 1168. void gender(void) /*function for modifying gender of a member*/ 1169. { 1170. do 1171. {… Deleting records from a file 2 Programming Software Development by arlir …1119. } 1120. 1121. void id(void) /*function for modifying a member's ID*/ 1122. { 1123. do 1124. {…1166. } 1167. 1168. void gender(void) /*function for modifying gender of a member*/ 1169. { 1170. do 1171. {… Extern reference to a variable name of different type Programming Software Development by swapnaoe …%d\n",i); printf("Call to func before modifying i in main...\n"); func(); i=66; printf("…;Call to func after modifying i in main to 66..\n"); func(); getchar(); } /*… } [/CODE] OUTPUT: i in main 65 Call to func before modifying i in main... i in func A Call to func… split from 'fatal error' Programming Software Development by shivakumar10340 … last one produces another sub-menu for modifying and deleting existing account informations. While handling…, 23); gotoxy(10,10); edit_menu(); // Sub menu for modifying or deleting any account break; case '7' :exit(0);…to continue..."); getch(); } /* Function for modifying the existing accounts The modify() function is used … Binary file io, can't delete or modify records. Programming Software Development by cousinoer5 … to manipulate the data by adding a new record, modifying an existing record, deleting a record, and display all…. Adding a record is no problem. Modifying shows the record it's supposedly modifying, asks for input, but does nothing…amp;t1), sizeof(t1)); cout << "You are modifying this record:" << endl << endl;… Need urgent help with address book application! Programming Software Development by amandureja …, search for contacts. Now, I need help on: deleting contacts, modifying contact information. Could anyone please just help me with what… here etc. I have tried pretty much everything for modifying and deleting. For modifying, I have almost gotten the code, except that…