Anything related to C or C++ standard library, or Ruby functions `puts` (C, Ruby) or `std::puts` (C++). These functions are used to write a null-terminated string (C, C++), or Ruby's `String` class to the standard output stream `stdout`.
I am calling to_s within a method: $ def my_function(num) $ number = num.to_s.split(//) $ puts number $ end $ …
ruby putsIn a book that I'm reading, it's written that printf with a single argument (without conversion specifiers) is deprecated. It …
c security printf format-specifiers putsI just started learning Ruby and uncertain what is causing the error. I'm using ruby 1.9.3 puts 'What is your favorite …
ruby-on-rails ruby putsI have the following script in Tcl: set val(a) 10 set val(b) 10 set val(n) expr{$val(a) * $val(…
set tcl putsI know this may seem like a really simple question, but it really bothers me that my puts keep generating "=&…
ruby null puts