Beginners - March 2014 (Page 49)

by cnsk90
help with an easy resistor prob!
 
Design a program in C which will compute the equivalent resistance to a user-specified number of resistors connected in series if the user types a value of 0 o...
[8 replies] Last: Cool !it's very helpful! thanks :D (by cnsk90)
Gui and screen scraping.
 
I want to create a display for a specific game. The game is called "dota2". When I join a game I want my software to search my teammates stats in www.dotab...
[1 reply] : You will need to use Cheat Engine or something like that The in game p... (by poohpooh)
Need Urgent Help! Tic Tac Toe
 
Out of nowhere, my professor has assigned me a project where i have to construct a tic tac toe game, implementing a simple AI which presents 3 scenarios: In ...
[1 reply] : The board can be simply stored in an array such as: char myBoard ... (by Codermik)
fundamental difference between below mentioned while statements
 
This may be the lamest question of the day, but I am confused in below mentioned syntax. I am creating the link list. while(nodeptr->next!=NULL) AND ...
[3 replies] Last: You are welcome! Glad it helped. (by abhishekm71)
by bmeade
24 hours time using (int input) and converting to (string output)
 
hello All, I have created a program to take a users input in 24 hours time and convert it to 12 hour text based out put an example is an input of 13 24 give ...
[3 replies] Last: I dont quite understand what you are asking, other than you are displ... (by Codermik)
Not understanding why I'm getting error
 
So I keep getting " undefined reference to 'lowestStudentGPA(std::string, double)' ". I really can't see what's the problem here. The other functions are commen...
[3 replies] Last: Oh, thank you so much to the both of you! I thought using prototypes w... (by MrBones)
Help with vectors inisialitation
 
Write your question here. Hello everybody , well i have a question about vectors , i used to use them normally with matrices and all of that but in the code he...
[2 replies] Last: I assume you want to set each element of celda to VACIO. First I need... (by kbw)
Comparing the first letter in a string array
 
So I have a text file (allWords.txt) that has a list of all the words in the dictionary, line by line. I want the user to think of a random word and the program...
[12 replies] Last: { words2 = words1 ; words2 = words1 ; numWithWordLe... (by MiiNiPaa)
new to graphics. what is noob friendly?
 
SDL vs Allegro vs Smfl what is most beginner friendly? thanks a lot!
[3 replies] Last: Thanks a lot. And at the moment I'm interested in games because its fu... (by Antone333)
If Function
 
New to programming and I'm my best to understand, the book is little to no help. Write a program that asks the user to enter five test scores. The program shou...
[1 reply] : #include <iostream> using namespace std; int main() { int Score ; ... (by Peppercorn142)
if statement scope
 
inside other if statements besides the first, player.name is not initialized! help! #include <iostream> #include "storyboard.h" using namespace std...
[1 reply] : Hi I had to go through and change quite a bit so I'm just going to pos... (by Peppercorn142)
by Naulee
Counting string length and converting char
 
I'm trying to convert a string into its ICAO phonetic phrase using a function, but I'm having trouble breaking the string into individual characters to use in t...
[2 replies] Last: I suddenly feel super dumb because I know that's how the statement sho... (by Naulee)
Problem with functions and finding the sum
 
That's a tiny part of my code.I just wonnna know how i can get functions to work for this and also get the sum of the total area for this(this is only a part of...
[no replies]
Have an error and dont know what to do
 
Write your question here. I keep getting an error at 41/01 saying i need a ";" before "{" #include<iostream> using namespace std; int main() { int...
[4 replies] Last: thanks for your help idk what motivate you to help people like this bu... (by adamcampbell)
Any trick to inherit static data members?
 
How to simplify the following? In a dream world I would like to omit all the (many) static data member declarations in the (hundreds of) derived classes of Mon...
[6 replies] Last: Ok, I've revised my entire code using this new system of multiple inhe... (by prestokeys)
please help in project c++ 2010
 
my project is Develop class Polynomial.This internal representation of a polynomial is an array of terms.Each term contains a coefficient and an exponent, hen...
[no replies]
File write Problem
 
I am trying to have a function that when ever I call it it writes a certain set of text to the file. For some odd reason when ever I try to insert "](" string ...
[4 replies] Last: I managed to solve the problem. The files I am saving usually have a ... (by PeterAddy)
by RE9741
Making an 'if' statement accept upper and lower case letters.
 
I am creating a console application, it is basically a simple 10 question multiple choice quiz. I am using the 'if' statement to detect if the user entered the ...
[12 replies] Last: getch() is deprecated, _getch() isnt. (by Codermik)
by SrKiT
Linker Errors
 
Hi, I'm trying to create a snake game. For that I created some classes (Coordinates, Snake and Board).The classes and their data fields are something like: ...
[5 replies] Last: Yeah, something like that. I called (explicitly) the default construct... (by SrKiT)
by Ach13
Battle system for text based adventure game
 
I'm very new to c++ and am currently taking a class, for an assignment we had to go away and write code. My idea is for a simple text based adventure game, with...
[no replies]
March 2014 Pages: 1... 4748495051... 79
  Archived months: [feb2014] [apr2014]

This is an archived page. To post a new message, go to the current page.