Displaying 3 results from an estimated 3 matches for "programatt".
Did you mean:
programate
2007 May 18
1
initializing a multidimensional array..
i have a plain old array initialized like this:
@columns = Array.new
this array needs to be an array of arrays..
how do i tell ruby that this is an array of arrays?
what i want to do is something like this:
@columns[i] << ''some value''
where is is determined programattically..
obviously, ruby won''t let me do this since @columns[i] is not an
array, but an array element..
any help would be GREATLY appreciated!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Ra...
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)