by shadowfold15
Trying to read .txt file name and contents
|
|
[3 replies] Last: @integralfx so like this? ifstream myfile; myfile.open(firstname + ... (by shadowfold15)
|
by Yankee99402
Now I am having an issue passing my vector into a function. Any ideas?
|
|
[4 replies] Last: Please edit your post and use code tags. Now I am having an issue pa... (by TarikNeaj)
|
by Yankee99402
Pass be refrence
|
|
[1 reply] : You pass by reference by adding &. That'll mean your function will hav... (by TarikNeaj)
|
Learn C++ better or Learn Java |
|
[10 replies] Last: First I should say a little about myself. I’ve been programming in ... (by wizebin)
|
by sakonpure6
How can I create an app that asks the users for input?
|
|
[1 reply] : Depends on the platform you're targeting. I'm assuming you're talking ... (by wizebin)
|
by c00012
help me to find a bug....
|
|
[3 replies] Last: what are you really coding? you are using 2 language at the same time ... (by xenoviaquarta)
|
by mpark4656
Beginner's Challenge - Book Exercise
|
|
[5 replies] Last: No prob, glad I could help! (by guatemala007)
|
by jamesfarrow
factorial, e and taylor series e^x
|
|
[4 replies] Last: Thanks very much! I now get an accurate series for e^x. As you pointed... (by jamesfarrow)
|
smart pointers manual |
|
[4 replies] Last: thanks guys okay, i see i have another side of curiousness but this a... (by xenoviaquarta)
|
by peteyde
Probability Board "toy"
|
|
[5 replies] Last: #include <stdio.h> #include <stdlib.h> #include <ctime> #include <i... (by peteyde)
|
by etrusks
cant pass comparison function as argument
|
|
[2 replies] Last: ohh, thank you very much man :) (by etrusks)
|
by qishuhao
output pointer to char and output pointer to int
|
|
[3 replies] Last: @Moschops Thank you so much for replying soon and i can understand the... (by qishuhao)
|
by bluejenny20
need to save data
|
|
[3 replies] Last: Thanks for that. I suspect it may need a bit of fine-tuning. Some of t... (by Chervil)
|
C++ Windows forms |
|
[3 replies] Last: To write a Windows(GUI) program in C++ you have many options: 1. You ... (by Thomas1965)
|
help with finding bugs |
|
[4 replies] Last: OK, but what I suggest you do is copy out the parts that don't work an... (by closed account 48T7M4Gy)
|
base operand of '->' has non-pointer type |
|
[2 replies] Last: thanks :) just figured it out (by xenoviaquarta)
|
by HelmyG
error calling a function from a nested class
|
|
[4 replies] Last: thank you so much cire.. solved by making an object of the inner class... (by HelmyG)
|
by h0290r894h4h
How to code this simple code?
|
|
[no replies]
|
by MoonFrost
How to Link to a Static Library
|
|
[2 replies] Last: Because my main goal is to be able to give the program to my friends s... (by MoonFrost)
|
Wrong Input |
|
[5 replies] Last: Ok I'll rewrite it. Excellent. It is only a couple of lines. So you ... (by closed account 48T7M4Gy)
|