by timheyes
Syntax of reference pages
|
|
[1 reply] : it tells you that svariable must have the type const char * or a ... (by Cubbi)
|
by zorro55
how two c++ programs can communicate?
|
|
[1 reply] : This is called IPC (inter-process communication) and is far from simpl... (by mik2718)
|
Frustration with first foray into template classes. |
|
[2 replies] Last: If you're trying to write party ->manageEquipment(); and have it ca... (by Cubbi)
|
Switch Statement: Setting a variable |
|
[6 replies] Last: Thanks for your help- I reworked the while and fixed the case statemen... (by closed account NU9GNwbp)
|
by kempy
if statement to set calendar on right day
|
|
[2 replies] Last: mmk so how can i make it to where if a day starts on a tuesday, the da... (by kempy)
|
by santih87
const char, char const
|
|
[11 replies] Last: Warning: delete is used improperly, a memory leak will occur. (by modoran)
|
by Logik22
'Random Number Guesser' game (w/ functions)
|
|
[6 replies] Last: Thank you stew. Another question I have is why isn't function 'add_a... (by Logik22)
|
by tempneff
I am having trouble reading and writing files
|
|
[4 replies] Last: Thanks, I understand now. and the initial problem is solved but now wh... (by tempneff)
|
by m1rjj00
What is this doing?
|
|
[1 reply] : It looks like a constructor for the structure. (by Texan40)
|
by tempneff
Why would the addition of an 'if' statement makes the program skip the getline
|
|
[1 reply] : You really should learn to use indentation. It makes it much easier to... (by Peter87)
|
by ctittle
Trying to make the program work for class, someone please point me in the right direction...
|
|
[6 replies] Last: Alright thanks guys, I just went with the equation that was on my assi... (by ctittle)
|
by zone19871
Class/Inheritence Help Please
|
|
[no replies]
|
by cindyath
Does anyone know why this read function won't work?
|
|
[no replies]
|
by Maggi Iggam
A simple problem of storing ...
|
|
[6 replies] Last: Okay , thankyou , i have got it ! (by Maggi Iggam)
|
fstream problem |
|
[1 reply] : What are the values of input_line? Maybe you should print them to deb... (by kbw)
|
by nomi
compare char in matrix
|
|
[3 replies] Last: Basically @hamsterman said that since your matrix contains char s you... (by eypros)
|
by danoc93
I need to code a symbolic differentiation program :s
|
|
[3 replies] Last: > I'm not asking for a code, I'm asking for ideas... Assuming that yo... (by JLBorges)
|
by Taylrl
Very simply reading in data :-) ......then into a vector (1,2)
|
|
[28 replies] Last: Finally cracked it! I knew it would be something stupid somewhere. ... (by Taylrl)
|
by hopesfall
Passing arrays as a constant reference parameter?
|
|
[4 replies] Last: IMHO, prefer using a typedef; makes it a lot more readable. enum { N... (by JLBorges)
|
by dina111
In for loop and arrays
|
|
[1 reply] : int x = 0; int array ; int arr ; cout<<"enter 5 numbers"<<endl; fo... (by ThangDo)
|