Questions tagged as 'path-separator'

3
answers

Difference between PATH_SEPARATOR and DIRECTORY_SEPARATOR

The documentation on this is rather vague, the little that exists does not clearly clarify the difference between the use and purpose of the following two PHP constants: PATH_SEPARATOR and DIRECTORY_SEPARATOR At first glance, it seems...
asked by 22.01.2014 / 12:19
2
answers

NoMethodError in Users # show

I'm learning Rails, following a book that has the following code: UserController class UsersController < ApplicationController def new @user = User.new end def edit @user = User.find(params[:id]) end def show @user =...
asked by 05.02.2014 / 17:55
1
answer

C separating string with commas into vectors

I want to separate each line of a file into 2 vectors: v [i] .date and v [i] .value. However, when I run the code, no value I print is correct, and the outputs are random values. Is there something I should change?    Input   02/20 / 18,1140...
asked by 19.03.2018 / 17:48
2
answers

separate columns and remove the letter t

   Given
asked by 08.01.2018 / 15:36