User profile: DELB

User info
User name:DELB
History
Joined:
Number of posts:67
Latest posts:

Prime Numbers Help
Hi, [code]#include <iostream> // note the use of function prototypes bool isDivisible (int nu...

Unresolved External Symbol
Vectors CPP: [code] // Vectors.cpp : Defines the entry point for the console application. // #inclu...

Locale Question
[code] #include <locale> std::string toUpper(const std::string& s) { std::string result...

IntelliSense: a reference of type (not const-qualified) cannot be initialized with a value of type "const char [4]"
[code] // Reverse String.cpp : main project file. #include "stdafx.h" #include <string> #inclu...

Getting errors for IndexOf function
Thanks man.