by voyance
Is there a difference in (void) and ()?
|
|
[3 replies] Last: Hmmm...interesting. I never learned any programming languages other th... (by voyance)
|
by JCaselles
Needing tip with multiple deque.erase
|
|
[3 replies] Last: You're welcome :) (by TheDestroyer)
|
by gmenfan83
Use of enum's?
|
|
[1 reply] : It just makes life easier for periodic events, like weekdays, months n... (by TheDestroyer)
|
by iDontGetIt
Need help with a vector of vectors
|
|
[8 replies] Last: Thanks Destroyer and Stewbond for the life raft ! That one had me tot... (by iDontGetIt)
|
Linker error |
|
[2 replies] Last: replace int choice ( int response()) with int choice ( int respons... (by Stewbond)
|
Using strchr? |
|
[1 reply] : I'm not sure if you're using c++ or C, Here is what I would do, but it... (by Stewbond)
|
by Raistlin121
Declaring pointers to an array... or something?
|
|
[6 replies] Last: string* pszArr = new string ; ^ ^ ^ ^ ^ ^ | | ... (by Stewbond)
|
by programmerx
Find error plzzz...
|
|
[3 replies] Last: speacial thanks to "LowestOne" and as well as "TheDestroyer" code real... (by programmerx)
|
by pooshi
Matrix with srand
|
|
[2 replies] Last: To add to what oonej said, srand() is used to seed the rand() function... (by BlackSheep)
|
by nerdycameron
My first program
|
|
[10 replies] Last: .... if (dis < 0) { imag = sqrt(dis); imaganswer1 = (-b+imag); imag... (by nerdycameron)
|
by dsustudent59
need assistance on setting up arrays
|
|
[15 replies] Last: [quote=altbdoor]i had hoped to focus on making dsustudent59 understand... (by S G H)
|
by amy1234
Dice game?!!?I need help with EVERYTHING!! (1,2)
|
|
[21 replies] Last: Off of the intended topic, as a mechanical engineer programming is VER... (by Stewbond)
|
by Atari
Need help with function.
|
|
[3 replies] Last: Something like this? #include <iostream> using std::cin; using std::... (by Stewbond)
|
Expected primary-expression before ',' token error |
|
[3 replies] Last: Thanks a lot guys! I thought it would have been something silly like t... (by mysterioscone)
|
by hankydorky
Football ticket reservation
|
|
[13 replies] Last: https://docs.google.com/open?id=0B5JGUxzaMyuJUENzZGdoeVI2a3M https://... (by hankydorky)
|
by cplusfreak
Division function returns int.
|
|
[2 replies] Last: thanks! (by cplusfreak)
|
by Sloppos21
Help using 'while' and 'for' loops
|
|
[1 reply] : I don't see any problem. 3 2 +...+8 2 = 199. Could you be that you mi... (by hamsterman)
|
by cdj2k10
My 1st programme?
|
|
[11 replies] Last: I personally think C++.NET is a joke. .NET is good in c# and VB, but s... (by ResidentBiscuit)
|
by EGoodman
trouble with writing loops
|
|
[3 replies] Last: He forgot () wherever necessary, but wrote it everywhere where it is u... (by Shinigami)
|
by Yume
Problem with strcmp
|
|
[3 replies] Last: I used the strtok function and it worked now. Thank you! (by Yume)
|