- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
8 Posted Topics
Re: I also got samely problem, so heres two applet codes, fist works and the second doesn't, I need the second one to work, I guess code has no matter with this stuff, It gives no error, but once I run it appletviewer window "Start: applet not initialized." please respond anyone … | |
hello everyone.. please answer me , if you can give me working code I thought about something... I know that everything in our machines have addresses.. I thought about watching everything in my computer's random access memory(RAM) But I don't want to see the information in view of garbage , … | |
Hello I have a > b(for example) I need to generate random number x that belongs from a to b for example a = 9, b = 16 x has to be x > 9 and x < 16 I use cstdlib.. but can't guess how to do it (using … | |
hello people.. I really need help... I want to debug my program in the way to see each variable.. I have a huge while {...} and in that while something goes wrong.. I have to generate numgers.. the excercise is called hotter, colder... I got 2 .cpp files and 2 … | |
Hello everybody, is there somebody that can help?? I'm having string (my example in string 55+22)that must be inputed by keyboard .. the first part I've done to put 55 to another array 2(with strtok function) Now that I was tries for many hours to put 22 to an other … | |
Re: please write me about your problem I cant shurely understand you would you wrie me plz? [I]<<snip>>[/I] | |
Re: [CODE]#include<iostream> #include<cstdlib> #include<ctime> using namespace std; int main() { const int n=4; int x[n][n] = {0}; int y[n][n] = {0}; int z[n][n] = {0}; srand((unsigned)time(NULL)); for(register int i = 0; i < n; i++){ for(register int j = 0; j < n; j++){ x[i][j] = rand()%2; y[i][j] = rand()%2; cout … | |
Re: hello people.. I really need help... I want to debug my program in the way to see each variable.. I have a huge while {...} and in that while something goes wrong.. I have to generate numgers.. the excercise is called hotter, colder... I got 2 .cpp files and 2 … |
The End.