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.

~9K People Reached
About Me

I make things

Interests
Coding, working out
PC Specs
Macbook Air, 64 bits, 4 gb ram
Favorite Tags
Member Avatar for V3N0M

Good afternoon guys, I am reaching out for help on C++. I just started the semester taking the Computer programming 1 at my college which is taught in C++. I am working on a chapter project qusetion and I feel lost on how to achieve the solution using the basic …

Member Avatar for rproffitt
0
171
Member Avatar for V3N0M

Hi guys so I was playing with some code which would determine the whether a string is a palindrome or not. Its been a mixed bag of results with some palindromes being detected while others aren't. I do apologize to the lack of polish of my comments but I hope …

Member Avatar for JamesCherrill
0
3K
Member Avatar for V3N0M

Hi Guys, I am looking for career advice. I am currently pursuing my associate's degree in computer science here in Texas. And I wanted to know if you guys know how people with associate's degrees get a job. As an international student, I would like one year of work before …

Member Avatar for rproffitt
0
430
Member Avatar for V3N0M

Hi I am learning python and there is these two code snippets but I keep getting an error when I try to run the program. # survey.py class AnonymousSurvey(): # Collect anonymous answers to a survey question. def __init__(self, question): # Store a question, and prepare to responses. self.question = …

Member Avatar for V3N0M
0
273
Member Avatar for V3N0M

I am trying to write some code for project euler problem 10, in which you are required to find the sum of all the prime numbers less than 2 million. Now the code is taking too long to execute. I would like to know how can I improve my code …

Member Avatar for filtre
0
455
Member Avatar for V3N0M

Hi guys after fixing my previous bug this one has resulted. What I am trying to do: 1. Make getchar() read only one character per input 2. Make the while loop not accept numbers 3. When the user enters duplicate characters the program should only accept the first character. code: …

Member Avatar for V3N0M
0
321
Member Avatar for V3N0M

Hi guys I am looking to go through C then transition to C++ later this year. I am having a minor problem with switch statement and I am not in a position to ask anyone as there are no tech savvy that I know. So I thought it was better …

Member Avatar for V3N0M
0
336
Member Avatar for V3N0M

I was wondering what you all thought on web development platforms that enable users with no programming knowledge to create websites for example http://www.wix.com . I personally think that a web developer should want to know how all the components work and build websites from scratch component to component. But …

Member Avatar for diafol
0
316
Member Avatar for FarrisFahad

Hi, I want to advance my experience in web development. I know the basics of PHP, jQuery, CSS, HTML, and MySQL. I have no problems with CSS, HTML, and MySQL. I am very good at them because they are simple. But I am having trouble how to understand how can …

Member Avatar for V3N0M
0
347
Member Avatar for V3N0M

Hi guys I am trying to build a simple calculator but I cant get the answer to show in the output in Jtextfield here is the test // Testing Calculator import javax.swing.JFrame; public class CalculatorTest { // Main method public static void main( String[] args ) { Calculator calculator = …

Member Avatar for JamesCherrill
0
196
Member Avatar for V3N0M

Hi everybody I am beginner developer and I was wondering if you store the algorithms lets say on paper or in the computer once you are done solving a problem or do you just wait if a similar problem and jump into solving it again? Thanks!

Member Avatar for Hiroshe
0
124
Member Avatar for V3N0M

Hi guys I have a toshiba satellite c660-1EL that I am currently running ubuntu in, and I want to do an upgrade for a ram but I dont know which ram sticks I should buy. I want to know do all toshiba satellite c660 models share the same types of …

0
174
Member Avatar for V3N0M

Hi guys I have a little bug which needs an extra eye to see I cant seem to see it. Can you help. Thanks in advance //CAI - Computer Assisted Instruction, multiplication program for first graders //Instruction.java import java.util.Random; //Program uses Random class import java.util.Scanner;// Program uses Scanner class public …

Member Avatar for V3N0M
0
199
Member Avatar for V3N0M

Hi everyone, I am a first year computer-science major and in our software engineering module we have been assigned to make a game(I have never built one before other than a tic-tac toe game that I made to waste time on). We are going to use a game building kit/platform …

Member Avatar for ishaan3731
0
312
Member Avatar for V3N0M

