by mattzorx
Working with 2D arrays
|
|
[3 replies] Last: UPDATE: #include <iostream> #include <iomanip> #include <cmath> ... (by mattzorx)
|
by sl02ggp
Quadratic Equation Program
|
|
[4 replies] Last: 1.) Check that condition and then do whatever based on it 2.) Same as... (by firedraco)
|
Getting confused about buffer redirection |
|
[1 reply] : A single char is not a buffer. You probably want something like cha... (by Duthomhas)
|
by dinamit875
displaying content and adding data problem
|
|
[no replies]
|
by iamthefear
Are there any issues with using namespace std ?
|
|
[5 replies] Last: even if you put the using declaration in a cpp file name conflicts can... (by kempofighter)
|
by vRltwE
Troubles using vector of stuct...
|
|
[5 replies] Last: Is there another thing I can post for help? Yes, a more complete ex... (by kempofighter)
|
by Jo3Bingham
Handling information in an injected DLL
|
|
[2 replies] Last: Is there anyway to return iCmd and let the parsing happen separately f... (by Jo3Bingham)
|
by tomza
setprecision call
|
|
[2 replies] Last: Did you read this yet? http://cplusplus.com/reference/iostream/manipu... (by kempofighter)
|
by JRevor
Confused about stl's set
|
|
[7 replies] Last: how in the world is set going to know when two elements are equal, on... (by kempofighter)
|
by just4why
Problem generate ID from txt file
|
|
[1 reply] : There's too much faffing about with files when all you want to do is c... (by kbw)
|
by Tanthialas
Word Jumble
|
|
[4 replies] Last: I was told on another forum that I really screwed up the content of th... (by Tanthialas)
|
by jshirland
Prompting a user for a valid input file
|
|
[9 replies] Last: Because if an error occurs on input the stream will be set to an error... (by Duthomhas)
|
by micseydel
Reading/Editing Memory of Other Programs
|
|
[13 replies] Last: @Null Here again, it depends on the operating system. There is no s... (by closed account ivMjLyTq)
|
by SiNT4X
Coloured output over TCP
|
|
[3 replies] Last: As firedraco says, you just send the sequences and the receiving termi... (by Zhuge)
|
by butterflyze
yet another prime number problem!!!
|
|
[7 replies] Last: thanks for that chrisname this is what i ended up doing for my functio... (by butterflyze)
|
by olove05
funtion swap
|
|
[10 replies] Last: any clue guys? (by olove05)
|
by andreif8
how to implement a class hierarchy??
|
|
[3 replies] Last: Classes containing other classes, exactly what Bazzy said (by firedraco)
|
by DerekBaker
Finding an int key less than or equal to
|
|
[4 replies] Last: Thanks for the replies. (by DerekBaker)
|
by Roper724
zero padded string from int
|
|
[3 replies] Last: Thanks very much!! This worked perfectly. I guess I am going to hav... (by Roper724)
|
i/o stream + substr |
|
[1 reply] : You would use std::getline() to get one line from the file into a stri... (by firedraco)
|