by Ima noob
Reseting the get pointer
|
|
[3 replies] Last: i think seekg(0) is right for bringing pointer to beginning of a file.... (by jloundy)
|
by gantsooj
dynamic array
|
|
[5 replies] Last: For example int st and I want to remove the element at st , give i... (by guestgulkan)
|
by DownFree
Need advice
|
|
[5 replies] Last: Mines not advanced but it's bigger and bulker I just couldn't put in ... (by kfex)
|
by Harlequin
cerr.....?
|
|
[1 reply] : Their output destination is different but it should be the console for... (by Bazzy)
|
by Harlequin
how to open a txt file directly........
|
|
[1 reply] : The first argument passed to your program is the program filename, whe... (by Bazzy)
|
by Livedereh
advice about infile/outfile
|
|
[6 replies] Last: this is just a theory of mine... while(getline(file,line)) { ... (by jloundy)
|
by googlexx
Reading next line of a file
|
|
[12 replies] Last: hmmm... well maybe while(getline(file,line)) { count++; ... (by jloundy)
|
by jreyes
C++ and OpenCV
|
|
[no replies]
|
by shynchan
Question about Class
|
|
[2 replies] Last: Here is a detailed explanation on arguments passed by reference: http:... (by Bazzy)
|
by Forte
Binaries
|
|
[1 reply] : here is how numerical bases work: 101101 = 1*2 5 + 0*2 4 + 1*2 3 +... (by Bazzy)
|
by cyberzero
Returning array from a function C++
|
|
[4 replies] Last: It's conventional to pass in your collections by const reference if th... (by kbw)
|
by RyanB
while...do loop
|
|
[7 replies] Last: It is not quite as simple as moving the do{ to the top of the code. ... (by closed account z05DSL3A)
|
by murva
template error
|
|
[8 replies] Last: I must admit, I do hate seeing using directives , especially at globa... (by closed account z05DSL3A)
|
by farhan3d
Pointer deletion confusion
|
|
[2 replies] Last: Thanks for clarifying! (by farhan3d)
|
by Forte
Question
|
|
[2 replies] Last: Is this a Win32 or Console program? I'm going to assume Win32 as I don... (by chrisname)
|
by yyfalen
function template
|
|
[2 replies] Last: cheers I have done it:) (by yyfalen)
|
by Ima noob
Finding "strings" in .cpp files
|
|
[10 replies] Last: Sorry, I forgot you were reading the file one character at a time. I w... (by Duthomhas)
|
by takumi05
how to do a loop if the infilename is not good??
|
|
[7 replies] Last: alright thanks i see now, time to switch over (by jloundy)
|
by felipe21
constant size for arrays
|
|
[8 replies] Last: Yeah, now it gives the warning: main.cpp: In function ‘int main(i... (by felipe21)
|
by spydaios
Need code for bmp file
|
|
[6 replies] Last: Iam working on linux(Fedora8).. well, i found one library, and I'm ... (by spydaios)
|