Help with writing to a file |
|
[3 replies] Last: file.clear(); was needed Thanks if anybody took time trying to work o... (by Declan Murphy)
|
by lozenge
Reading a textfile on the web
|
|
[2 replies] Last: The most portable approach (which will likely become part of C++ in th... (by Cubbi)
|
by asfandahmed1
a program that saves strings
|
|
[2 replies] Last: #include<stdio.h> #include<conio.h> int main () { char st ; int i = ... (by Haisum Bhatti)
|
Just wondering what does it do ? |
|
[2 replies] Last: It does this: $ g++ -o test test.cpp test.cpp: In function ‘int m... (by bbgst)
|
Borland C++ builder connection with database |
|
[2 replies] Last: Well, Borland database was together with builder so I tried to use it.... (by Daniels Pitkevics)
|
by mstratmann
time conversion problem
|
|
[no replies]
|
by blackpig1412
Create Directory in Text Editor
|
|
[3 replies] Last: Use std::wstring in that case or use MultiByteToWideChar() API. (by modoran)
|
by jiboo
2D integer array no repeats.
|
|
[4 replies] Last: Keep a counter. Your range of items is quite limited ([1,50] it see... (by Gaminic)
|
by wantyoubadly
C++ to become christmas tree
|
|
[12 replies] Last: Instead of editing out code from an older post, I thought I'd make a n... (by Lynx876)
|
by adibahuda
<stdio.h>
|
|
[4 replies] Last: Or you are not specifying the namespace. using std::printf; // ... ... (by bbgst)
|
by Vonn200
bitwise mov
|
|
[13 replies] Last: Also remember there's a special template specialization for vector<bo... (by bbgst)
|
by adibahuda
string
|
|
[4 replies] Last: ok....tq for that.. (by adibahuda)
|
by raheel54
mai nai khelda ........ :P
|
|
[3 replies] Last: I think Wikipedia's articles on Cohesion and Coupling are sufficient f... (by Gaminic)
|
by yosy2010
Erro "no matching function for call to 'getline'
|
|
[9 replies] Last: Also, what about whitespaces, punctuations, and case sensitivity , ho... (by coder777)
|
by icefalcn
execution flow
|
|
[3 replies] Last: 1) The answer is recursion of course. This means that function string... (by eypros)
|
by Terminus Est
Need help with homework exercise on arrays
|
|
[4 replies] Last: You should adapt your boundary depending on the number of elements you... (by eypros)
|
by hentaiw
Resources of Checking Error Codes ?
|
|
[1 reply] : ¿like this http://www.horstmann.com/cpp/pitfalls.html ? You could try... (by ne555)
|
by MrBackpack
counting letters from a file
|
|
[2 replies] Last: Got it, just had to find the isalpha() function. (by MrBackpack)
|
by kdmpenguin
array (1,2)
|
|
[22 replies] Last: its late here to. but I want to get it working because this is part of... (by kdmpenguin)
|
by sman
help for function problem
|
|
[10 replies] Last: im sorry my laptop died don't give up just slow down and try to unders... (by Aramil of Elixia)
|