Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

parameter-passing

Are there any downsides to passing structs by value in C, rather than passing a pointer?

by IT Nursery

Are there any downsides to passing structs by value in C, rather than passing a pointer? If the struct is large, there is … Read more

Tags abi, c, parameter-passing, struct

Passing parameters to JavaScript files

by IT Nursery

Often I will have a JavaScript file that I want to use which requires certain variables be defined in my web page. So … Read more

Tags javascript, parameter-passing

How to return a value from a Form in C#?

by IT Nursery

I have a main form (let’s call it frmHireQuote) that is a child of a main MDI form (frmMainMDI), that shows another form … Read more

Tags .net, c, parameter-passing, winforms

Passing Parameters JavaFX FXML

by IT Nursery

How can I pass parameters to a secondary window in javafx? Is there a way to communicate with the corresponding controller? For example: … Read more

Tags dependency-injection, fxml, javafx, parameter-passing, parameters

jQuery – add additional parameters on submit (NOT ajax)

by IT Nursery

Using jQuery’s ‘submit’ – is there a way to pass additional parameters to a form? I am NOT looking to do this with … Read more

Tags form-submit, jQuery, parameter-passing

How do I pass a method as a parameter in Python

by IT Nursery

Is it possible to pass a method as a parameter to a method? self.method2(self.method1) def method1(self): return ‘hello world’ def method2(self, methodToRun): result … Read more

Tags parameter-passing, python

Are there benefits of passing by pointer over passing by reference in C++?

by IT Nursery

What are the benefits of passing by pointer over passing by reference in C++? Lately, I have seen a number of examples that … Read more

Tags c, parameter-passing, pass-by-reference, pointers

Pass a list to a function to act as multiple arguments

by IT Nursery

In a function that expects a list of items, how can I pass a Python list item without getting an error? my_list = … Read more

Tags list, parameter-passing, python

Passing Objects By Reference or Value in C#

by IT Nursery

In C#, I have always thought that non-primitive variables were passed by reference and primitive values passed by value. So when passing to … Read more

Tags c, parameter-passing, pass-by-reference, pass-by-value

jQuery’s .click – pass parameters to user function

by IT Nursery

I am trying to call a function with parameters using jQuery’s .click, but I can’t get it to work. This is how I … Read more

Tags function, javascript, jQuery, parameter-passing
Post navigation
Older posts
Page1 Page2 Page3 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery