by GRex2595
Sending Clicks to Inactive Windows
|
|
[6 replies] Last: Thank you for your help! I'll get on that as soon as I get my homewor... (by GRex2595)
|
by melkis503
Classes, setters, and getter.
|
|
[7 replies] Last: Very welcome my friend. Goodluck to you. (by TarikNeaj)
|
by lampshader
Writing std::string to std::ofstream
|
|
[8 replies] Last: You should never rely on that. Always include the headers for the th... (by LB)
|
by vtk
passing a structure to a function with an array that dynamically allocates the structure
|
|
[1 reply] : my syntax error is right after void recordArray(BookRecord *book); in ... (by vtk)
|
by Bdanielz
Confused about implementing a set and get to a private object.
|
|
[3 replies] Last: Hello again, You probably shouldn't have those trivial set functions... (by Bdanielz)
|
by Gyiove
bit structure (the way the int or number will be as bits:11000000...=3)
|
|
[3 replies] Last: Yes. It will work fine. (by MiiNiPaa)
|
by Tommy1998
C++ Convert VERY long number in string to int
|
|
[5 replies] Last: myfile<<fixed<<pow (x,y); This is not going to work for large values... (by MiiNiPaa)
|
running c++ exe file in background |
|
[2 replies] Last: Do not link to console subsystem. How to do that is differs on differe... (by MiiNiPaa)
|
by ACHRAF92
application of the fibonacci function with loop?
|
|
[2 replies] Last: thank you for your help :) (by ACHRAF92)
|
by otakujome
Primes rage
|
|
[6 replies] Last: Hi, [quote=otakujome]...... are that I need to test a number to see i... (by TheIdeasMan)
|
by ladysarah
Loading and login screen
|
|
[no replies]
|
by TeachMeX
Sudoku Game
|
|
[3 replies] Last: +---+---+---+---+---+---+---+---+---+ +___|___|___+___|___|___+___|_... (by TeachMeX)
|
by zecbmo
Room generation with paths inbetween
|
|
[4 replies] Last: Thanks LB for your help. After a while debugging I found the solution ... (by zecbmo)
|
by ACHRAF92
Application of fibo function!
|
|
[2 replies] Last: hi, I think recursion is wrong to calculate the Fibonacci function I l... (by ACHRAF92)
|
by NiceRouchy
bug with array?
|
|
[1 reply] : It is most likely you that has made a mistake. I can't guess what it i... (by Peter87)
|
by jonBrandon88
program keeps throwing "press any key to continue..."
|
|
[1 reply] : I think the problem is that you are reading and writing to the file at... (by Peter87)
|
by AndyFrank
Difficulty with an exercise
|
|
[4 replies] Last: Hi, Thank you very much for your guidance. I appreciate you for it :)... (by AndyFrank)
|
by Fitzy
operand types are incompatible
|
|
[1 reply] : c is a character. "a" is a string. If you want to compare with a char... (by firedraco)
|
by matapexxxX
Help me find tally the numbers of odd and even
|
|
[3 replies] Last: you need to call inputFile.open (by kevinkjt2000)
|
by lampshader
PPM Image file Magic Number and MaxColorValue
|
|
[1 reply] : All your questions are answered in the documentation: http://netpbm.so... (by Duthomhas)
|