“l-value required” error?
When do we get "l-value required" error...while compiling C++ program???(i am using VC++ ) ...
string from after the second space character?
I have a string string str= "Jhon 12345 R333445 3434"; string str1= "Mike 00987 #F54543"; So from str i w...
C++ getline multiple variable types using comma as delimiter?
I'm trying to do a home work assignment which requires data fro a txt file to be read in to variables. The file has ...
Internet Explorer 8 + Deflate?
I have a very weird problem.. I really do hope someone has an answer because I wouldn't know where else to ask. I a...
Semicolon after class declaration braces?
In C++ classes, why the semi-colon after the closing brace? I regularly forget it and get compiler errors, and hence...
Debug Assertion Failed _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)?
I'm having this problem: Debug Assertion Failed! File:f:\dd\vctools\crt_bld\self_x86\crt\dbgdel.cpp Line 52 Expr...
Divide And Conquer Bubble Sort Algorithm?
This semester we learned about Divide and Conquer in which the problem is divided into subproblems and then solved j...
a simple payroll system using linked list c++?
i am simply creating a payroll system that has a employee name and a working hours for that employee.. the data is s...
no operator “<=” matches these operands?
The entire project a long, so I've just included the relevant lines. #include "stdafx.h" #include <iostream>...
Process exited prematurely with a SIGSEGV signal?
This code shows this SIGSEGV error, which I understand, is a segmentation error. Can someone please help! The code r...
Read in a file for word search game C++?
I am attempting read in a file and create a 2D vector to store the game board for a word search game but I can't see...
Qt - What to use for a text box?
I'm new to Qt, and just want to ask. What should I use to make a text box? Thanks. ...
meaning of (number) & (-number)?
What is the meaning of (number) & (-number)? I have searched it but was unable to find the meaning I want to u...
error: 'INT32_MAX' was not declared in this scope?
I'm getting the error error: 'INT32_MAX' was not declared in this scope But I have already included #include &l...
C - Read file and count rows and columns?
I am trying to make a function to read a file It should count the rows and columns Set the global variables to be t...