![bee72e14cb1745f8ca61a8fcedb85b0a](/attachments/large/4/bee72e14cb1745f8ca61a8fcedb85b0a.jpg "bee72e14cb1745f8ca61a8fcedb85b0a") Hi guys I am trying to build a video page with the wallpaper. Consider the HTML code below: <html> <head><title>MCFC.com/Videos</title></head> <body style="background-color:#000002;font-size:16pt;font-family:sans-serif" style="width:100%"> <!--Remove the border later after inalizing--> <table style="width:100%" border="0" align="middle"> <tr> <img src="/home/kr4t0s/Documents/Website Images/Manchester-City-Logo-Wallpaper-Background2.png" align="middle" width="100%"/> </tr> </table> <!--Beginning of the first table for menu--> …

0
212
Member Avatar for V3N0M

Hi guys I have to create a website for my class which I am almost done with but I have a problem when trying to view my website with a lamp server I installed in my ubuntu laptop. Can I get some help. Thanks!

Member Avatar for urtrivedi
0
97
Member Avatar for V3N0M

I just started learning Java and I have been playing around with it. I am trying to make this program return a double value like 1000/3 = 333.33333..... but it returns 333.000 what am I doing wrong in Java. It works in C though :P. Thanks in Advance! //Exercise : …

Member Avatar for JamesCherrill
0
204
Member Avatar for V3N0M

Hi everyone I am coming from a C background and I am finding it hard to understand wrapper classes and unwrapping them and their use. Can anyone tell me how they work in english that is easy to understand. And what is an object is it a variable, a data …

Member Avatar for JamesCherrill
0
146
Member Avatar for V3N0M

Hi everyone so I have started learning strings in c and I get a problem. I have been changing initialized strings to uppercase or lower case and its easy. But I am having some trouble changing user input to uppercase. Here is a simple program which will take user input …

Member Avatar for Ancient Dragon
0
176
Member Avatar for V3N0M

I am trying to install haskell on xubuntu precise for my haskell class and I cant get it to work. I keep getting 'prelude' module is not available and I have spent hours back and forth installing and uninstalling ghc. Can someone please tell me how to get this thing …

Member Avatar for V3N0M
0
162
Member Avatar for V3N0M

Hi I am learning strings in c. And I stumbled on this errors on Xcode. What I am doing wrong? #include <stdio.h> #include <string.h> int main(int argc, const char * argv[]) { char *colors[3][10] = {'\0'}; printf("\nEnter 3 colors separated by spaces: "); scanf("%s %s %s", colors[0], colors[1], colors[2]); //error: …

Member Avatar for V3N0M
0
115
Member Avatar for V3N0M

Hi there y'all I have written a simple program that lets you roll a dice. So in one way I am passing this and in another I would like anyone capable of finding a bug, or check my code if I could have used less lines of code or Tell …

Member Avatar for ddanbe
0
151
Member Avatar for V3N0M

Hi everyone I would like to ask if the code below can me modified to a 3x3 array if not I am ok with that too. The variable is board[3][3]; #include <stdio.h> #include <stdlib.h> /************************************ function prototype ***********************************/ void displayBoard(); int verifySelection(int, int); void checkForWin(); /************************ gloobal variables ***********************/ char …

Member Avatar for Suzie999
0
144
Member Avatar for V3N0M

Hi there. I am starting my second semester of year one in uni and I didn't write good reports on previous work and I was wondering if you could check this essay I am reading now. And give additions or point out what part the author has gotten wrong and …

Member Avatar for rubberman
0
244
Member Avatar for V3N0M

Hi everyone can anyone help me debug this code apparently it works on my mac and doesnt work on windows and codepad.org. Thanks in advance: //Tic_Tac_Toe game #include <stdio.h> #include <stdlib.h> /************************************ function prototype ***********************************/ void displayBoard(); int verifySelection(int, int); void checkForWin(); /************************ gloobal variables ***********************/ char board[9]; char cWhoWon …

Member Avatar for V3N0M
0
300
Member Avatar for V3N0M

Hi there I am currently teaching myself C and I have to create a program with a 2d array that receives upto 5 names and prints them out. No pointers should be used :(. So I am wondering can anybody help me with this. #include <stdio.h> int main(int argc, const …

Member Avatar for V3N0M
0
144
Member Avatar for V3N0M

Hi Everyone I am a first year student but I started thinking about a third year project. I would like to know something that is programming related and less algorithms I am currently tring to master C and then go and learn how to develop GUI for C programs. And …

Member Avatar for V3N0M
0
223
Member Avatar for V3N0M

Hi there, I just started learning algorithms and our lecturer is really crap. I decided to teach myself through introduction to algorithm 3rd edition. Can you recommend any websites or other books for extra reading. Thanks in Advance.

Member Avatar for soutrik
0
174