Beginners - April 2014 (Page 49)

File input and output with funtions
 
After trying everything I can think of I still cannot get anything to read from my file and after reading, print to my second file. I need the function SetData(...
[1 reply] : SOooo? (by popup271)
Code generation diagram
 
Hi friends I implemented my code in Visual Studio 2010 Ultimate using C++ and now I am looking for a software that can generate code diagrams explaining the ...
[5 replies] Last: Hi It seems to be new to me.... I am not familiar with it but still I... (by Kanwarpreet)
Binary search.
 
Hi everyone, I have been doing some reviewing and I noticed that the binary search is usually taught with recursion, but why? would it be better to take an ...
[no replies]
by semo
Help please
 
hi i really need help writing this program... write a c++ program that reads an unknown number of integer values and then print count, sum and average of odd ...
[5 replies] Last: #include <iostream> #include <vector> bool isOdd(int); bool isNegat... (by Little Bobby Tables)
Help me please!
 
Hey guys. I wanted to do a simple console program to test my abilities since I started programming like 4-5 days ago. I wanted to make a program that changed th...
[3 replies] Last: Ty soooo much! I was going crazy! The funny thing is I tried everythin... (by Kiddolioable)
Help with switch please :)
 
Hey guys. I've started programming about 4-5 days ago and I wanted to make my first "real" program. It was an idea I just got, it simply prompts the user to sel...
[4 replies] Last: Ttytyty (by Kiddolioable)
classes
 
any one to help on how classes are formed using an example program.
[1 reply] : Have you checked out the tutorial on this site yet? http://www.cplusp... (by wildblue)
Reading graph data from a file
 
I have to do an assignment to find the shortest path between two nodes using Dijkstra's algorithm. I'm confused as to how I should read in and process the input...
[no replies]
array help
 
I am currently having some issues with this code. It keeps giving me error LNK2019: unresolved external symbol _WinMain@16 referenced in function __tmainCRTStar...
[3 replies] Last: Ah, good point AbstractionAnon, i just pasted his code into a project... (by Codermik)
Loops
 
Write your question here. Ive been working on this code but it wont work so ill need help.im supposed to changed my code using loops. this is my code. P...
[1 reply] : but it wont work That's a very broad statement. What doesn't work... (by AbstractionAnon)
New to C++ and need some help
 
hello everyone, I am getting error codes "No matching function for call to 'getScore'" when I call getScore function in my main function. Can someone please tel...
[3 replies] Last: no problem :) (by Little Bobby Tables)
a banking system program, incomplete somewhere..
 
Im trying to run this code for a banking system but it keeps refusing and i dont know what the problem is, it keeps giving me this error report: C:\Dev-Cpp\THE...
[7 replies] Last: Your welcome :) (by Codermik)
by rm5393
Expression must have pointer to object type error
 
Quick question, was wondering if someone could point out how to fix this error when I want to print out my arrays in a setw table? #include <iostream> #...
[3 replies] Last: Never mind I figured out on my own thanks anyway. (by rm5393)
by raza95
help
 
Write your question here. hey i have a new student in this feild my teacher give me a project assignment i only know all loops if else switches and arrays now ...
[1 reply] : Surely for your teacher to ask you to do this then hes shown you how ... (by Codermik)
theater ticket program(input file and array help)
 
My program uses a 2D array(15x20) to simulate a theater and asks the user which seat they wish to buy. '*' denotes empty seat and '#' denotes taken seat. The pr...
[1 reply] : When the user quits the program, it tallies the total sales from the ... (by AbstractionAnon)
Allegro won't work!!!
 
Help! I've downloaded Allegro and installed it properly, and after fixing the "Missing MSVCR110.dll" error, now whenever I try to run my program, it just gives ...
[3 replies] Last: Ty everyone, I've decided to use SLD 2.0.3 since it's working pretty w... (by Kiddolioable)
by zeno
Code::Blocks, compile multiple file projects error
 
I'm working on a C++ project with 1 source file and 2 header files, to be compiled in Codeblocks. The files themselves are correct (from a c++ course) but my co...
[2 replies] Last: Thank you for your reply. 'cs106' is a folder, but I have not specifi... (by zeno)
SDL or...?
 
Hi all! I've very, very recently (3-4 days) started learning c++ and wanted to know how to make a gui game. Apparently I need to draw my sprite (easy), write th...
[9 replies] Last: They're good (lazyfoo's) but I lack the knowledge of C++ to do it. Bac... (by Kiddolioable)
How much c++ knowledge to program a simple game?
 
Hey guys! I've started programming about 3 days ago and I was curios as to how much programming knowledge one person needs to have to program a very simple pick...
[12 replies] Last: In another topic you made (still alive atm), I recommended lazy foo's... (by Kiddolioable)
by mattyk
Two dimensional arrays with input files?
 
I have an assignment where im given an imput file with info that looks like this: 3 31 2014 21 8 52 87 136 0 54 60 82 51 63 54 73 ...
[2 replies] Last: Thanks, dont know what I was thinking there. (by mattyk)
April 2014 Pages: 1... 4748495051... 67
  Archived months: [mar2014] [may2014]

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