User Profile

Collapse

Profile Sidebar

Collapse
hkullana
hkullana
Last Activity: Nov 20 '07, 06:41 PM
Joined: Aug 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hkullana
    started a topic array of char arrays
    in C

    array of char arrays

    hi, what i want to do is simple.

    look at the below code. It gets the size of the string array and index from the user. And set the indexth element of the string as "abcdefg"; (strings are at length 8) and print it to the console. I do not understand why but i have to use char arrays instead of strings, otherwise compiler rejects. (it is an ipc application, so do not advise me to use strings)

    Code:
    int size,
    ...
    See more | Go to post

  • hkullana
    started a topic icon of the .exe
    in .NET

    icon of the .exe

    hi,

    i have a .gif file and i want it to be the icon of my application's executable. How can i achive that? (i am using vs 2005 c#)
    See more | Go to post

  • hkullana
    started a topic Debug - Release - Publish
    in .NET

    Debug - Release - Publish

    hi,

    in .NET there is an extra build mode called "publish". What does it work i cannot understand the files that it vs creates automatically.

    I guest that it is beacuse the executables only work on .NET framework but i cannot understand what does the work of the automatically created files like MANIFEST, DEPLOY...

    thanx
    See more | Go to post
No activity results to display
Show More
Working...