User Profile

Collapse

Profile Sidebar

Collapse
joemc
joemc
Last Activity: Dec 11 '07, 02:51 AM
Joined: Dec 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • joemc
    replied to Capitalize first letter of word
    in C
    i missed what he was actualy asking sorry....
    See more | Go to post

    Leave a comment:


  • joemc
    replied to Capitalize first letter of word
    in C
    My grammar, spelling, and code may all be wrong!

    If this were my problem i would start by writing the program below
    Code:
    #include <iostream>                 
    using namespace std;
    
    int main ()
    {
      cout<<"a:"<<(int)'a'<<"\n"
    	  <<"z:"<<(int)'z'<<"\n"
    	  <<"A:"<<(int)'A'<<"\n"
    ...
    See more | Go to post

    Leave a comment:


  • joemc
    replied to C++ basic string
    in C
    I am no expert and i just signed up right now. I have made some code that does not exactly do what you want... because thats a rule here. I am breaking the no whole source code rule, but i believe this is a small program and not homework anyway.

    Before the code, just like you there are many things i still need to learn. I want to say i already know there are many better ways to do what you are looking for. most involve c++ style...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...