
please wait
New Member (w/ Code) |
I have been searching the forums for a while now and I love how much experience you guys have. Most of you seem very knowledgeable and very helpful so I decided... |
Jun 5, 2012 at 3:48am
[11 replies] Last: Thanks Disch. But I have recently run into a new problem with my menu ... (by Volatile Pulse)
|
by Himsdlee
Sorting of Vowels and consonants via Linked Lists
|
Hi Guyz. I've been given a task to write a program that prompts the user to input a text, and the program calculates the number of vowels & consonants, then so... |
Jun 5, 2012 at 3:39am
[2 replies] Last: I'm actually new to lists. Now having problems with passing strings/ch... (by Himsdlee)
|
by cvicious
Invalid operands of types 'int' and 'const char[2]' to binary 'operator<<' in main.cpp
|
The title explains the error I'm receiving for the code below. As I'm brand new to programming I'm hoping for, at the very least, a decent explanation of where ... |
Jun 5, 2012 at 1:02am
[2 replies] Last: Thanks for the info! (n=(n-25)) was needed. (by cvicious)
|
by Ahaanomegas
GetLine(); Usage
|
I was given a brief introduction to the GetLine(); function in my C course, but I wasn't clearly told how to use it. Someone told me that this function does... |
Jun 5, 2012 at 12:55am
[1 reply] : If your teacher is talking about std::getline().. that that is definit... (by Disch)
|
by william427
IS file Encryption done byte by byte
|
hey IS file Encryption done byte by byte? |
Jun 4, 2012 at 11:38pm
[1 reply] : Depends on the encryption method and the hardware doing it. (by Moschops)
|
by UraniumSlug
Safe deletion of multidimensional char**
|
I have a multi dimensional char** array which I'm looking to safely delete without any leaks. I was doing some research and read somewhere that simply calling ... |
Jun 4, 2012 at 11:22pm
[4 replies] Last: Brilliant, makes sense since it's a pointer to a pointer. I guess if i... (by UraniumSlug)
|
using find |
I apologize for being vague and only posting partial code but my assignment is complete except for this one thing. I am making a program that searches a library... |
Jun 4, 2012 at 10:37pm
[4 replies] Last: Thanks (by curtisschlepp)
|
by skarla
video on yt.
|
I uploaded a video in youtube with my tic tac toe. i tell it in this site,because they are many beginners here who they want to learn how to code a simple tic ... |
Jun 4, 2012 at 9:45pm
[5 replies] Last: i know how to paste the code,but why to do it?i have make a video wit... (by ResidentBiscuit)
|
by R23MJ
Making settings for web browser
|
so basicly what i am trying to do is make a settings form for my basic web browser, if you dont know what i mean im talking about like the internet options menu... |
Jun 4, 2012 at 8:19pm
[7 replies] Last: Oh, I know it is Visual C++. C++/CLI is a Microsoft-only thing. Use ... (by webJose)
|
by Zexanima
Remove character from string
|
I'm trying to remove characters from a string where the characters exist twice. For example: t a t tletale a tlet a le t le t le l e l e ee I've... |
Jun 4, 2012 at 7:27pm
[6 replies] Last: Exactly. That's why I have the two calls to erase so that every call, ... (by Zexanima)
|
by Need4Sleep
Help with Enums(Program)
|
Running into trouble with enumerations, they just seem so confusing. please take into account this is not a school assignment, i self teach myself through boo... |
Jun 4, 2012 at 7:26pm
[7 replies] Last: I looked over the code again really quick, but wouldn't it be easier t... (by Volatile Pulse)
|
by Whovian
Basic misunderstanding of C-style strings
|
To make sure my understanding of C-style strings was correct, I tried: #include <cstdio> int main() { const char* greet = "W"; std::printf("Fi... |
Jun 4, 2012 at 7:13pm
[8 replies] Last: In C++, setting a variable to some value will only cause a change in t... (by Moschops)
|
Return end of char * |
Simple question. How would you return a pointer to the end of a character array? e.g. "Hello, World" would return 'd' Thanks, Rowan. |
Jun 4, 2012 at 6:53pm
[3 replies] Last: Thanks, perfect! (by closed account 2NywAqkS)
|
by Freckles1224
Error C2664!
|
I get an error C2664: 'Process_Data' : cannot convert parameter 2 from 'Stud' to 'Stud ' :^( I tried searching the forums before posting and I found th... |
Jun 4, 2012 at 6:14pm
[4 replies] Last: Thanks for your help so far, my professor didn't have time to go over ... (by Freckles1224)
|
by Dan Feerst
cvWarpAffine and masks
|
So I need to take a black and white image, rotate it and stamp it on to another image without the white spaces overlapping. I wrote this which works for the ... |
Jun 4, 2012 at 5:58pm
[1 reply] : never mind. Figured it out. Accidently inverted the mask twice. (by Dan Feerst)
|
by GRex2595
Compiler fail???
|
Can someone please compile and run this and post output for me? I don't know what's wrong and nothing I do to test this is working. I think it may be a compil... |
Jun 4, 2012 at 5:54pm
[5 replies] Last: New problems with this code. Problems start in zone method. void Mi... (by GRex2595)
|
by GRex2595
Variable equals one but outputs 10 or greater
|
I am working on making minesweeper for the fun of it, but I'm having some serious issues. I have this code on another thread, but I don't even know if it was p... |
Jun 4, 2012 at 5:47pm
[10 replies] Last: Not so perfect actually. I'm having new problems that are more confus... (by GRex2595)
|
by ffox0510
Variable cannot be used as a function
|
Getting an error in line co2= pow(1-(1+int_month, time_period(-1)); I tried declaring the function right below the namespace, but i think the problem ... |
Jun 4, 2012 at 4:50pm
[4 replies] Last: You're only passing one argument to pow(), it needs two: double x = p... (by Lowest0ne)
|
by solo2wolf
Array of strings
|
How do I build an array of strings? It needs to be dynamic obviously so I'm thinking I should use a vector but I'm not sure how to do that? It will be a 2 di... |
Jun 4, 2012 at 4:25pm
[2 replies] Last: Use vectors from the standard template library to do this. Vecto... (by LimeOats)
|
by leeto
inheritance. Saving functuanality base and derive classes.
|
Saving functuanality base and derive classes how to implement(/ rewrite this code )? Please help. Other words , I want that if I call: n.attack(); my outpu... |
Jun 4, 2012 at 4:08pm
[2 replies] Last: Many Thanks +100500 likes on your post ! (by leeto)
|