Re: Looking for an developer-Friendly Admin Template Programming Web Development by Pelorus_1 Consider admin templates with clean code, easy customization, and robust documentation if you're looking for developer-friendly templates. Save time and increase productivity by using templates with modular components and built-in UI elements. Re: Modular Programming ??? Programming Software Development by VernonDozier [QUOTE=jessejamesjjr;930683]can any one help me find info on modular programming and how to understand it's functions? any links to go to?[TEX][/TEX][/QUOTE] Try googling "modular programming". Modular Programming ??? Programming Software Development by jessejamesjjr can any one help me find info on modular programming and how to understand it's functions? any links to go to?[TEX][/TEX] Re: Modular Programming ??? Programming Software Development by Ancient Dragon ….... since were in C++ forum There is no specific source. Modular programming is a concept, not something you can show and… Re: Modular Programming ??? Programming Software Development by ahmadabdullah I looked for some info on modular programming and this is what i found for you. [url]http://www.informit.com/articles/article.aspx?p=25003&seqNum=5[/url] HOPE IT WILL BE OF HELP modular programming in C & compiling multiple files on command line Programming Software Development by robgeek … me some errors. I have written a small code , in modular fashion i.e. I have split the .h, definition.c… Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by ddanbe modular? from `module`? A variable global to a `module`? Re: Modular Arithmetic Programming Computer Science by Rashakil Fol … can step backwards. In short, powers of numbers in any modular arithmetic system enter cycles at some point. For example, in… have to be careful because you're working with a modular number system). But you know that M^d is either… Re: Modular Arithmetic Programming Computer Science by nemo [QUOTE=rani] If I have x = M^(d + t.N) (mod N) .... knowing that d, t and N are huge numbers ? [/QUOTE] though i dont much about modular arithmetic but if d,t and N are numbers why dont you do simple arithmetic to convert(d+t.N) to just (n) i am sure someone else will give you your solution. Re: Modular Arithmetic Programming Computer Science by Rashakil Fol … numbers have multiplicative inverses, forming the most unpathological case of modular arithmetic possible, M^d still generally has no single solution… Re: Modular Programs - 3rd Module Programming Software Development by scarlettmoon … trying to accomplish.[/QUOTE] Right sorry about that. Writing a modular function program that does not use arrays or global vars… How to Assign a value taken from LastName Text box to a Modular Variable. Programming by itprosam …should be the (Value of the Last Name Entered using Modular Variable) with some message. Once Clicked Clear it should… all the text and label fields (Last Name using Modular Variable) Once Clicked on Exit button it should show ….Text textbox but its value should be assigned to Modular Variable LN and then applicable to all sub procedures … Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by Santanu.Das > Text textbox but its value should be assigned to Modular Variable LN and then applicable to all sub procedures in that frmMain. >Modular Variable LN ??????? You have to read the [declaration & scope](https://msdn.microsoft.com/en-us/library/ms973875.aspx) of variables. Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by rproffitt Line 5 of the clear button handler looks good. But another place would be just before you need to use the variable. By the way, why do you call this a "modular" variable? I don't recall such a term in my classes. Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by itprosam Our teacher said it is a global variable but in vb.net it's called modular lol.. anyhow I still don't know where to put the code that gives value to LN. Yes it will clear the LN value but in that sub procedure for Clear button the program does not know what value is for LN do in turn it does not clear the last name text box. Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by Xavier_5 Anyone at home can call variables as he pleases, why not? By modular variable I can understand for example `z = (z+1) mod 3` where z will take values {0,1,2} and wraps around passed the upper bound (also called circular or wrapping variable), but not applicable to a string. Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by Xavier_5 If you'd like to read a discussion about modular variables [Click Here](http://english.stackexchange.com/questions/39176/word-to-describe-a-mathematical-variable-that-repeats-like-an-angle-or-time/39188) Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by Xavier_5 No, I can't see the relation and really I can't hardly imagine a teacher comparing global and modular variables. Re: How to Assign a value taken from LastName Text box to a Modular Variable. Programming by rproffitt @X. How does that work for the topic? "How to Assign a value taken from LastName Text box to a Modular Variable." I think it's clear now that the OP needs to refine their question. How to make modular page? Programming Web Development by Gaspacho … functionality. That is when I started to make the page modular. So the question here is: Has anyone of you made…'s interesting for me is how do you make it modular? I was thinking of doing something like this: - make a… Help in Coding Modular way Programming Software Development by sanghai45 I am trying to implement program in modular way or you can say that OOPS way .. This is … the text file .. but now how to use it in modular way I need help in that What my idea is… Re: About modular PSU cables Hardware and Software Hardware by owenbear … again, Well I tried the PSU (a Jeantech 'Arctic' 600w Modular cable thingy by the way) using the info above, in… first place is that it 'looks' a nice PSU with modular power cables (which I believe can aid cooling) and also… About modular PSU cables Hardware and Software Hardware by owenbear Hi all, I've been given a modular PSU that has a cable missing. Namely the 4 pin … Re: Modular Programming ??? Programming Software Development by jessejamesjjr wow thanks alot i did tat and was hoping u or some one wood direct me to a specific scource.... since were in C++ forum Re: Modular Programming ??? Programming Software Development by VernonDozier [QUOTE=jessejamesjjr;930691]wow thanks alot i did tat and was hoping u or some one wood direct me to a specific scource.... since were in C++ forum[/QUOTE] Here you go. [url]http://www.informit.com/articles/article.aspx?p=25003&seqNum=5[/url] [url]http://www.youtube.com/watch?v=Ps8[/url] [url]http://en.wikipedia.org/wiki/… Re: Modular Programming ??? Programming Software Development by jessejamesjjr thanks, sorry to make u feel like if u were doing my homewrk as to google it 4 me,, but i got mostly d same stuff thanks alot Re: modular programming in C & compiling multiple files on command line Programming Software Development by WaltP > My problem is when I compile each file separately I get the error: 'Undefined reference to ReadFromfFile()" (Note: ReadFromFile is a function defined in definition.c and I get this error when I compile the main.c file) Your compile is also linking, and definition.c was not specified. > And when I compile the definition.c file I get … Re: modular programming in C & compiling multiple files on command line Programming Software Development by Sokurenko [this is the link on howto do it](http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/) try to compile hello world program first maybe error is in your code ? cause char* ItemType; is pointer to memmory did you allocate some memmory for it ? and you read to char lineRead; which is actually one byte long, you read there 120 bytes it … Re: modular programming in C & compiling multiple files on command line Programming Software Development by mathematician Have you included a prototype for ReadFromFile() in the header file for main.c? Something like: char ReadFromFile(void); Re: modular programming in C & compiling multiple files on command line Programming Software Development by robgeek Thank you every one for your suggestions. I looked into my program more carefully and rewrote some stuff and it has started to work but I have another (smaller) problem. My issue is: I have a text file as such: Address 1 Address 2 Package 0 Address 3 Address 4 Package 1 My program reads the first para (i.e. till 0) but does not read any further.…