Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~10.7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for gracea

Hi, I am a VB.net greenhorn so my problem might seem trivial but for me it is getting to be a Herculean and confusing task. :sad: My problem is that I am making a project where the user has to give a quiz where he/she has the choice of number …

Member Avatar for mnmw
0
297
Member Avatar for beuls

Hi everyone, Is there any function in C# to find the CPU utilization of a process? Any help is greatly appreciated.... Thanks n advance Beulah

Member Avatar for beuls
0
113
Member Avatar for Vrb

I need a little help, i want to buy a book abou C#, so if anybody has some prepositions it would be very helpful for me. I saw C# bible, and some other books, wht do you think which one is best? I know a litle bit of programing in …

Member Avatar for pygmalion
0
339
Member Avatar for beuls

Hi everyone, I was trying to load an assembly during runtime from a remote application server using the web configuration file in C#. I created a dll eg. RemoteLib.dll. Then i developed a windows application that uses this dll. eg. testApp. I added a config file "testapp.exe.config" that contained the …

Member Avatar for beuls
0
207
Member Avatar for beuls

I have written a program in c# for quick sort using multithreading. but the code has a problem. the array is not sorted properly. i think it is because the parent thread terminates soon before the child threads sort the array. i am attaching the code herewith. kindly help me.any …

Member Avatar for _r0ckbaer
1
262
Member Avatar for beuls

hi, how can you read a hexadecimal number in c++? is there any option with cin/ your help is greatly appreciated. Beulah

Member Avatar for beuls
0
5K
Member Avatar for SiliconSpec

Hey all. Im currently studying C++ and im having a little bit of trouble figuring out how to count spaces in a string. The program is to enter a full name with any amount of names and print the initials of the first name and print the last name. Im …

Member Avatar for iamthwee
0
1K
Member Avatar for Tiffiney_v24

[COLOR=DarkRed]Write an interactive C++ program that prompts the user for ten (10) real numbers and calculate the sum, average, and prints the result. Hint: you may use an array to store the data. Program requirements: - The program must contain a class in which all the required private and public …

Member Avatar for iamthwee
0
154
Member Avatar for muthuivs

I need to change all the chancters from a string to uppercase. the toupper() function only works for charachters but not strings. My program looks like this: int main() { string myString; cout<<"Enter the String : "; cin>>myString; myString = toupper(myString); //this doesnt work, i guess since its not char. …

Member Avatar for beuls
0
247
Member Avatar for YoTaMiX

Hello to you all , i have recieved an assignment to build a recursive function which will recieve an array which has to check if it is "Up&Down" from both sides : Example : 2 5 6 12 7 5 2 . according to the specs of the H.W assignment …

Member Avatar for beuls
0
139
Member Avatar for psychedelic

hey.. again i wud like to ask for ur help.. im a really newbie to vb6 n a really stupid one.. so.. my teacher want me to test the time on how long does da program save the file to database.. so i have to put timer.. on save capture …

Member Avatar for tom curren
0
419
Member Avatar for Druark

Hello i am new the the programing sene and im trying to create a program for my help with my html and i am stuck! I can get basic HEX code from like CC to 204 dec. but i cant go backwards? and i want to be able to tell …

Member Avatar for beuls
0
115
Member Avatar for l-o-s-t

If I have this struct : [code] typedef struct node { int key; struct node *leftp; struct node *rightp; } *Treep; [/code] and I have this function [code] int blah (Treep *tree); [/code] How can I pass the tree right pointer again into the blah function, I tried using blah …

Member Avatar for l-o-s-t
0
251
Member Avatar for hongfan

Hello! I'm just starting to learn C++ for school, and our first assignment is creating a series of numbers according to the following rule: [code]current value next value 1 none - the sequence terminates even current / 2 odd 3*current + 1[/code] I have to compute for the initial values …

Member Avatar for beuls
0
206
Member Avatar for Hawkeye249

Hello, I'm using a worksheet is used to tally survey results. It's working well and I want to make it better. Each row corresponds to a question number. In use, the code locks cursor positioning into B and the User types the number for the box checked on the card. …

Member Avatar for EricDV
0
230
Member Avatar for beuls

Dear programmers, I have developed a graphics program in C++ to draw various shapes using virtual functions. While using the Turbo C compiler the graphics.h file is included to use the graphics functions. But now i am using the Visual C++ (MS Visual Studio 6.0) compiler. so what modifications shd …

Member Avatar for beuls
0
215
Member Avatar for beuls

Dear all, I have written a program in c++ to pass arrays of objects(belonging to the same class) to a member function. It works fine in VC++ but gives an error as "Undefined structure class name". My program is a larger one. So i am giving a similar code below. …

Member Avatar for SpS
0
1K
Member Avatar for plus

hey, newbie here.. how do i store a string which is taken from integer :?:

Member Avatar for winbatch
0
54
Member Avatar for Pscsc

Hello Im new to c# , I found delegates very difficult to understood can any one recommend a good sites , examples , books or any thing that can make it simple to me ,, thank you

Member Avatar for beuls
0
186