searching for int's in an array and keeping count |
this is my assignment, and below is what i've done so far. Any help is appreciated. You are to w... |
Feb 10, 2013 at 8:52pm
[4 replies] Last: cout<<"it should look like this:P"; (by supperpiccle)
|
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... |
Feb 10, 2013 at 8:52pm
[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,,,, ... |
Feb 10, 2013 at 8:39pm
[no replies]
|
by Icshorts
ERROR CODE
|
I am confused to what I'm doing wrong with this code. I keep getting this error message. 1>------ Bu... |
Feb 10, 2013 at 7:34pm
[3 replies] Last: void displayBelowAvg(...); void displayBelowAverage(...) { } You ... (by Branflakes91093)
|
by gdookie
Infinite Loop
|
Read the "before you post" instructions and expect many rude answers. No problem..yes I'm a beginner... |
Feb 10, 2013 at 7:13pm
[5 replies] Last: Thank you Cire! The explanation helped me immensely and I have a bette... (by gdookie)
|
by salsaaa
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... |
Feb 10, 2013 at 7:02pm
[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... |
Feb 10, 2013 at 6:32pm
[1 reply] : Your best bet is to give it a go, see how far you get and post when yo... (by MrHutch)
|
by OMG Crackers
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 ... |
Feb 10, 2013 at 5:37pm
[no replies]
|
by chazzerg
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... |
Feb 10, 2013 at 5:16pm
[3 replies] Last: The problem is that I couldn't even approached it :D It's our just thi... (by chazzerg)
|
by syintel87
Extracting multiple lines into one string
|
My input file loos like (20 lines in total) GCGAGTTCCCCCATGCGTGTCGGCCCCCGCGTCGCTTTTACTATATCCACCCCAT... |
Feb 10, 2013 at 5:11pm
[6 replies] Last: kewl (by greenleaf800073)
|
by jeaninem71
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... |
Feb 10, 2013 at 5:09pm
[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... |
Feb 10, 2013 at 4:35pm
[5 replies] Last: See here: http://www.cplusplus.com/forum/beginner/89419/#msg480308 ... (by closed account zb0S216C)
|
by cppnoob99
Code Problem
|
Well actually output problem. It compiles and links fine, but output is definitely not where it need... |
Feb 10, 2013 at 4:08pm
[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... |
Feb 10, 2013 at 3:48pm
[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... |
Feb 10, 2013 at 3:21pm
[2 replies] Last: Thanks! Its working perfectly now! (by closed account L1AkoG1T)
|
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... |
Feb 10, 2013 at 2:19pm
[2 replies] Last: Your code is invalid in the very beginning when you try to count words... (by vlad from moscow)
|
by mallony
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 ... |
Feb 10, 2013 at 12:59pm
[2 replies] Last: I want to make a auto ad poster. I want to know if it's ok to use Visu... (by mallony)
|
by noysoffer
Continued Fraction Calculator
|
Hi, so I want to write a program that represents anything as a continued fraction (please see http:/... |
Feb 10, 2013 at 11:32am
[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... |
Feb 10, 2013 at 10:22am
[19 replies] Last: OK just as a thread update. I finally was able to make the program com... (by ocdjg)
|
by isisoyyo
desctructor of a vector
|
Dear Cplusplus' users, I create and use the following vector: std::vector< bool > component_se... |
Feb 10, 2013 at 9:33am
[4 replies] Last: Dear JLBorges, thank-you for your answer and your recommendation. B... (by isisoyyo)
|