by smcguffee
bug with ostream::operator<<
|
|
[2 replies] Last: extern long method; extern vector<string>newArgs; void printArgs(ostr... (by smcguffee)
|
by mcqueen
Best Program
|
|
[1 reply] : ... void Spammer::GoToSleepAndRest(bool forceIfNotResponding) { ... ... (by savavampir)
|
by Janlan
Project help
|
|
[4 replies] Last: Its not best solution but its better then nothing: #include <iostrea... (by savavampir)
|
by shadowayex
Reading/Writing binary files.
|
|
[2 replies] Last: Google around CRC32 for a very simple checksum algorithm. (by Duthomhas)
|
by suetam
funcion quadratic funcion cuadratica
|
|
[no replies]
|
by aerospace
SFML Compile Error: C1083: Cannot open include file: 'climits'
|
|
[no replies]
|
FLTK IM Chat Window remote (pop-up) instantiation, GUI speed issues, and graceful socket closure |
|
[2 replies] Last: Found out why from our resident FLTK expert. You can only call show()... (by Austin Covello)
|
by ohnmeiss88
help with my hangman project
|
|
[1 reply] : //Shows the Picture for when you win the game void Won_The_Game_Displa... (by ohnmeiss88)
|
by soublaze131
Designing a mastermind game
|
|
[1 reply] : some_type board ; Though you might find a 1d array more comfortable... (by hamsterman)
|
by gregarion
Deallocation of memory
|
|
[7 replies] Last: As far as I know there is no way to reduce the memory allocated to a s... (by Galik)
|
by rajimrt
Remove Specific Characters from a char buffer
|
|
[4 replies] Last: It would be difficult to write your own code which will work better t... (by writetonsharma)
|
by rohitrp2003
Help with vectors
|
|
[1 reply] : When you will update k to 0? It will keep on increasing. (by writetonsharma)
|
by Suraj9777
How to Retrieve primary key field in ADODB?
|
|
[no replies]
|
by Adidas
STL list <>
|
|
[2 replies] Last: 2.how I can find a spesific object in the STL list? What resembles t... (by savavampir)
|
Accessing Base Class Function |
|
[3 replies] Last: That sentence doesn't make sense. Is it suppose to be: "Implement the... (by savavampir)
|
by batchprogram
Signed saturated addition with only bitwise operations
|
|
[1 reply] : I think you cannot use "!" as this is logical operator, not bitwise. ... (by Abramus)
|
by rapduty
Need help with errors
|
|
[1 reply] : cout is defined in std namespace! Either introduce whole: #include <... (by savavampir)
|
by FJB1022
Parallel Arrays? Any help is appreciated
|
|
[7 replies] Last: #include <iostream> #include <fstream> #include <string> using names... (by FJB1022)
|
by Ruether
Prompt the user for a six digit integer then output each digit of the number.
|
|
[2 replies] Last: I think...if you mod the number by 10 and then output this remainder y... (by buffbill)
|
by Shrk
Homework Lab Help
|
|
[5 replies] Last: how would i get the squareroot of G*M like this? sqrt(G*M) whats a de... (by Shrk)
|