Beginners - March 2011 (Page 7)

Sum of Digits?
 
So, I'm wondering how one goes about taking an answer or result, and manipulating the individual dig...
[10 replies] Last: but i'm thinking i could just have this lot a separate function and h... (by Browni3141)
Routing messages from WndProc()
 
With this: LRESULT CALLBACK WndProc(HWND hWindow, UINT msg, WPARAM wParam, LPARAM lParam) { ...
[12 replies] Last: maybe you're right @ hanst. I haven't actually looked at his other po... (by Disch)
Multiple Linker Errors with a my Design Classes Project - Need guidance please
 
I am in my second c++ class in school and I am stuck on my latest project. I want to be upfront and...
[2 replies] Last: Thanks for the quick reply. Let me see what I can do now. (by brinks56)
Problem with destruction using iterators
 
I have a vector which saves a face of a triangulation which has three points in 3D. I create each fa...
[5 replies] Last: Oh! That was a huge misconception ! Thanx a lot ! ya! that was indeed ... (by navderm)
error C2447: '{' : missing function header (old-style formal list?)
 
I am having trouble with this C++ code. Can anybody help me? #include <iostream> #include <string>...
[6 replies] Last: Modified the code, but guess what still some errors. #include <iostre... (by closed account 49ECpfjN)
by Troffe
User Input File & Validation
 
Hello! I've been struggling for a while, so hopefully you can help! I need to: #1 - validate tha...
[no replies]
Error while declaring a vector of a vector of strings in my class
 
Yeah...this project got a bit more complex than I would have thought. But oh well. I'm trying to ...
[1 reply] : vectors and strings are in the std namespace. Change your class to th... (by Disch)
Creating login form
 
So I am trying to make a program where before you can enter the actual Program itself it will take y...
[2 replies] Last: I commented out the close command and the form just sits there, does n... (by jonaltv)
Main functions, int & OOP
 
Hi, this is pretty basic, but i have no idea how to fix the bug i have. I can't manage to get a int...
[18 replies] Last: Try cout<< "hi" <<endl; (by ty98)
Creating Program with Friend Functions and Function Overloading
 
I am to create a program with a Class Set having the the following member functions: • Set() •...
[2 replies] Last: i read up on how to accept the inputs and be able to store them online... (by JazzyJeff)
Linking problem, I believe.
 
I have a assignment which requires the use of multiple files. I don't believe I am linking them tog...
[2 replies] Last: Main cpp file: #include <iostream.h> #include <fstream> #include <... (by Casper3912)
Why won't strings show up as the whole word?
 
Okay, take a look(briefly at the beginning parts)at my script, or if you know why, just tell me :3 w...
[4 replies] Last: singles are for constants No they are not. Single quotes are for si... (by hanst99)
Question about dynamic strings
 
When i compile my code I get an error for this piece of code char *st ; st=new char ; The...
[1 reply] : char *st Is a an 81-element array of char*, whereas char (*st) ... (by hanst99)
why wont my cout words come up?
 
The place they won't come up is in the end, whenever the player uses a potion, in the script i'm go...
[2 replies] Last: if( potions = 0 ) = is assignation == is comparison (by ne555)
C++ problem...Plz
 
Hi everyone,,,,this problem is from my C class... The question is below,,,,I finished almost of then...
[4 replies] Last: The points were "attached" to the river? In that case I think that the... (by ne555)
buffers in C++
 
Hi, I have posted a question on the General C++ Programming forum, but since I don't understand t...
[7 replies] Last: You have it right, just make sure you're checking the variable not the... (by Computergeek01)
by owen
how to write reversi in windows forms application
 
i dont know how to write chess board (Visual studio 2010) private: System::Void Form1_Load(System::...
[no replies]
by tombaa
please help :)
 
so im trying to do this mathematical equation and it just wont seem to work can anyone please tell ...
[3 replies] Last: Ah well, I missed something: You can't use the ^ operator like that i... (by hanst99)
error C2447: missing function header (old-style formal list?)
 
#include<iostream> #include<conio.h> using namespace std; int main(); { int array ,...
[6 replies] Last: No thread hijacking, make your own. And use code tags. char readDia... (by hanst99)
by dAND3h
Help with template class
 
Hi, I made a Double Linked List data structure. But I am in a snag for a certain part of my program....
[3 replies] Last: But also, If I am searching a linked list, is the complexity O(n)? Y... (by hanst99)
March 2011 Pages: 1... 56789... 52
  Archived months: [feb2011] [apr2011]

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