by berryben
please help me, How do I delete line in a txt file and how to make an edit funtion?
|
|
[2 replies] Last: void decor() { cout << "******************************************... (by berryben)
|
by Pedro0x
Weird array exercise.
|
|
[8 replies] Last: welcome :) (by shadder)
|
by aaronkong
cant find my error
|
|
[3 replies] Last: ok thx ill try it now (by aaronkong)
|
by StudioUAC
Started over with new errors now
|
|
[5 replies] Last: multiple post, or paste it in pastebin.com and post the link (by shadder)
|
by stas76
can't correctly convert
|
|
[2 replies] Last: You can convert integar to char like this: #include<iostream> #inclu... (by boost lexical cast)
|
by tneilson08
I am trying to create a program that converts Metric to English units
|
|
[6 replies] Last: #include <iostream> using namespace std; int main(void) { int f... (by closed account 48T7M4Gy)
|
by chappykhmao
Opperand types are incompatible ("IPRecord*" and "int")
|
|
[1 reply] : As your comments note, the error occurs when the program tries to comp... (by EtDecius)
|
by Kwaku42
checking for duplicates array
|
|
[1 reply] : http://www.cplusplus.com/forum/general/198263/ Please don't double po... (by closed account 48T7M4Gy)
|
by SiliconWiz
eorror on the top (preprocessor line i think)
|
|
[4 replies] Last: #include <iostream> using namespace std; int main () { float a... (by closed account 48T7M4Gy)
|
by Justanoob
ifsteam for loop not working
|
|
[2 replies] Last: Thank you! (by Justanoob)
|
Error: No matching function call to |
|
[1 reply] : SortedListLinked(int (*comp_items) (T* item_1, T* item_2)); you said... (by ne555)
|
by BAC Sun
Making inserting to a Class** more efficient
|
|
[2 replies] Last: Could you post the whole source code? I might be able to help you out ... (by darkone41)
|
by garretmorion
Loop won't break or return
|
|
[3 replies] Last: Nevermind, it was an oversight on my part. The error was actually in m... (by garretmorion)
|
by Vimitry
PLS HELP!
|
|
[1 reply] : I have completed the tutorials here about a month ago. I'm a bit iffy ... (by boost lexical cast)
|
by miamidawgs
2d vectors, seg fault
|
|
[3 replies] Last: If the height and width of the original matrix are not equal, the heig... (by cire)
|
by Justanoob
Input/Output with Files Trouble
|
|
[3 replies] Last: fixing it, it says, lab08.cpp:11:22: error: expected initializer bef... (by Justanoob)
|
Geometry Circle Distance Problem |
|
[3 replies] Last: Don't use a comma to separate your input, use spaces. (by booradley60)
|
by TofferP
Finding a problem
|
|
[6 replies] Last: http://www.learncpp.com/cpp-tutorial/71-function-parameters-and-argum... (by TofferP)
|
by Lado
For-loop for finding numbers in an array
|
|
[1 reply] : I'll give you pseudocode int find_smallestNumber( int number , int ... (by mpark4656)
|
by hoboCPP
Multiple classes in .h?
|
|
[6 replies] Last: hoboCPP, I know in Visual Studio I have to include stdafx.h * in eve... (by Handy Andy)
|