string length (I'm in a hurry) |
|
[6 replies] Last: oh I got it now thanks a lot (by parinaz mellatdoust)
|
by wolfie16
User-Defined classes
|
|
[3 replies] Last: if you are too busy to write code for it, why not just open the file i... (by jonnin)
|
a simple game |
|
[4 replies] Last: it's possible, im going to give you a starting point. #include <io... (by closed account SECMoG1T)
|
by ronnin
Call statements
|
|
[9 replies] Last: yes. (by jonnin)
|
by RNBW
Misses one item in first iteration of loop
|
|
[11 replies] Last: @jlb I just want to do it this way. It saves a lot of error checking ... (by RNBW)
|
by Dietmil20
Final exam(need help)
|
|
[6 replies] Last: #include "stdafx.h" #include <iostream> #include <iomanip> using name... (by Dietmil20)
|
by mattieway42
Fixing assignment errors
|
|
[1 reply] : sort the array, then write it out in a loop. Personally I like to use... (by jonnin)
|
by shihtzu
Help With Recursion In Minesweeper C++
|
|
[1 reply] : Posted here already: http://www.dreamincode.net/forums/topic/407648-h... (by Thomas1965)
|
by Roflbcopter
semaphore mutex and a producer/consumer problem
|
|
[1 reply] : cannot seem to be able to tell if the consumer has caught up with the... (by gunnerfunner)
|
by thebig1
Timer Help For Newbie
|
|
[1 reply] : Hello thebig1, Welcome to the forum, Your code slightly revised: ... (by Handy Andy)
|
by ronnin
Program compiler errors
|
|
[2 replies] Last: Thanks! Got rid of the brackets and it works great (by ronnin)
|
by pir4t3x
reading the year value of a file
|
|
[3 replies] Last: It's a little bit unclear what you are asking. If you trying to extra... (by lastchance)
|
by cash
Convert to C++
|
|
[4 replies] Last: jonnin is right. GCC complains about "unknown typename airplane" (by Thomas1965)
|
by daimkhalid07
Need help again
|
|
[3 replies] Last: "Your line 3 should work, but" that should read, "Chervil's line 3".... (by Chervil)
|
by daimkhalid07
Help
|
|
[5 replies] Last: Derscription of this function: int getInteger() { int n; ... (by Chervil)
|
by aaron1990
Document Classification - NLP with 300,000 Ngrams from 200 documents resulting in 50 million frequency values
|
|
[1 reply] : Why the size of datatype is large in Python? Because in Python it is ... (by coder777)
|
by Joello
C++ super confused..
|
|
[4 replies] Last: Wow it's always something simple like that.. thank you! I need to work... (by Joello)
|
by ronnin
Program to process test scores
|
|
[14 replies] Last: That is my only option as of now. I get all the same errors after repl... (by ronnin)
|
by byearnold
finding nth prime number
|
|
[1 reply] : Your IsPrime() isn’t simply unoptimal, it is flat out wrong. (Sorry.... (by Duthomhas)
|
extracting info from bit patterns |
|
[9 replies] Last: thank yah everyone: if you can look at the least bit, you can check ... (by closed account SECMoG1T)
|