Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #13.1K
Ranked #4K
~4K People Reached
Favorite Tags
Member Avatar for progcomputeach
Member Avatar for SJP99

not sure if this is a right place.....but what exactly does it mean if a programming language is portable?

Member Avatar for 0x69
0
130
Member Avatar for NathanOliver

Hey all I have seen a lot of stuff about palindrome checkers so I thought I would write one that works for STL containers as well as arrays. it accepts a bidirectional iterator to the first element and an bidirectional iterator to 1 after the last element. Included is a …

Member Avatar for NathanOliver
3
326
Member Avatar for flposjg

Hi guys, I'm taking an engineering class and i'm not familiar with Matlab at all. I've been trying to generate a square matrix from an input with a pattern. For example: 1 0 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 …

Member Avatar for hardmath
0
342
Member Avatar for tweat

Greetings, I have a 48x88 matrix and I need to sum the 1st element to the 23rd, the 2nd element to the 24th, etc until the 66th to the 88th (always using a 22 interval). Then I have to divide 100 by the sum of each column. The result will …

Member Avatar for DevonMcC++
0
66
Member Avatar for andrea_kay

I need desperately help with this homework assignment. And I'm starting from the beginning. It's a problem that makes us write a counting loop program, and I believe you use while and if else in this program. Here is the problem and the given outputs. I got started on it, …

Member Avatar for DevonMcC++
0
121
Member Avatar for dusse

How can I change a character of a string within an array of strings? An execution error happens if I run the code below.. [code=c] int main(int argc, char *argv[]) { char *d[] = {"aaaa","bbbb","cccc"}; cout << d[2] << endl; //PRINT cccc d[2][2] = 'x'; cout << d[2] << endl; …

Member Avatar for Aia
0
260
Member Avatar for cmdolcet69

Does anyone know of a way to translate english to spanish text in a vb 2003 application form? I read about the global localization in 2005 however everytime I tried it it would never work. Any suggestion?

Member Avatar for ShadowMaster215
0
153
Member Avatar for Maddy1987

[COLOR=#228b22] Coefficients in the expansion of (x+y)^n form a pattern which is useful for small values of n. It is known as Pascal's triangle. n Pascal's triangle 1 1 1 2 1 2 1 3 1 3 3 1 4 1 4 6 4 1 5 1 5 10 10 …

Member Avatar for DevonMcC++
0
429
Member Avatar for simps0n

Hello, guys! I have to generate 10 different numbers. What I do is to store the generated numbers in array. Before that I check the array for duplicates. It compiles, but I get some duplicates. Thanks in advance for any help.[CODE=Pascal]program rand; {$APPTYPE CONSOLE} uses SysUtils; var j, i, a, …

Member Avatar for DevonMcC++
0
1K
Member Avatar for Direwolfs08

Can anyone suggest a good source for learning programming? Any basic language, because I know nothing, but I would love to learn.

Member Avatar for DevonMcC++
0
183
Member Avatar for andyg55

Hi guys, I'm sure this is pretty simple really, but I can't get my head around it. I have a long equation that I'm using c++ to work out. It involves a random number generator, so each time the program is run, it replaces one of the variables in the …

Member Avatar for xylog
0
74
Member Avatar for snucho
Re: Bits

A computer has 256MB of memory. Each word in this computer is 16 bytes. How many bits are needed to address each word in memory?

Member Avatar for DevonMcC++
0
76