Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 10
c x 5
java x 1

8 Posted Topics

Member Avatar for fatjoy25

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 …

Member Avatar for NormR1
0
124
Member Avatar for barevhayerable

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 , …

Member Avatar for Ancient Dragon
0
200
Member Avatar for barevhayerable

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 …

Member Avatar for arkoenig
0
348
Member Avatar for barevhayerable

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 …

Member Avatar for jonsca
0
92
Member Avatar for barevhayerable

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 …

Member Avatar for abhimanipal
0
384
Member Avatar for atmc
Re: Cpp

please write me about your problem I cant shurely understand you would you wrie me plz? [I]<<snip>>[/I]

Member Avatar for Sodabread
-2
84
Member Avatar for rugae

[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 …

Member Avatar for barevhayerable
0
520
Member Avatar for Nicole

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 …

Member Avatar for Telionis
0
147

The End.