Need help with error line 89 File I/O |
|
[4 replies] Last: I apologize icy1 When I copied my code in from visual studio it format... (by josephhoffman28)
|
by dedgrr0l
function that counts words in a string & function counts consonants in a string
|
|
[2 replies] Last: Hi, I hope this code help you. #include <stdio.h> #include <string... (by mr logic)
|
by rubili
find all substring in a string
|
|
[2 replies] Last: Hi, I am not sure if what I did is what you need, but here is what I d... (by mr logic)
|
by DdavidDLT
Finding the average
|
|
[5 replies] Last: well if input is suddenly a string rather than an int, one need not ma... (by icy1)
|
by seanFE
Spatial Clustering
|
|
[1 reply] : I would do this in 2 steps. step 1: find the center of a group. You... (by jonnin)
|
Program Won't Output Correctly |
|
[3 replies] Last: JLBorges' code does everything you requested, so what's the problem...... (by icy1)
|
by Dani90
Need help
|
|
[3 replies] Last: Just realized that the answer doesn't necessarily need to start with t... (by icy1)
|
by ysf007
check vector element within another vector
|
|
[17 replies] Last: To my: "How many elements? You must have exact, computable rules for t... (by keskiverto)
|
by lambavvv
Why does this for loop not work as it's supposed to?
|
|
[1 reply] : Welcome, nice job finding it quickly. If you turn your compiler warn... (by jonnin)
|
by Boreal
Number of words
|
|
[6 replies] Last: That's quite a nice solution right there icy1. Even though I have alre... (by Boreal)
|
by H00G0
Can you read data from a file on which data was written manually?
|
|
[16 replies] Last: @Handy Andy Hey Andy, sorry It took me so long to respond. First of, t... (by H00G0)
|
by procppgram
cpp codes example (strings arrays.. 2 )
|
|
[1 reply] : See http://www.cplusplus.com/forum/beginner/237662/#msg1061417 (by Handy Andy)
|
by procppgram
Cpp Codes example (strings arrays.. 1 )
|
|
[1 reply] : Hello procppgram, PLEASE ALWAYS USE CODE TAGS (the <> formatting butt... (by Handy Andy)
|
by procppgram
write a program that display a menu
|
|
[2 replies] Last: Hello procppgram. When I started working with the program I had to ma... (by Handy Andy)
|
by Lema
function ran even though it's not called
|
|
[2 replies] Last: Switch statements are a bit primitive. If you don't use a break statem... (by Peter87)
|
by commencer
Need help, getline problem
|
|
[2 replies] Last: Thanks, it work properly. (by commencer)
|
by D3CIM8OR
Undefined reference to private variable
|
|
[2 replies] Last: Edited my makefile, thanks (by D3CIM8OR)
|
by Zalambdodont
A simple translator (.txt)
|
|
[4 replies] Last: Here's some C++ code: #include <iostream> #include <string> #include... (by JLBorges)
|
by Jorge626
Function that gets an array from pointers using Dynamic Memory Allocation
|
|
[7 replies] Last: Thank you for all your help! Really appreciate it (by Jorge626)
|
by Vitesze
Switch statement - are variables always retained?
|
|
[6 replies] Last: I wouldn't make it 'fall through', but put something like: case ONE:... (by Vitesze)
|