Ruby Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesRuby Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old May 9th, 2008, 12:19 AM
arbituator arbituator is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2008
Posts: 8 arbituator User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 10 m 31 sec
Reputation Power: 0
Ruby to C help

Hi,

First time post, hopefully this won't hurt too bad...
I have the following Ruby function,

def convert(num)
return [num].pack("N")[1,3]
end


My question is what would the equivalent C function of this be?
More specifically I have an idea of what it does, but I'm not completely sure.

Any and all help would be appreciated.

-Arbituator

Reply With Quote
  #2  
Old May 18th, 2008, 11:41 PM
destin destin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 137 destin User rank is Sergeant (500 - 2000 Reputation Level)destin User rank is Sergeant (500 - 2000 Reputation Level)destin User rank is Sergeant (500 - 2000 Reputation Level)destin User rank is Sergeant (500 - 2000 Reputation Level)destin User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 4 Days 11 h 42 m 32 sec
Reputation Power: 19
Send a message via AIM to destin
What that function does is converts an ASCII code to a character. You can also do this in Ruby with simply "num.chr".

In C, you don't need a function to do this, you can cast num to a character:
C Code:
Original - C Code
  1. (char)num


Note, however, that this C "equivalent" returns a char, not a string.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesRuby Programming > Ruby to C help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway