by dkaip
regex problem
|
|
[13 replies] Last: std::wregex integer( L"\\s[0-9]+\\s" ); // whitespace, one or more de... (by JLBorges)
|
by jasonwynn10
I'm looking for a piece of code that can...
|
|
[1 reply] : Pretty vague request there. . .is this a function call? If so, what i... (by PCrumley48)
|
by suzaku343
user controlled nested loop
|
|
[3 replies] Last: total2 = 0; for( day ; day<=daysWorked; day++) { ... (by wildblue)
|
by TheUnholy
Good GUI Porgrams?
|
|
[8 replies] Last: I have seen those tutorials before, and I have them downloaded on my... (by tmason)
|
by Newie0001
Any tips?
|
|
[no replies]
|
by Felzor
Exam Grader output problem
|
|
[1 reply] : Please edit your post and make sure your code is [co de]between code ... (by LB)
|
by wrollings
help finding area and perimeter of given coordinates
|
|
[3 replies] Last: If they have the max number of corners (10), the code is going to go o... (by wildblue)
|
by Moayad18
need help with my homework
|
|
[1 reply] : What have you written so far? By the way, unless the assignment or yo... (by LB)
|
by sosukeaizen
Returning a pointer to 2-D array from a function.
|
|
[2 replies] Last: Here is an example code using a function that returns a pointer to a 2... (by tanezavm)
|
by Tommy1998
Highest Level Of Game Development In C++
|
|
[2 replies] Last: Probably DirectX. Probably custom library wrapping DirectX calls, th... (by MiiNiPaa)
|
by halld3
Calculate Time
|
|
[3 replies] Last: Your time class shouldn't know anything about the user and certainly s... (by LB)
|
by ridahel
c++ program needs small addition
|
|
[2 replies] Last: This is a duplicate post I think...anyway Try to use this and if thi... (by tanezavm)
|
by ridahel
help with a program
|
|
[5 replies] Last: Try to use this and if this works, try to understand or ask questions... (by tanezavm)
|
by Dave Conley
Data Structure for Predicate in STRIPS Planning System
|
|
[no replies]
|
I need help with some calculations for and if else statement |
|
[2 replies] Last: A couple of other things from the code - the comma operator doesn't wo... (by wildblue)
|
Having trouble with if else statement |
|
[4 replies] Last: I think you should understand what is asked to calculate. We can give ... (by tanezavm)
|
by awais345
program not returning to choice(after enter the wrong number)
|
|
[no replies]
|
Method passes values to a vector, but the vector stays empty? |
|
[6 replies] Last: Oh sorry I misread your message. Thanks, I'll try this. (by monday to friday)
|
by popa6200
define a function with multiple types
|
|
[2 replies] Last: Every function is defined by it's name and types of arguments. So you ... (by Konstantin2)
|
by ridahel
help in my program
|
|
[1 reply] : I know that this thread was created before the other, but please don't... (by LB)
|