Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
procedural
- Page 1
Re: Procedural programming
Programming
Software Development
10 Years Ago
by mike_2000_17
…solve trivial problems, in total overkill fashion.
Procedural
programming is also simpler in terms of infrastructure,…Well, you should stop using expressions like "
procedural
languages" and "OO languages", …be well-versed in at least the following paradigms:
procedural
, object-oriented, generic, (pure-)functional, and declarative…
Re: Procedural programming
Programming
Software Development
10 Years Ago
by Hiroshe
… almost a natural extention to
procedural
programming. In fact, often my completly
procedural
programs will almost mirror OOP …with something more algorithmic, I generally prefer a more
procedural
style (mimicking math), and if I'm dealing…ll find it's quite substantially different then OOP/
procedural
. Another interesting one to look at is array…
Re: Procedural programming
Programming
Software Development
10 Years Ago
by Chuck_2
Here is an intersting article about ColdFusion which started as a
procedural
language and then integrated OO capabilities. The arguments for OO or
procedural
typically relate to which language you first learned. [Click Here](http://objectorientedcoldfusion.org/
procedural
-vs-object-oriented.html)
Procedural programming
Programming
Software Development
10 Years Ago
by iConqueror
… have a few questions: 1. Is there any advantage using
procedural
than oo? 2. What kind of programmes do you write… with
procedural
languages that do not require objects? 3. What can procedual…
Re: Procedural programming
Programming
Software Development
10 Years Ago
by diafol
Having learned
procedural
, it was really difficult to get my head around OO. …
Procedural animation
Programming
Software Development
16 Years Ago
by BattlingMaxo
Is
procedural
animation the same as tweening? I have looked on the net but get different answers. BattlingMaxo
Re: Procedural animation
Programming
Software Development
16 Years Ago
by Nick Evan
[URL="http://en.wikipedia.org/wiki/Procedural_animation"]
procedural
animation[/URL] is a (programming)technique to allow for better animation then predefined animation would. while [URL="http://en.wikipedia.org/wiki/Tweening"]tweening [/URL]is more eye-candy / an effect.
Procedural task inside a game loop
Programming
Game Development
12 Years Ago
by cobbel9
… that constantly update and draw, how can I perform some
procedural
task, such as 5 second-countdown before the real game…
procedural to OOP
Programming
Software Development
12 Years Ago
by latecomer
i'd like to change my code from
procedural
to OOP and i've got a problem when it …
trying to move from procedural to object
Programming
Web Development
12 Years Ago
by luddite
…and used this in useData.php where I used some
procedural
and some use of data class. data class as…quot;sid"); echo "the elements in array using
procedural
is: ".$still[0]." and ".$still[1….php in browser being : the elements in array using
procedural
is: andy and bill the output using function is: …
Re: Hi I need of procedural
Programming
Software Development
16 Years Ago
by Ancient Dragon
… terms -- oops is not the opposite of a
procedural
language. An "event driven" language is… the opposite of
procedural
.
procedural
: the program executed from top down with loops to… redirect it. Most console programs are
procedural
programs. event driven: The program executes a piece…
PHP Procedural vs OOP
Programming
Web Development
13 Years Ago
by Danny159
Hey, I am a programmer in PHP
Procedural
and have just applied for a new job to further … PHP OOP and it just looks like OOP is making
procedural
code 10x longer for no reason..... Whats the point in… learning OOP when it does nothing that
procedural
programming doesn't do it seems? It just seems like…
Re: PHP Procedural vs OOP
Programming
Web Development
13 Years Ago
by pritaeas
…, because these are likely to be more loosely coupled than
procedural
code. Note that a lot of PHP tools (frameworks, cms…'s) are OOP nowadays, so if you stick to your
procedural
ways, companies may not be interested in you, because you… not think OOP is the holy grail. For some solutions
procedural
is still the way to go.)
Re: Hi I need of procedural
Programming
Software Development
16 Years Ago
by Alex Edwards
… and C++ I want the difference between
procedural
programming language and opps languages with beautiful example…level commands vs high level commands? [I]"
Procedural
programming A programming methodology involving a linear, 'shopping… will encapsulate the same data from your
procedural
programming example and performs the sort by …
Re: Hi I need of procedural
Programming
Software Development
16 Years Ago
by CoolGamer48
… terms -- oops is not the opposite of a
procedural
language. An "event driven" language is… the opposite of
procedural
.
procedural
: the program executed from top down with loops to… redirect it. Most console programs are
procedural
programs. event driven: The program executes a piece…
OOP vs procedural (mix and match)
Programming
Web Development
13 Years Ago
by RazorRamon
I began doing some research on Paypal API code yesterday and have been lookin through a lot of the examples on the web. A lot of the examples i'm seeing seem to be heavily OOP. Ive never really tried any object oriented type of code I mainly do
procedural
. Can I mix
procedural
and OOP? or is this a bad idea and why?
Re: PHP Procedural vs OOP
Programming
Web Development
13 Years Ago
by diafol
… them to my needs (if the documentation is any good!).
Procedural
code is fine for small scale stuff though (IMO). Once…
Can This OOP Be Convert To Procedural Style ?
Programming
Web Development
2 Years Ago
by borobhaisab
I am still at
procedural
style programming. And so, oop code samples confuse me. I … chance you can show me how to convert this to
procedural
style ? Test the code. It woks fine! https://bytenota.com…
Re: Can This OOP Be Convert To Procedural Style ?
Programming
Web Development
2 Years Ago
by borobhaisab
Programmers, I also need help to convert this to
procedural
style php: include_once('simplehtmldom_1_9_1/simple_html_dom.php'); //--- $url = "https://www.…
Re: Can This OOP Be Convert To Procedural Style ?
Programming
Web Development
2 Years Ago
by borobhaisab
… how to convert the 2nd script, in this thread, to
procedural
style php ? From your converted code, I will see the…
Re: Can This OOP Be Convert To Procedural Style ?
Programming
Web Development
2 Years Ago
by Dani
… not all OOP code can easily be converted to a
procedural
equivalent. Especially in cases like this where we are dealing…
Re: Can This OOP Be Convert To Procedural Style ?
Programming
Web Development
2 Years Ago
by Dani
The code that you are starting with is
procedural
. It's simply incapable of doing what you're requesting. …
Re: Can This OOP Be Convert To Procedural Style ?
Programming
Web Development
2 Years Ago
by borobhaisab
… loop do the same for the same item ? Oop or
procedural
. They (vardump data and foreach loop) data are related. So…
Hi I need of procedural
Programming
Software Development
16 Years Ago
by sambafriends
Hi, I need the drawbacks of
procedural
programming language with good program to explain if any body know best example please send it. I also need the best examples to describe object and class. Please its urgent regards, Samba
Re: Hi I need of procedural
Programming
Software Development
16 Years Ago
by sambafriends
… classes in english and C++ I want the difference between
procedural
programming language and opps languages with beautiful example regards,
how to get out parameters in procedural mysqli
Programming
Web Development
15 Years Ago
by sam023
… 1 to be mysqli_result i want to do it with
procedural
mysqli.. not with oop mysqli..!! Can anybody help.?
sqlite3 procedural?
Programming
Databases
12 Years Ago
by TonyG_cyprus
Is it posible to use sqlite3 in
procedural
rather than object oriented mode, or do I *have* to learn PDO?
HELP- Converting C++ Procedural Program Into Object Oriented
Programming
8 Years Ago
by eel
Hi all, I’ve been told to convert a
procedural
[C++ program](http://pasted.co/cb410afe) into an object-oriented …
Re: HELP- Converting C++ Procedural Program Into Object Oriented
Programming
8 Years Ago
by eel
… only 2 objects, `Filter` and `Data`, as in the given
procedural
code the menu is named `Filter Menu`. My thoughts on…
Re: Procedural animation
Programming
Software Development
16 Years Ago
by BattlingMaxo
Which is beter for more realistic movements? BattlingMaxo
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC