by Erdrigard
Friend problem (overloading >>/<<)
|
|
[3 replies] Last: Kind of an embarrassing error, but I pretty much had to post it. Not ... (by Erdrigard)
|
by jontoby
Question on displaying text at screen coordinates
|
|
[1 reply] : Solution for Windows: void gotoxy( int column, int line ) { ... (by Null)
|
by khris
header and implementation files...
|
|
[13 replies] Last: Thanks gcampton, I'm glad I learned this sooner than later..I was wond... (by khris)
|
by gcampton
Structs in Classes (program flow)
|
|
[5 replies] Last: Better way: (because I finally read my lecture notes, and found it) ... (by gcampton)
|
by Analyzer
Double Constant???
|
|
[5 replies] Last: The const before the * means that you can't modify the object pointed ... (by Galik)
|
by Analyzer
Pointer sign on Function
|
|
[3 replies] Last: Return a pointer? A pointer to a c-string, of course. Return a refere... (by LB)
|
by angeltinka
while loop
|
|
[2 replies] Last: hm. That is strange. it is a .txt blank text file. I'm sorry, I dont q... (by angeltinka)
|
Compare and combine two different text files |
|
[3 replies] Last: Well then I think the code snipit I posted should work. Although the ... (by gcampton)
|
by SweetLen
Must output an Error Message if any of the input is inappropriate
|
|
[2 replies] Last: Thank you :) (by SweetLen)
|
URGHH!!! (1,2) |
|
[22 replies] Last: it works now(after reinstalling) (by sailornaruto39)
|
Dev-C++ not creating .exe files |
|
[3 replies] Last: Thank you, SealCodes! CodeBlocks works perfectly! To answer m4ster ... (by Nathan Drayke)
|
by Maerle
Struct
|
|
[4 replies] Last: char *name = {"Janeiro", "Fevereiro", "Marco", "Abril", "Maio", ... (by Tamao)
|
by Maestro
Check for Prime number
|
|
[2 replies] Last: I think that you may have trouble with div <= sqrt(n) , because of ro... (by ne555)
|
by Citis
FILE* c,d; doesn't work!
|
|
[6 replies] Last: Thank you! (by Citis)
|
by akunselm
Vector of Structs
|
|
[3 replies] Last: Oh, I see my problem now, my index is in the wrong spot instead of ite... (by akunselm)
|
by mwmnj
My first C++ program!
|
|
[2 replies] Last: I believe in this case you want to use float calculate(float length, ... (by kaduuk)
|
by tsotne1990
Standard Deviation
|
|
[2 replies] Last: Can u help me on my second question? see it 4 topics down please-call... (by tsotne1990)
|
by paradoxa4
What is wrong with my code?
|
|
[12 replies] Last: @paradoxa I wasn't trying to be mean (guessing you referred to me),... (by kaduuk)
|
by tsotne1990
Compilation error
|
|
[2 replies] Last: Thanks for attention! But I have copied all the files in one directory... (by tsotne1990)
|
file manipulation |
|
[4 replies] Last: even linked list wasn't discussed thoroughly.. thanks for the strc... (by silvertooth07)
|