by: Jee |
last post by:
Hi,
I want to declare a static template member function inside a non-template class, but MS C compiler always
complains syntax error. I wonder if it is not allowed to do that? I tried SUN Forte...
|
by: Alexander Stippler |
last post by:
Hello,
I have some template class, where I want to initialize an array
with some default value depending on a template parameter. Therefore
I have some traits class. Just like this:
template...
|
by: Ips |
last post by:
hello!
I'm wondering if the following compiler behaviour is correct and standard
compliant.
I've used three compilers to compile this code and two of them(gcc,
MSVC++6.0) are not complaining...
|
by: Patrick Kowalzick |
last post by:
Dear all,
the code below does not compile with g++ (3.3.1), but with MSVC (7.1). So I
am wondering what might be wrong with it. Any ideas?
Thanks,
Patrick
struct A
|
by: raxitsheth |
last post by:
I am using array in my progrm...
is there any tool /tips so that i can convert my program to Dynamic
Array...so that I can Add more Element to Array....
Code is around 4000 line 'C' (not C++)...
|
by: silverburgh.meryl |
last post by:
I am trying to convert this code from java to c++:
public final class Type {
public static final int DEFAULT = 1;
private static int index = 2;
public static final int COLUMN1 = (int)...
|
by: Leslaw Bieniasz |
last post by:
Hello,
I have the following problem:
file a.h ---------------
template <class T>
class A
{
// some stuff
|
by: Alan Johnson |
last post by:
Consider the following class template, which has the static member
'seed_'. This template is intended to be inherited by several other
classes using the curiously recurring template pattern, so...
|
by: Frederiek |
last post by:
Hi,
When modifying a data member in a class declaration, the static keyword
specifies that one copy of the member is shared by all instances of the
class.
Does that mean that the address of...
|
by: Gernot Frisch |
last post by:
// - in my xy.cpp file --
template
<const int Ttex, const int Tcol, const int Tlight, int TzBuffer>
struct MyFragmentShader
{
static const int varying_count = Ttex*2 + Tcol*3 + Tlight;
};
...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|