by xxz1234
how to read data in txt file
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by MiiNiPaa)
|
by highronn
How to know if std::cin is blocking a thread?
|
|
[1 reply] : there should be a way which should involve multi-threading. Aceix. (by Aceix)
|
Comparing a string in input to a dictionary file |
|
[2 replies] Last: This is for my knowledge, I already know a bit of c++ but not at this ... (by vanillarainbow)
|
by nukermachin
Hi Im not sure how to do this, may someone explain me how?
|
|
[3 replies] Last: The hint pretty much just tells you how to solve the problem. First, c... (by ModShop)
|
by NevilEyes
code for inserting element from end in a linked list ( not working!!)
|
|
[1 reply] : if(last=NULL) // == not = (by TarikNeaj)
|
by johanflamand
What's the best library for handling MySQL databases?
|
|
[no replies]
|
by isaacthebro
functions for linklist dont work
|
|
[4 replies] Last: ok I got it thanks so much (: (by isaacthebro)
|
by nanaluPH
Need fixing and refining
|
|
[3 replies] Last: Why does it need fixing? Does it not work? Do you get Errors? If so, ... (by TarikNeaj)
|
by csstudent123
pointer memory allocation
|
|
[14 replies] Last: thanks..a relief (by csstudent123)
|
by Rodr1697
Nim 2 player?
|
|
[3 replies] Last: Still: change "Player 1" -> "Player " << current_player To detect... (by coder777)
|
by cmajor28
Int24
|
|
[1 reply] : cannot convert from const int24_t to int32_t. You cannot apply non... (by MiiNiPaa)
|
by eldiener
Macro replacement interpretation
|
|
[1 reply] : > Does this mean that invoking a macro with more arguments than there ... (by JLBorges)
|
by signogru
Help! error LNK2019 and fatal error LNK1120
|
|
[4 replies] Last: Oh wow I can't believe I made such a stupid mistake! Ok I got it worki... (by signogru)
|
by Gyiove
communicating with other program ( creating debug program )
|
|
[1 reply] : Look at ptrace. It lets you look at system calls from other programs, ... (by fabtasticwill)
|
by thevirus
Loops Help Needed how to divide this code?
|
|
[no replies]
|
by cmajor28
Assign char*[] to void**
|
|
[6 replies] Last: This actually works. Everything is returned correctly. And that void**... (by cmajor28)
|
by nileshjdarji
Explain
|
|
[4 replies] Last: Got it now. Thanks a lot for explaining in detail. (by nileshjdarji)
|
by Gbanawoman
Guessing Game
|
|
[3 replies] Last: Your guessing game is far from being correct. There are a bunch of c... (by TarikNeaj)
|
Substitution Cipher, Strings and Functions |
|
[13 replies] Last: What you have done is extremely rude and selfish. By blanking your pos... (by LB)
|
by isaacthebro
class function for removing and adding linklist dose not work
|
|
[1 reply] : Continued in http://www.cplusplus.com/forum/general/160253/ Please do... (by LB)
|