by Fedzzy
What to begin with?
|
|
[11 replies] Last: Thanks! I assume there will be more samples like this. Do you have a l... (by fguy)
|
by koce
Help on text convertion to utf-8
|
|
[4 replies] Last: Thanks to all of You guys for the attention and time taken in my still... (by koce)
|
by Kew
Simple Snake Game C++ in Unix
|
|
[9 replies] Last: Any one please help? Thank you (by Kew)
|
by KMagic
Int variable's value won't change after being moved
|
|
[3 replies] Last: As JLBorges showed it: You need to explicitely write std::move(...) in... (by coder777)
|
by Kew
The header for kbhit() and getch() in linux
|
|
[2 replies] Last: Undefined symbols for architecture x86_64: "_main", referenced fro... (by Kew)
|
by afmdnf
Searching for words in text file
|
|
[3 replies] Last: That link I posted shows how to get each line, then you can use variou... (by mutexe)
|
error calling function |
|
[5 replies] Last: why are you passing choice to your functions? You never use it in th... (by mutexe)
|
by thechavinil
to make new folder using mkdir
|
|
[3 replies] Last: > How can I specifically give a name to the folder at run time? #i... (by SamuelAdams)
|
by am71
How to get my Program to read every 6th line of data
|
|
[6 replies] Last: Didn't take time to document it, but this gives you everything you nee... (by SamuelAdams)
|
by tbirdlx89
Arrays and Functions
|
|
[2 replies] Last: Hello tbirdlx89, Please edit your original post and use code tags. Wi... (by xismn)
|
by BuzzCopter
wxWidgits3.02 & Code::Blocks13.12 problem?
|
|
[5 replies] Last: lol ok now i think i'm upto the I statement thing that was said :P I t... (by BuzzCopter)
|
by Mr D
Ifstream issues
|
|
[6 replies] Last: Do you know that there are other reasons for the file to fail to open ... (by jlb)
|
by zhepyrval
Curses Key Definition Doesn't Work
|
|
[3 replies] Last: 'ch' should be an int. (The returned key codes aren't just characte... (by Duthomhas)
|
by curious noob
Help understanding recursive function to compute factorials
|
|
[2 replies] Last: I don't have the time to really analyze your code very deeply, but the... (by Duthomhas)
|
by supernoob
Bracketing Search help
|
|
[1 reply] : Please use variable names that provide meaning. While reading your co... (by kevinkjt2000)
|
by thechavinil
to print 'x' no of integers per line
|
|
[3 replies] Last: // http://ideone.com/XNI6JP #include <stdio.h> #include <stdlib.h> #i... (by cire)
|
by agustito6
Error sending data via Socket
|
|
[no replies]
|
by alphaburner
ARRAYS
|
|
[2 replies] Last: LMAO i saw that right after i posted this. Now i feel stupid (by alphaburner)
|
by jgreenwo13
Help With Sorting a Structure Array
|
|
[7 replies] Last: There is no array of student last names , as your code currently stand... (by MikeyBoy)
|
by MisterWHite
how to read this text file?
|
|
[9 replies] Last: There are three obvious choices: 1. Dynamically allocate memory. Use ... (by keskiverto)
|