Beginners - June 2012 (Page 45)

New Member (w/ Code)
 
I have been searching the forums for a while now and I love how much experience you guys have. Most ...
[11 replies] Last: Thanks Disch. But I have recently run into a new problem with my menu ... (by Volatile Pulse)
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 p...
[2 replies] Last: I'm actually new to lists. Now having problems with passing strings/ch... (by Himsdlee)
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 h...
[2 replies] Last: Thanks for the info! (n=(n-25)) was needed. (by cvicious)
GetLine(); Usage
 
I was given a brief introduction to the GetLine(); function in my C course, but I wasn't clearly...
[1 reply] : If your teacher is talking about std::getline().. that that is definit... (by Disch)
IS file Encryption done byte by byte
 
hey IS file Encryption done byte by byte?
[1 reply] : Depends on the encryption method and the hardware doing it. (by Moschops)
Safe deletion of multidimensional char**
 
I have a multi dimensional char** array which I'm looking to safely delete without any leaks. I was ...
[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 t...
[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 beg...
[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...
[7 replies] Last: Oh, I know it is Visual C++. C++/CLI is a Microsoft-only thing. Use ... (by webJose)
Remove character from string
 
I'm trying to remove characters from a string where the characters exist twice. For example: t a...
[6 replies] Last: Exactly. That's why I have the two calls to erase so that every call, ... (by Zexanima)
Help with Enums(Program)
 
Running into trouble with enumerations, they just seem so confusing. please take into account this...
[7 replies] Last: I looked over the code again really quick, but wouldn't it be easier t... (by Volatile Pulse)
Basic misunderstanding of C-style strings
 
To make sure my understanding of C-style strings was correct, I tried: #include <cstdio> int ...
[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, Wor...
[3 replies] Last: Thanks, perfect! (by closed account 2NywAqkS)
Error C2664!
 
I get an error C2664: 'Process_Data' : cannot convert parameter 2 from 'Stud' to 'Stud ' :^( ...
[4 replies] Last: Thanks for your help so far, my professor didn't have time to go over ... (by Freckles1224)
cvWarpAffine and masks
 
So I need to take a black and white image, rotate it and stamp it on to another image without the wh...
[1 reply] : never mind. Figured it out. Accidently inverted the mask twice. (by Dan Feerst)
Compiler fail???
 
Can someone please compile and run this and post output for me? I don't know what's wrong and nothi...
[5 replies] Last: New problems with this code. Problems start in zone method. void Mi... (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 th...
[10 replies] Last: Not so perfect actually. I'm having new problems that are more confus... (by GRex2595)
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 ...
[4 replies] Last: You're only passing one argument to pow(), it needs two: double x = p... (by Lowest0ne)
Array of strings
 
How do I build an array of strings? It needs to be dynamic obviously so I'm thinking I should use...
[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. ...
[2 replies] Last: Many Thanks +100500 likes on your post ! (by leeto)
June 2012 Pages: 1... 4344454647... 51
  Archived months: [may2012] [jul2012]

This is an archived page. To post a new message, go to the current page.