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
~702 People Reached
Favorite Tags
Member Avatar for kryptolite

Hi, I am new to phyton and now I have some problems in terminating my while loop. This loop runs infinitely, I tried to print both count and N and yes, the value of count does go way beyond N but the loop is never terminated. I am guessing this …

Member Avatar for BearofNH
0
60
Member Avatar for kryptolite

Hello, I am not sure this is the right place to ask or not but I find it the most relevant compared to any other subforums. I have this assignment to demonstrate simple XSS (cross site scripting). I have to craft an URL that would display a webpage, but some …

Member Avatar for digital-ether
0
77
Member Avatar for kryptolite

i'm trying to make a hangman game with c++ right now and i got a question: how do you get a RANDOM word from a text file? given there is only a word each line in that file e.g: television computer football butterfly etc. anyone can help? thx.

Member Avatar for AhmedHan
0
194
Member Avatar for kryptolite

hi guys, i wonder how you can can take a string from a particular file and assign that to a variable. for example here is the file named 'isbn.txt' 123-456-789-0 87-345-21-347 09-876-543-21 and my code, as far is i can write it: [CODE] int fromfile() { string filename; ifstream fin; …

Member Avatar for kryptolite
0
126
Member Avatar for kryptolite

i have to make a simple calculator program in c++ the program need to have the all the calculation in a function called do_next_op. i tried to make this program but it turns out that my program returns incorrect results, i think it may be caused by the value of …

Member Avatar for SpS
0
245