by astu9880
how to cin in c++ without pressing enter key.
|
|
[4 replies] Last: Could you just: std::istream::getline(string, 1024, ' '); ?... (by ResidentBiscuit)
|
by user123
301 Moved premanently
|
|
[1 reply] : For more info, try the code out yourself No. It's your job to descri... (by ResidentBiscuit)
|
What are special numbers ? |
|
[4 replies] Last: [quote=cnoeval]It's not nice to consider ANY number as special in thes... (by Peter87)
|
by rocckson
Sort by date
|
|
[1 reply] : Well, I didn't try to debug your entire code. I do think there are err... (by Chervil)
|
by danicpp
pointer arithmetics debugging
|
|
[14 replies] Last: Well I did try to read as much as I could from GotW link the Heap VS F... (by danicpp)
|
by Nison
I don't know what to do..
|
|
[18 replies] Last: guteyuro If i may ask. What was your issue? There was no issue. "g... (by MikeyBoy)
|
by tsvilans
<SOLVED> Unsigned char array - assigning values converted from double
|
|
[1 reply] : Solved. If anyone is interested, it was a simple matter of std::ofstre... (by tsvilans)
|
by wakamoe
Help on switch
|
|
[1 reply] : Create a function for. Area of square say int areaOfSqaure ( ) { //co... (by N495t4r)
|
by Pi Lord
I/O Issues
|
|
[3 replies] Last: @NT3 I wanted to use the terminal because I thought that graphics woul... (by Pi Lord)
|
by wakamoe
Need help with Looping file.
|
|
[2 replies] Last: I'm not too sure how to do it, this is my current program. Its a Sign ... (by wakamoe)
|
by ahlee
Altering code in Photoshop
|
|
[1 reply] : It's code that applies projective transformations to vectors, presumab... (by helios)
|
Autocreate function (with monsters!) |
|
[3 replies] Last: Thanks for responding. (by programmer321)
|
by hooshdar3
cannot appear in a constant-expression (list)
|
|
[17 replies] Last: If it is defined inside of a function is it scoped to that function as... (by giblit)
|
by atf1999
QR code compilation
|
|
[5 replies] Last: You would do the same thing to fix that as you did you fix the encode_... (by giblit)
|
Game inventory |
|
[6 replies] Last: If you want to get into graphical games, I recommend you just ditch w... (by Disch)
|
by jesslich
Banking Program
|
|
[4 replies] Last: Thank you! (by jesslich)
|
by Usha
Conditional debugging
|
|
[3 replies] Last: But still it was giving error. What error? In functions.cpp, whe... (by AbstractionAnon)
|
Why is my basic battle system failing? [no compile errors] |
|
[8 replies] Last: Since other people gave you a lot of good advices. I will give you thi... (by Ceset)
|
by iebwen
how to find repeated words
|
|
[7 replies] Last: I had a project that parsed and wrote pickit files for a bot... and fo... (by roger911)
|
Arrays and smart pointers |
|
[6 replies] Last: As per your requirements you really ought to consider using a std::deq... (by Duthomhas)
|