Beginners (Page 75)

Need help with a program
 
Write your question here. Hi everyone, I am very new to coding and i am in a c++ class that I ...
[2 replies] Last: If I wanted to create a player 1 and a player 2, how would i set playe... (by iman972)
"struct has no member named..." Linked List
 
Hi there Making a linked list, and having trouble inserting the first element. Here's the part of ...
[no replies]
by slovit
Help with switch case.. Where i go wrong
 
suppose to sow the total cost of apples from 4 types with tax.has to use switch case //David vit...
[no replies]
Trouble running array through function
 
I'm pulling in data from a file and putting it into an array. I have that working fine, but from the...
[3 replies] Last: Thanks anup30 for the help! I tried running that and didn't get any o... (by josho493)
Little help on this please - very confused
 
Okay, so I'm a complete novice to c++, and am having a bit of an issue with this one particular prog...
[11 replies] Last: Hey I write a filehandler at 5. ;) If you ever need other help don't b... (by megatron 0)
by wmyser
How to include winsock (ws) library in Qt Application
 
I try to add winsock functionality in non-qt console app created in qt creator. My code #pr...
[3 replies] Last: My bad. I used folder like C:\Users\[another user] in which I have not... (by wmyser)
retirement program
 
hello all. my task is to write a program that asks the user: how much money they will save per m...
[3 replies] Last: the issue im trying to figure out is how to add up the total invested... (by AbstractionAnon)
by Jon15
calculating pi to requested accuracy?
 
Just getting blank screen, i feel something is out of order but not sure what. #include<ios...
[19 replies] Last: also, there are red lines under my 'system' 's, saying that it is amb... (by kbw)
by LuckyR
For loop not working as expected
 
So, I'm trying to write a simple for loop, that will cycle through the first 6 variables in an array...
[2 replies] Last: Oh, of course! Thanks! I knew I was misusing the for loop somehow. I... (by LuckyR)
by aa2233
input files?
 
I need to write a program that gets data from a specific line in an input file that has more than on...
[2 replies] Last: I find things like this easier when using a data structure. Firstnam... (by megatron 0)
by gnerpo
Pointers...! Argh!
 
Hi people, pointers are devil! Why this code compile and make a console crash? #include <iost...
[4 replies] Last: I think his examples are for brushing up on his pointer knowledge, the... (by megatron 0)
Printing Asterisks Horizontally with user input
 
I want to write a code that takes user input and prints out asterisks horizontally matching with the...
[3 replies] Last: This sort of thing is platform-specific. http://www.cplusplus.com/arti... (by booradley60)
by vxk
reverse hex number
 
how can i make a swap function which reverses the hex number for example: input :0x 12 34 51 38 ou...
[3 replies] Last: You guys are helpful and all, but don't you think that it would be bet... (by denormal)
problems in Array
 
I'm having problem here, i can't print out the 3rd - 5th day... i can only print the first 2 days......
[4 replies] Last: Oh Thanks! ^^ (by vampirenelf)
constructor
 
#include <iostream> using namespace std; class Calculator // practice constructor { int num...
[6 replies] Last: and the second constructor which i initialized the number 3 and will ... (by mutexe)
Get Day From Date
 
hi If We Have Text File with This Time_t: text: 1412418803 I Want To Know How I must Get Day ...
[no replies]
by davez
having troubles with multidimensional (1,2)
 
We were assigned to declare a two dimensional array to store name and grade. The program should not ...
[20 replies] Last: Too easy - phew. (by kemort)
Matrices Multiplications input problems
 
I wanted to multiply two 3 by 3 matrices A and B, resulting in matrix C. C= A*B Cij= Sum(Aik*Bkj)(...
[no replies]
by deruku
Match Three Game help.
 
So, i am making a match three game in c++ and i need help with creating a matching function to check...
[7 replies] Last: what do you mean try and make it work. ? you mean main() ?... (by shadowCODE)
by Cush
How do I read certain parts on certain lines in a text file?
 
So basically I'm trying to read everything from day 2 on 1.0m and then the same with .5m and .25m an...
[4 replies] Last: The logic for extracting the data of interest could be something like ... (by JLBorges)
Pages: 1... 73747576
  Archived months: [sep2014]

Cannot post in this page. To post a new message, go to the first page.