by Bogeyman
File Read
|
|
[13 replies] Last: Yeah, so I could say while 10 items are properly read, write fwrite()... (by Bogeyman)
|
by koopey
beginner in classes. pointers problem
|
|
[3 replies] Last: it worked. :) thanks. (by koopey)
|
by geierOMA
How to include my own library in Codeblocks
|
|
[1 reply] : Did you compile the library project? Where is the compiled binary lib... (by keskiverto)
|
by benbalach
Check value of member variable directly or through member function?
|
|
[1 reply] : I don't think it will be more expensive. The compiler will probably ch... (by Peter87)
|
by pronicoxd
Turning a int into a char
|
|
[4 replies] Last: A string does contain numbers or letters. It is an array of one, or th... (by admkrk)
|
by hibyecake
Very Simple Program Help
|
|
[2 replies] Last: Thanks man (by hibyecake)
|
by zaiken2708
read from file-Error
|
|
[2 replies] Last: Yeah i made some mistakes when writing to the file itself, its working... (by zaiken2708)
|
by aseemgoyal
oop initialize objects and passing of objects b/w classes
|
|
[3 replies] Last: am i right with the below concept ? suppose BankDatabase took 3 a... (by aseemgoyal)
|
by nruiz8
Issues Making a Histogram Function on C++
|
|
[1 reply] : Put those if else in while inside printStars to for loop inside main, ... (by LendraDwi)
|
by koopey
classes stuck. can't move forward. Help!
|
|
[8 replies] Last: You should have seen me smile right now. it worked! thnx a loooooot. (by koopey)
|
by Gmoney2015
Reading Data from a file with a selection option
|
|
[1 reply] : #include <iostream> #include <iomanip> #include <string> using name... (by Gmoney2015)
|
by bigzigzag
binary_search for strings won't work
|
|
[1 reply] : Test if value exists in sorted sequence You search from unsorted .... (by keskiverto)
|
by mcgowan
Codelite Automatic Asterisk
|
|
[1 reply] : Under: Settings->Global Editor Preferences...->Tweaks->Code uncheck "... (by norm b)
|
by tehgoat
Reading a input text file into a string
|
|
[2 replies] Last: Thanks that set me on the right course. Here is what I did... int I... (by tehgoat)
|
2 Unresolved external symbol errors |
|
[9 replies] Last: Many thanks. I have been halted from working on my game for quite a wh... (by AmazingBKaiser)
|
by MuckingFedic
Reading random words from file
|
|
[no replies]
|
by strayyamato
Printing formatted output
|
|
[1 reply] : Bump? (by strayyamato)
|
by Hesham0
Calculator
|
|
[8 replies] Last: One method is to check the next character of the input buffer without ... (by Tom56785)
|
by ggintgalileo
Car Simulation Project
|
|
[4 replies] Last: Yes, and you haven't read my last post either. Put your code in code... (by Codermik)
|
by lckwswws
Age Calculator Problem
|
|
[1 reply] : Well, from my point of view, you got a lot to do to debug this program... (by FlyingC)
|