Beginners (Page 9)

by delmi
What's is wrong with my code? I cannot see the ouptut
 
I have been told not to use the system("PAUSE"); But I still cannot see the output. What am I doin...
[no replies]
by chenzy
a question of reading file
 
I am confusing about how to read a .txt file of infix expression . I want to read this file and,,,, ...
[no replies]
ERROR CODE
 
I am confused to what I'm doing wrong with this code. I keep getting this error message. 1>------ B...
[3 replies] Last: void displayBelowAvg(...); void displayBelowAverage(...) { } You ... (by Branflakes91093)
Infinite Loop
 
Read the "before you post" instructions and expect many rude answers. No problem..yes I'm a beginner...
[5 replies] Last: Thank you Cire! The explanation helped me immensely and I have a bette... (by gdookie)
help with if statements and strings
 
Hi! I'm relatively new to programming and I have been practicing some basic concepts. this is a shor...
[7 replies] Last: Here's my take on it (thought I'd use it as practice since I'm also ne... (by Fourc00h)
arrays
 
Write a program which will get 10 random numbers onto one array1 of size 10. Get 10 more random num...
[1 reply] : Your best bet is to give it a go, see how far you get and post when yo... (by iHutch105)
how to use my programming skills to make a game engine
 
I know how to code its just using that knowledge to build something I learned how to code on my own ...
[no replies]
Cubic Equation Solver with output
 
Hey guys. I need some help to make this program. It should work for every cubic equation (only one u...
[3 replies] Last: The problem is that I couldn't even approached it :D It's our just thi... (by chazzerg)
Extracting multiple lines into one string
 
My input file loos like (20 lines in total) GCGAGTTCCCCCATGCGTGTCGGCCCCCGCGTCGCTTTTACTATATCCACCCCAT...
[6 replies] Last: kewl (by greenleaf800073)
Easy way to create large data files?
 
I need a large data file for a program. Instead of typing every line by hand, is there a program th...
[12 replies] Last: kewl (by greenleaf800073)
by Phazon
Using typedef struct as a function parameter
 
I have a couple of structs that I'm using, which work fine, but I want to pass one through as a para...
[5 replies] Last: See here: http://www.cplusplus.com/forum/beginner/89419/#msg480308 ... (by Framework)
Code Problem
 
Well actually output problem. It compiles and links fine, but output is definitely not where it need...
[4 replies] Last: @vin & cire ye that i was the issue can't believe I missed it, I don't... (by cppnoob99)
by mhel22
for loop
 
hello guys, please help me in my exercise I don't how to this using for loop. this is the output...
[2 replies] Last: You should try to make this output first to understand the "for" loop ... (by arzhon)
Hangman
 
I've been working on a Hangman program lately and I've ran into a problem: every time the program ru...
[2 replies] Last: Thanks! Its working perfectly now! (by macrowav3)
by jc4bs
First Occurrence of a Character in a C-String
 
I am writing a code that takes a cstring from the user and outputs the number of words and the numbe...
[2 replies] Last: Your code is invalid in the very beginning when you try to count words... (by vlad from moscow)
by scotty
mo
 
..,,,
[2 replies] Last: how do I write a program to input a salary and calculate the tax payab... (by scotty)
Visual C++ 2010 Express, need help! Beginner C++ programmer
 
Hi, I need someone to help me with Visual C++ 2010 Express programming. I'm new in C++. I want to ...
[2 replies] Last: I want to make a auto ad poster. I want to know if it's ok to use Visu... (by mallony)
Continued Fraction Calculator
 
Hi, so I want to write a program that represents anything as a continued fraction (please see http:/...
[2 replies] Last: The problem is that it's not returning accurate values. I think that I... (by noysoffer)
by ocdjg
Help with HW
 
I am trying to compile this 7 file program but I've hit some road block. Here is the list of files I...
[19 replies] Last: OK just as a thread update. I finally was able to make the program com... (by ocdjg)
desctructor of a vector
 
Dear Cplusplus' users, I create and use the following vector: std::vector< bool > component_se...
[4 replies] Last: Dear JLBorges, thank-you for your answer and your recommendation. B... (by isisoyyo)
Pages: 1... 7891011... 81
  Archived months: [dec2012]

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