HOW TO READ AND DISPLAY A SPECIFIC STRING FROM TEXT FILE AND DISPLAY TO SCREEN. |
|
[1 reply] : Hi, Please use code tags: http://www.cplusplus.com/articles/z13hAqk... (by TheIdeasMan)
|
by samarth123
string problem
|
|
[2 replies] Last: Your for loop is wrong. for(int i=0;i<l;i+3) I guess you want to in... (by Thomas1965)
|
by devonrevenge
Is there significantly more overhead repeatedly launching a thread than just having one running constantly?
|
|
[9 replies] Last: I forgot just how fun you guys were. (by devonrevenge)
|
Matrix generator for a specific determinant |
|
[10 replies] Last: Yeah, not a good idea... I really need det(M)=1 or -1. If you still w... (by closed account zv05oG1T)
|
by rabster
Getline function error
|
|
[2 replies] Last: Holy crap I never even knew that. Dang you got some good knowledge and... (by rabster)
|
by TheSocket
Char to int (MinGW)
|
|
[18 replies] Last: Solved! Guys the problem was sooooooooo simple and I wasted hours. The... (by TheSocket)
|
by johnny221
How to do this?
|
|
[1 reply] : What are you having a problem with, the GUI or the prime numbers? For ... (by pnoid)
|
by benkitt
Divide operand
|
|
[2 replies] Last: I think I understand now and where else I may have issues... thanks (by benkitt)
|
by misterhup
Images in graphics.h
|
|
[5 replies] Last: What IDE and compiler are you using OP? (by Computergeek01)
|
by demon6552
so, is there an easier way to create maps for say, a pac-man clone than hard coding rectangles?
|
|
[3 replies] Last: there are other objects, such as the dots and the sprites themselves.... (by helios)
|
by AmmmG 01
Movement of Knight in Chess!
|
|
[11 replies] Last: Yes, apologies, I studied English long time ago in the US.... ☺ I di... (by AmmmG 01)
|
by alex067
Writing object into binary file
|
|
[10 replies] Last: Either approach could be made to work but writing only the attributes ... (by Computergeek01)
|
by AmmmG 01
Possible movement of Knight in Chess.
|
|
[1 reply] : #include <iostream> constexpr int N = 8 ; // board size using board_... (by JLBorges)
|
by craigmanson
Opinions on coding of Parallelism in C++
|
|
[2 replies] Last: In the tool we're creating we are building upon and extending these me... (by craigmanson)
|
by lilaii
Shared memory with services
|
|
[no replies]
|
Quick Dirty Command Line Parser Isn't working |
|
[1 reply] : The first argument (0) is always the executable (and path). So start t... (by coder777)
|
! File handling in C++ ! |
|
[1 reply] : this : http://www.learncpp.com/cpp-tutorial/8-8-the-hidden-this-poin... (by coder777)
|
Why to write int(in_time.ti_hour) ? |
|
[2 replies] Last: Is ti_hour a char type ( char , unsigned char or signed char )? The... (by Peter87)
|
by mike9407
Pointer can become array ?
|
|
[2 replies] Last: You can use array syntax with pointers. a is the same as *(a + 1... (by Peter87)
|
by StoriesOfRen
Help!! Debugging issue
|
|
[2 replies] Last: You just need to include a line before the getline function is called ... (by Stalker)
|