by TehLS
Cant solve this simple error!
|
|
[1 reply] : It seems that the code is valid. Maybe the problem is hidden in header... (by vlad from moscow)
|
by cecc8
Hi (1,2)
|
|
[28 replies] Last: yes ok that is what i was looking for so basically whit ss you set a f... (by cecc8)
|
by ozone
getting confused with dereference n pointers
|
|
[3 replies] Last: Thanks guys am really grateful (by ozone)
|
by capwelsh
Changing characters in a File to all uppercase
|
|
[5 replies] Last: bool uppercase(){ try{ inputfile.open(location here); outputfile.ope... (by ui uiho)
|
by AlitCandle
Headers are driving me crazy.
|
|
[5 replies] Last: You're a life saver. Thanks (by AlitCandle)
|
by fgrigolon
StrTk in MFC
|
|
[no replies]
|
by eggsandbacon
Operator assignment overloading with dynamically allocated array
|
|
[7 replies] Last: you need a destructor in c++ when doing this. also might i suggest vec... (by ui uiho)
|
by bubbles
Caesars Cipher
|
|
[1 reply] : the actually ceasar shift is +3 to each char. are you streaming from f... (by ui uiho)
|
by Texcuda
Swapping a nested For statement with a nested While statement
|
|
[2 replies] Last: So I should try: #include <iostream> #include <iomanip> #include... (by Texcuda)
|
by glickmac
How to use Template class with list
|
|
[1 reply] : I need help with an approach to using iterators with this as well!! I ... (by glickmac)
|
by jokerfwb
Can seekp and seekg be interchangable?
|
|
[2 replies] Last: cool thanks. (by jokerfwb)
|
by DexterMorgan
Simple input validation: I dont understand this code by Stroustrup
|
|
[6 replies] Last: what would go wrong if lines 14-17 were not present. That would be... (by DexterMorgan)
|
by erandall
getline discarding eof
|
|
[2 replies] Last: Thank you, no more out_of_range error and outputs the way I want it. (by erandall)
|
by Delirium
Reference and Pointer, the same thing?
|
|
[4 replies] Last: Sad, but common problem. You're going to have to learn your teacher's ... (by Cubbi)
|
by bubbles
Encrypting and decrypting
|
|
[1 reply] : Here is a fairly simple sample of reading data: #include <iostream>... (by bcrawford)
|
by eggsandbacon
Constructor with array as argument
|
|
[4 replies] Last: > If you're taking in an array, you don't need an extra size argument,... (by JLBorges)
|
by drhingle
40 line code with errors on line 148?
|
|
[10 replies] Last: The code I posted earlier ran just fine using DevC++. #include <cst... (by bcrawford)
|
by Glenda Hayes
okay the arrays are kicking my ass..
|
|
[2 replies] Last: i have numbers that go in to it.. the top part of the thing the temp... (by Glenda Hayes)
|
by bluescreen
fibonacci
|
|
[1 reply] : I put a int before the fibonacci on line 70 and removed the parameters... (by bluescreen)
|
I have undeclared variables please read |
|
[1 reply] : And the error states that tax 1-6 are undeclared what do i do to fix ... (by Athar)
|